1<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
2  <ShortName>Web Search</ShortName>
3  <Description>Use Example.com to search the Web.</Description>
4  <Tags>example web</Tags>
5  <Contact>admin@example.com</Contact>
6  <Url type="application/rss+xml"
7       template="http://example.com/?q={searchTerms}&amp;pw={startPage}&amp;format=rss"/>
8  <Url type="application/atom+xml"
9       template="http://example.com/?q={searchTerms}&amp;pw={startPage?}&amp;format=atom"/>
10  <Url type="text/html"
11       method="post"
12       template="https://intranet/search?format=html">
13    <Param name="s" value="{searchTerms}"/>
14    <Param name="o" value="{startIndex?}"/>
15    <Param name="c" value="{itemsPerPage?}"/>
16    <Param name="l" value="{language?}"/>
17  </Url>
18  <LongName>Example.com Web Search</LongName>
19  <Image height="64" width="64" type="image/png">http://example.com/websearch.png</Image>
20  <Image height="16" width="16" type="image/vnd.microsoft.icon">http://example.com/websearch.ico</Image>
21  <Query role="example" searchTerms="cat" />
22  <Developer>Example.com Development Team</Developer>
23  <Attribution>
24    Search data &amp;copy; 2005, Example.com, Inc., All Rights Reserved
25  </Attribution>
26  <SyndicationRight>open</SyndicationRight>
27  <AdultContent>false</AdultContent>
28  <Language>en-us</Language>
29  <OutputEncoding>UTF-8</OutputEncoding>
30  <InputEncoding>UTF-8</InputEncoding>
31</OpenSearchDescription>
32