diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-08-13 00:25:32 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-08-13 00:25:32 +0000 |
| commit | d0000a15d6e7e89320f05c97315d532be1640653 (patch) | |
| tree | 49e2e1516076fe690ae31c49375d54db7c9ad5b5 /htroot/opensearchdescription.xml | |
| parent | cd5f7e137c5d1f594698a9fa09cca4c991243262 (diff) | |
adjusted opensearchdescription to match requirements of A9
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2403 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/opensearchdescription.xml')
| -rw-r--r-- | htroot/opensearchdescription.xml | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/htroot/opensearchdescription.xml b/htroot/opensearchdescription.xml index d2c37fd73..fed67a035 100644 --- a/htroot/opensearchdescription.xml +++ b/htroot/opensearchdescription.xml @@ -1,20 +1,19 @@ <?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> + <ShortName>YaCy/#[clientname]#</ShortName> + <LongName>YaCy.net - #[SearchPageGreeting]#</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 + <AdultContent>true</AdultContent> + <Description>YaCy is a open-source GPL-licensed software that can be used for stand-alone search engine installations or as a client for a multi-user P2P-based web indexing cluster. This is the access to peer '#[clientname]#'.</Description> + <Url type="application/rss+xml" template="http://#[thisaddress]#/yacysearch.rss?search={searchTerms}&Enter=Search" /> + <Developer>See http://developer.berlios.de/projects/yacy/</Developer> + <Query role="example" searchTerms="yacy" /> + <Tags>YaCy P2P Web Search</Tags> + <Contact>See http://#[thisaddress]#/ViewProfile.html?hash=localhash</Contact> + <Attribution>YaCy Software &copy; 2004-2006 by Michael Christen et al., YaCy.net; Content: ask peer owner</Attribution> + <SyndicationRight>open</SyndicationRight> +</OpenSearchDescription> |
