diff options
| author | f1ori <f1ori@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-08-17 21:13:41 +0000 |
|---|---|---|
| committer | f1ori <f1ori@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-08-17 21:13:41 +0000 |
| commit | c05edba6b8d89f6b2cf1f36e8f3972b3bb2cb63e (patch) | |
| tree | a7b58330760612b3f9d8f1b202bb102dba9dcab4 /htroot/opensearchdescription.xml | |
| parent | be28af50f59e7815fbfa221194f9662acaa40e0e (diff) | |
* added text/html-URL to opensearchdescription, so one-click-installation in firefox is possible
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5060 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/opensearchdescription.xml')
| -rw-r--r-- | htroot/opensearchdescription.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/htroot/opensearchdescription.xml b/htroot/opensearchdescription.xml index 5518a9e18..648cb72dd 100644 --- a/htroot/opensearchdescription.xml +++ b/htroot/opensearchdescription.xml @@ -10,6 +10,7 @@ <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="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" /> <!-- 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> @@ -18,4 +19,4 @@ <Contact>See http://#[thisaddress]#/ViewProfile.html?hash=localhash</Contact> <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 +</OpenSearchDescription> |
