Add <link rel="search"> to new homepage
The old home page at https://developer.mozilla.org/en/ and current pages have a <link rel="search"> to an OpenSearch XML descript file. This feature of the Open Web is documented here:
https://developer.mozilla.org/en/creating_opensearch_plugins_for_firefox
The new home page, and probably the templates for the child pages, lack this. Since Firefox 4 is keeping both the search box and OpenSearch support, I think it’s better to add it. ;)
3 comments
-
I have added a bug for this:
-
Hi Florent and Mems. Thanks for the report.
I will be sure we keep this in mind while planning. Thanks!
-
Mems
commented
It's already implemented :
https://developer.mozilla.org/deki/gui/opensearch.php?type=description
But the search template is incorrect:
Need replace it
https://developer.mozilla.org/Special:Search?search={searchTerms}&offset=0&limit={count?}&format=html
by
https://developer.mozilla.org/search?q={searchTerms}