public
Description: A fast, simple search-as-you-type implementation in JavaScript using the Yahoo! Search BOSS API.
Homepage: http://pieisgood.org/search/
Clone URL: git://github.com/rgrove/trogdor.git
trogdor / opensearch.xml
100644 16 lines (15 sloc) 0.767 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
    xmlns:moz="http://www.mozilla.org/2006/browser/search/">
  <ShortName>Trogdor</ShortName>
  <LongName>Trogdor Web Search</LongName>
  <Description>Burninatingly fast search using Yahoo! BOSS</Description>
  <Image height="16" width="16" type="image/png">http://pieisgood.org/search/icon.png</Image>
  <Tags>web fast instant boss yahoo</Tags>
  <Contact>ryan@wonko.com</Contact>
  <Url type="text/html" method="GET"
      template="http://pieisgood.org/search/?q={searchTerms}" />
  <Query role="example" searchTerms="burninate" />
  <Developer>Ryan Grove</Developer>
  <moz:SearchForm>http://pieisgood.org/search/</moz:SearchForm>
</OpenSearchDescription>