diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-06-20 11:04:11 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-06-20 11:04:11 +0000 |
| commit | fd9f0714a3d6fb09e3216502eda84df939bd9b38 (patch) | |
| tree | ae296a3ffdf684a23d6e3345280055315de774fa /htroot/opensearchdescription.xml | |
| parent | 7e2d6fac128d8332c281716c9341796fc379661a (diff) | |
added link verification, global search and navigation to opensearch description.
Hint: the YaCy search can easily be integrated into the firefox search window:
Just start a search, then open the pop-up menu inside the firefox search input window and select "add search engine"
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6935 6c8d7289-2bf4-0310-a012-ef5d649a1542
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 3f0356f67..cff691d59 100644 --- a/htroot/opensearchdescription.xml +++ b/htroot/opensearchdescription.xml @@ -11,10 +11,10 @@ <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}" /> - <Url type="application/rss+xml" method="GET" template="http://#[thisaddress]#/yacysearch.rss?query={searchTerms}&maximumRecords=10&verify=false" /> + <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]#/compare_yacy.html?query={searchTerms}" /> + <Url type="text/html" method="GET" template="http://#[thisaddress]#/compare_yacy.html?verify=true&resource=global&nav=all&query={searchTerms}" /> #(/compareyacy)# <!-- 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> |
