summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Warner <antarus@scriptkitty.com>2011-03-03 14:17:24 -0800
committerAlec Warner <antarus@scriptkitty.com>2011-03-03 14:17:24 -0800
commit7a6bf8effcade2d8cb9a38b299711e951d1ca44c (patch)
treeb19cbd9ab942932fba6713c20410c7c5d61b1b4b /xml/htdocs/search/archives-gentoo-org.xml
parentCommit images from cvs into git. (diff)
downloadwww-redesign-7a6bf8effcade2d8cb9a38b299711e951d1ca44c.tar.gz
www-redesign-7a6bf8effcade2d8cb9a38b299711e951d1ca44c.tar.bz2
www-redesign-7a6bf8effcade2d8cb9a38b299711e951d1ca44c.zip
Add main/ proj/ rdf/ security/
Purge commited CVS dirs in images. Don't add more CVS dirs
Diffstat (limited to 'xml/htdocs/search/archives-gentoo-org.xml')
-rw-r--r--xml/htdocs/search/archives-gentoo-org.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/xml/htdocs/search/archives-gentoo-org.xml b/xml/htdocs/search/archives-gentoo-org.xml
new file mode 100644
index 00000000..74dc5346
--- /dev/null
+++ b/xml/htdocs/search/archives-gentoo-org.xml
@@ -0,0 +1,23 @@
+<?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 List Archives</ShortName>
+ <Description>Search archives.gentoo.org via Google</Description>
+ <Image height="16" width="16" type="image/x-icon">http://www.gentoo.org/favicon.ico</Image>
+ <Url type="text/html" template="http://www.google.com/search?q={searchTerms}+site%3Aarchives.gentoo.org"/>
+</OpenSearchDescription>