diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-08-12 17:59:13 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-08-12 17:59:13 +0000 |
| commit | 248627ab925213c4e1bcae2753d2a76e577e0cec (patch) | |
| tree | 6fe6180ed3004c4e15ce5cde868a2269cd0579f3 /htroot/opensearchdescription.xml | |
| parent | 8418af141ac42494e46e2da7c3fab8f4d857634c (diff) | |
added open search compatibility
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2401 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/opensearchdescription.xml')
| -rw-r--r-- | htroot/opensearchdescription.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/htroot/opensearchdescription.xml b/htroot/opensearchdescription.xml new file mode 100644 index 000000000..d2c37fd73 --- /dev/null +++ b/htroot/opensearchdescription.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> + <ShortName>#[SearchPageGreeting]#</ShortName> + <Description>YaCy Multi-User P2P-based Web Indexing Cluster</Description> + <Tags>YaCy P2P Web Search</Tags> + <Contact>YaCy P2P Web Indexing Software: yacy.net; Peer Owner '#[clientname]#': see http://#[thisaddress]#/ViewProfile.html?hash=localhash</Contact> + <Url type="application/rss+xml" template="http://#[thisaddress]#/yacysearch.rss?search={searchTerms}&Enter=Search" /> + <Url type="text/html" template="http://#[thisaddress]#/yacysearch.html?search={searchTerms}&Enter=Search" /> + <LongName>YaCy.net P2P Web Search - this is peer #[clientname]#</LongName> + <Image type="image/gif">http://#[thisaddress]#/env/grafics/yacy.gif</Image> + <Image type="image/vnd.microsoft.icon">http://#[thisaddress]#/env/grafics/yacy.ico</Image> + <Query role="example" searchTerms="cat" /> + <Developer>YaCy.net Development Team. See http://developer.berlios.de/projects/yacy/</Developer> + <Attribution>YaCy P2P WebSearch &copy; 2006, YaCy.net</Attribution> + <SyndicationRight>open</SyndicationRight> + <AdultContent>true</AdultContent> + <Language>en-us</Language> + <OutputEncoding>UTF-8</OutputEncoding> + <InputEncoding>UTF-8</InputEncoding> +</OpenSearchDescription>
\ No newline at end of file |
