diff options
| author | Michael Peter Christen <mc@yacy.net> | 2013-10-26 00:34:55 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2013-10-26 00:34:55 +0200 |
| commit | 25951cee144a761b36317f718b9676fa2a7a115e (patch) | |
| tree | 6f4ead09d1934ac26ba34eee0a25b7e7869d273f /htroot/opensearchdescription.xml | |
| parent | f1bfe643619c1f5fc9615301ef18c5552dc56009 (diff) | |
- fixed opensearchdescription, this delivered an url with missing
'global' option
- added display=2 to compare_yacy to remove the superfluous border
Diffstat (limited to 'htroot/opensearchdescription.xml')
| -rw-r--r-- | htroot/opensearchdescription.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/htroot/opensearchdescription.xml b/htroot/opensearchdescription.xml index 3d38509bd..3d513564b 100644 --- a/htroot/opensearchdescription.xml +++ b/htroot/opensearchdescription.xml @@ -13,18 +13,18 @@ <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?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]#/yacysearch.html?query={searchTerms}&startRecord={startIndex?}&maximumRecords={count?}&nav=all&resource=global" /> + <Url type="application/rss+xml" method="GET" template="http://#[thisaddress]#/yacysearch.rss?nav=&query={searchTerms}&startRecord={startIndex?}&maximumRecords={count?}&nav=all&resource=global" /> :: - <Url type="text/html" method="GET" template="http://#[thisaddress]#/compare_yacy.html?verify=true&resource=global&nav=all&query={searchTerms}" /> + <Url type="text/html" method="GET" template="http://#[thisaddress]#/compare_yacy.html?query={searchTerms}&left=#[search_left]#&right=#[search_right]#&display=2" /> #(/compareyacy)# <Url type="application/x-suggestions+json" template="http://#[thisaddress]#/suggest.json?query={searchTerms}"/> <Url type="application/x-suggestions+xml" template="http://#[thisaddress]#/suggest.xml?query={searchTerms}"/> <!-- syntax according to http://www.loc.gov/standards/sru/. Set verify=true to get snippets in the search results --> <Developer>See https://gitorious.org/+yacy-developers</Developer> - <Query role="example" searchTerms="yacy+open+source" /> - <Tags>YaCy Open Source P2P Web Search</Tags> + <Query role="example" searchTerms="yacy+free+software" /> + <Tags>YaCy Free Software Open Source P2P Peer-to-Peer Uncensored Distributed Web Search Engine</Tags> <Contact>See http://#[thisaddress]#/ViewProfile.html?hash=localhash</Contact> - <Attribution>YaCy Software &copy; 2004-2012 by Michael Christen et al., YaCy.net; Content: ask peer owner</Attribution> + <Attribution>http://yacy.net YaCy Software &copy; 2004-2014 by Michael Christen et al., YaCy.net; Content: ask peer owner</Attribution> <SyndicationRight>open</SyndicationRight> </OpenSearchDescription> |
