Skip to content

Commit

Permalink
Show a RSS icon in the right top corner of search results. This replaces
Browse files Browse the repository at this point in the history
the 'API' icon which was the link for the opensearch result which is an
extension of RSS. Since it is more appropriate to visualize a RSS link
with an RSS icon, this API icon was changed here.
  • Loading branch information
Orbiter committed Oct 21, 2013
1 parent 1a09771 commit b81859c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added htroot/env/grafics/rss.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion htroot/yacysearch.html
Expand Up @@ -69,7 +69,7 @@
<div id="api">
<script type="text/javascript">
//<![CDATA[
document.write("\<a href=\"yacysearch.rss?" + window.location.search.substring(1) + "\"\><img src=\"env/grafics/api.png\" width=\"60\" height=\"40\" alt=\"API\" /></a>")
document.write("\<a href=\"yacysearch.rss?" + window.location.search.substring(1) + "\"\><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">opensearch</a> output.
Expand Down

0 comments on commit b81859c

Please sign in to comment.