<?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>Nerdstock.org</ShortName>
 <Description>Nerdstock.org. Have fun!</Description>
 <InputEncoding>UTF-8</InputEncoding>
 <Image width="16" height="16" type="image/x-icon">http://nerdstock.org/favicon.ico</Image>
 <moz:SearchForm>http://nerdstock.org/grep</moz:SearchForm>

 <!-- MSIE7 does not support POST (gee, what a surprise...)
  and MSIE7 does not support the Param tag (gee, what a surprise...) -->
 <Url type="text/html" method="get" template="http://nerdstock.org/cgi-bin/grep?pattern={searchTerms}" />
 <!--
 <Url type="text/html" method="post" template="http://nerdstock.org/cgi-bin/grep">
  <Param name="i" value="on"/>
  <Param name="pattern" value="{searchTerms}"/>
 </Url>
 -->

 <!-- Suggestions not supported (wouldn't want to generate a request for each key that is typed) -->
 <!-- Url type="application/x-suggestions+json" template="suggestionURL" / -->

 <!-- Enable automatic updates in Firefox >= 3.5 -->
 <Url type="application/opensearchdescription+xml" rel="self" template="http://nerdstock.org/opensearch.xml" />

 <!-- Sample query -->
 <Query role="example" searchTerms="Makefile" />
</OpenSearchDescription>
