diff options
| author | reger <reger18@arcor.de> | 2014-07-03 22:01:13 +0200 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2014-07-03 22:01:13 +0200 |
| commit | ba5a59a28ddcf23f9ea882b05d7d5341fd02f24f (patch) | |
| tree | a5998d9050f1eb947c88917bb954a158b26fd9b2 /htroot/opensearchdescription.xml | |
| parent | 59160984cc7cbf8f44f2993ecadb0e8294a8e551 (diff) | |
make search result also avail. as atom feed via /yacysearch.atom
- fix logo in rss feed
Diffstat (limited to 'htroot/opensearchdescription.xml')
| -rw-r--r-- | htroot/opensearchdescription.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htroot/opensearchdescription.xml b/htroot/opensearchdescription.xml index 3d513564b..4d8a61c17 100644 --- a/htroot/opensearchdescription.xml +++ b/htroot/opensearchdescription.xml @@ -15,6 +15,7 @@ #(compareyacy)# <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="application/atom+xml" method="GET" template="http://#[thisaddress]#/yacysearch.atom?query={searchTerms}&startRecord={startIndex?}&maximumRecords={count?}&resource=global" /> :: <Url type="text/html" method="GET" template="http://#[thisaddress]#/compare_yacy.html?query={searchTerms}&left=#[search_left]#&right=#[search_right]#&display=2" /> #(/compareyacy)# |
