Gentoo Archives: gentoo-commits

From: "Xavier Neys
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/search: archives-gentoo-org.xml
Date: Fri, 07 Sep 2007 09:22:02
Message-Id: E1ITZvp-00011i-L8@stork.gentoo.org
1 neysx 07/09/07 09:15:17
2
3 Added: archives-gentoo-org.xml
4 Log:
5 #182572 Added opensearch entry for archives.gentoo.org
6
7 Revision Changes Path
8 1.1 xml/htdocs/search/archives-gentoo-org.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/search/archives-gentoo-org.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/search/archives-gentoo-org.xml?rev=1.1&content-type=text/plain
12
13 Index: archives-gentoo-org.xml
14 ===================================================================
15 <?xml version="1.0" standalone='yes'?>
16
17 <!-- Made up DTD to make our CVS accept this file (xmllint ‐‐noout ‐‐valid must succeed) -->
18 <!DOCTYPE OpenSearchDescription [
19 <!ELEMENT OpenSearchDescription (ShortName, Description, Image, Url)>
20 <!ATTLIST OpenSearchDescription xmlns CDATA #FIXED "http://a9.com/-/spec/opensearch/1.1/">
21 <!ELEMENT ShortName (#PCDATA)>
22 <!ELEMENT Description (#PCDATA)>
23 <!ELEMENT Image (#PCDATA)>
24 <!ATTLIST Image height CDATA #REQUIRED
25 width CDATA #REQUIRED
26 type CDATA #REQUIRED>
27 <!ELEMENT Url EMPTY>
28 <!ATTLIST Url type CDATA #REQUIRED
29 template CDATA #REQUIRED>
30 ]>
31
32 <OpenSearchDescription>
33 <ShortName>Gentoo List Archives</ShortName>
34 <Description>Search archives.gentoo.org via Google</Description>
35 <Image height="16" width="16" type="image/x-icon">http://www.gentoo.org/favicon.ico</Image>
36 <Url type="text/html" template="http://www.google.com/search?q={searchTerms}+site%3Aarchives.gentoo.org"/>
37 </OpenSearchDescription>
38
39
40
41 --
42 gentoo-commits@g.o mailing list