Project

General

Profile

Actions

Bug #7219

closed

add opensearch.xml to curover.se

Added by Nico César over 10 years ago. Updated about 6 years ago.

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}&amp;ref=opensearch"/>
  <moz:SearchForm>https://github.com/search</moz:SearchForm>
</OpenSearchDescription>

will be cool to have it in curover.se too

Actions #1

Updated by Brett Smith over 10 years ago

  • Target version deleted (Arvados Future Sprints)
Actions #2

Updated by Peter Amstutz about 6 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF