diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-10-08 15:48:45 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-10-08 15:48:45 +0200 |
| commit | 764e4ed6737073f653d1383685e00ca99335b6c8 (patch) | |
| tree | f650159068141a96ef9f1a9a5fc523c2e4e2960e /htroot/yacysearch.html | |
| parent | ee27be33999c438b83d255b58a1b55192db77803 (diff) | |
fixed appearance of RSS icon on search result page
Diffstat (limited to 'htroot/yacysearch.html')
| -rw-r--r-- | htroot/yacysearch.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/htroot/yacysearch.html b/htroot/yacysearch.html index 05d44be4c..d9a6efc75 100644 --- a/htroot/yacysearch.html +++ b/htroot/yacysearch.html @@ -70,19 +70,19 @@ document.getElementById("header_websearch").className += " active"; </script> #(/topmenu)# - -<div id="api"> + +<div id="api" style="top:58px;"> <script type="text/javascript"> //<![CDATA[ -document.write("\<a href=\"yacysearch.rss?" + window.location.search.substring(1) + "\"\><img src=\"env/grafics/rss.png\" width=\"32\" height=\"32\" alt=\"RSS\" /></a>") +document.write("\<a href=\"yacysearch.rss?" + window.location.search.substring(1) + "\" id=\"apilink\" target=\"_blank\"\><img src=\"env/grafics/rss.png\" width=\"32\" height=\"32\" alt=\"RSS\" /></a>") //]]> </script> <span>This search result can also be retrieved as RSS/<a href="http://www.opensearch.org" target="_blank">opensearch</a> output. -The query format is similar to <a href="http://www.loc.gov/standards/sru/" target="_blank">SRU</a>. -Click the API icon to see an example call to the search rss API. -To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API" target="_blank">API wiki page</a>.</span> +Click the RSS icon to see this search result as RSS message stream. +Use the RSS search result format to add static searches to your RSS reader, if you use one.</span> </div> + <!-- body --> </div> <!-- close the starter-template, to open a row --> |
