Skip to content

Commit

Permalink
added link verification, global search and navigation to opensearch d…
Browse files Browse the repository at this point in the history
…escription.

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
  • Loading branch information
orbiter committed Jun 20, 2010
1 parent 7e2d6fa commit fd9f071
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions htroot/opensearchdescription.xml
Expand Up @@ -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}&amp;maximumRecords=10&amp;verify=false" />
<Url type="text/html" method="GET" template="http://#[thisaddress]#/yacysearch.html?verify=true&amp;resource=global&amp;nav=all&amp;query={searchTerms}" />
<Url type="application/rss+xml" method="GET" template="http://#[thisaddress]#/yacysearch.rss?verify=true&amp;resource=global&amp;nav=all&amp;query={searchTerms}&amp;maximumRecords=10&amp;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&amp;resource=global&amp;nav=all&amp;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>
Expand Down

0 comments on commit fd9f071

Please sign in to comment.