summaryrefslogtreecommitdiff
blob: 48e3555994ec4146dc8d0ba5ea55d664e910182b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" standalone='yes'?>

<!-- Made up DTD to make our CVS accept this file (xmllint ‐‐noout ‐‐valid must succeed) -->
<!DOCTYPE OpenSearchDescription [
<!ELEMENT OpenSearchDescription (ShortName, Description, Image, Url)>
<!ATTLIST OpenSearchDescription xmlns CDATA #FIXED "http://a9.com/-/spec/opensearch/1.1/">
  <!ELEMENT ShortName (#PCDATA)>
  <!ELEMENT Description (#PCDATA)>
  <!ELEMENT Image (#PCDATA)>
  <!ATTLIST Image height CDATA #REQUIRED
                  width  CDATA #REQUIRED
                  type   CDATA #REQUIRED>
  <!ELEMENT Url EMPTY>
  <!ATTLIST Url type     CDATA #REQUIRED
                template CDATA #REQUIRED>
]>

<OpenSearchDescription>
  <ShortName>Gentoo Packages</ShortName>
  <Description>Search packages.gentoo.org</Description>
  <Image height="16" width="16" type="image/x-icon">http://www.gentoo.org/search/g-packages.ico</Image>
  <!-- Change this back when the new search functionality is completed -->
  <Url type="text/html" template="http://www.google.com/search?q={searchTerms}+site%3Apackages.gentoo.org"/>
</OpenSearchDescription>