Actions
Bug #7219
closedadd opensearch.xml to curover.se
Status:
Closed
Priority:
Low
Assigned To:
-
Category:
-
Target version:
-
Story points:
0.5
Description
If I go to github.com my browser shows me a little "add" icon next to the search bar. Digging a little more this is part of opensearch http://www.opensearch.org/
but basically what github does is:
on the index.html <HEAD>
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub">
and /opensearch.xml has the following information
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName>GitHub</ShortName>
<Description>Search GitHub</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16" type="image/x-icon">https://github.com/favicon.ico</Image>
<Url type="text/html" method="get" template="https://github.com/search?q={searchTerms}&ref=opensearch"/>
<moz:SearchForm>https://github.com/search</moz:SearchForm>
</OpenSearchDescription>
will be cool to have it in curover.se too
Updated by Brett Smith over 10 years ago
- Target version deleted (
Arvados Future Sprints)
Actions