diff options
| author | reger <reger18@arcor.de> | 2012-04-29 05:50:56 +0200 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2012-04-29 05:50:56 +0200 |
| commit | ea932f841cf0a8bb572a73c7aa1ecdb4278776ee (patch) | |
| tree | 8f442121e0326b19d887cc7f3a056366bee59f89 /htroot/yacysearch.rss | |
| parent | c1f6b4fb5226d3d2f8b2bec9e361f6b3476e03ff (diff) | |
changed link to opensearchdescription document to a absolute uri (in yacysearch.html and yacysearch.rss)
see http://www.opensearch.org/Specifications/OpenSearch/1.1/Draft_5#The_.22Description.22_element
Diffstat (limited to 'htroot/yacysearch.rss')
| -rw-r--r-- | htroot/yacysearch.rss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/yacysearch.rss b/htroot/yacysearch.rss index 6c3ba5147..91ec690a0 100644 --- a/htroot/yacysearch.rss +++ b/htroot/yacysearch.rss @@ -21,7 +21,7 @@ <opensearch:totalResults>#[num-results_totalcount]#</opensearch:totalResults> <opensearch:startIndex>#[num-results_offset]#</opensearch:startIndex> <opensearch:itemsPerPage>#[num-results_itemsPerPage]#</opensearch:itemsPerPage> - <atom:link rel="related" href="opensearchdescription.xml" type="application/opensearchdescription+xml"/> + <atom:link rel="search" href="http://#[thisaddress]#/opensearchdescription.xml" type="application/opensearchdescription+xml"/> <opensearch:Query role="request" searchTerms="#[rss_queryenc]#" /> #{results}# <!--#include virtual="yacysearchitem.xml?item=#[item]#&eventID=#[eventID]#" --> |
