diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-06-05 20:46:31 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-06-05 20:46:31 +0000 |
| commit | c10eaf9bdb998c00614837108945a02852aa9541 (patch) | |
| tree | bc86f5f8001f119dc5fd4e8401709c54531ba57c /htroot/opensearchdescription.xml | |
| parent | d3037c2950ddaa2a01e6c4994b76d30023b3aa17 (diff) | |
- fix for pop-up page upon first start
- added comments in opensearchdescription to explain fast mode
- release 0.59
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4890 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/opensearchdescription.xml')
| -rw-r--r-- | htroot/opensearchdescription.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/htroot/opensearchdescription.xml b/htroot/opensearchdescription.xml index 4606d6ed5..5518a9e18 100644 --- a/htroot/opensearchdescription.xml +++ b/htroot/opensearchdescription.xml @@ -10,11 +10,12 @@ <InputEncoding>UTF-8</InputEncoding> <AdultContent>true</AdultContent> <Description>YaCy is an 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" method="GET" template="http://#[thisaddress]#/yacysearch.rss?search={searchTerms}&Enter=Search" /> + <Url type="application/rss+xml" method="GET" template="http://#[thisaddress]#/yacysearch.rss?query={searchTerms}&maximumRecords=10&verify=false" /> + <!-- syntax according to http://www.loc.gov/standards/sru/. Set verify=true to get snippets in the search results --> <Developer>See http://developer.berlios.de/projects/yacy/</Developer> - <Query role="example" searchTerms="yacy" /> - <Tags>YaCy P2P Web Search</Tags> + <Query role="example" searchTerms="yacy+open+source" /> + <Tags>YaCy Open Source P2P Web Search</Tags> <Contact>See http://#[thisaddress]#/ViewProfile.html?hash=localhash</Contact> - <Attribution>YaCy Software &copy; 2004-2007 by Michael Christen et al., YaCy.net; Content: ask peer owner</Attribution> + <Attribution>YaCy Software &copy; 2004-2008 by Michael Christen et al., YaCy.net; Content: ask peer owner</Attribution> <SyndicationRight>open</SyndicationRight> </OpenSearchDescription>
\ No newline at end of file |
