diff options
| author | Michael Christen <mc@yacy.net> | 2011-12-28 10:49:32 +0100 |
|---|---|---|
| committer | Michael Christen <mc@yacy.net> | 2011-12-28 10:49:32 +0100 |
| commit | 1d664963629eac811e5b66aee813f2bd6d98c4ad (patch) | |
| tree | b99259c6ab8be7c7b9ce80e286e99b9e96bf53db /htroot/opensearchdescription.xml | |
| parent | 3e5ac15c710d8e6f5188cf000c5dad5c0c62fd75 (diff) | |
added more properties to opensearchdescription, see also:
http://bugs.yacy.net/view.php?id=114
Diffstat (limited to 'htroot/opensearchdescription.xml')
| -rw-r--r-- | htroot/opensearchdescription.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/opensearchdescription.xml b/htroot/opensearchdescription.xml index 7653640d4..46705b913 100644 --- a/htroot/opensearchdescription.xml +++ b/htroot/opensearchdescription.xml @@ -13,8 +13,8 @@ <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> #(compareyacy)# - <Url type="text/html" method="GET" template="http://#[thisaddress]#/yacysearch.html?verify=true&resource=global&nav=all&query={searchTerms}" /> - <Url type="application/rss+xml" method="GET" template="http://#[thisaddress]#/yacysearch.rss?verify=true&resource=global&nav=all&query={searchTerms}&maximumRecords=10&verify=false" /> + <Url type="text/html" method="GET" template="http://#[thisaddress]#/yacysearch.html?query={searchTerms}&startRecord={startIndex?}&maximumRecords={count?}&nav=all" /> + <Url type="application/rss+xml" method="GET" template="http://#[thisaddress]#/yacysearch.rss?nav=&query={searchTerms}&startRecord={startIndex?}&maximumRecords={count?}&verify=false" /> :: <Url type="text/html" method="GET" template="http://#[thisaddress]#/compare_yacy.html?verify=true&resource=global&nav=all&query={searchTerms}" /> #(/compareyacy)# @@ -25,6 +25,6 @@ <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-2011 by Michael Christen et al., YaCy.net; Content: ask peer owner</Attribution> + <Attribution>YaCy Software &copy; 2004-2012 by Michael Christen et al., YaCy.net; Content: ask peer owner</Attribution> <SyndicationRight>open</SyndicationRight> </OpenSearchDescription> |
