summaryrefslogtreecommitdiff
path: root/htroot/index.html
diff options
context:
space:
mode:
authorMarc Nause <marc.nause@audioattack.de>2013-07-30 20:46:51 +0200
committerMarc Nause <marc.nause@audioattack.de>2013-07-30 20:46:51 +0200
commitd64a094f0e67bf3168f424494183d29b24e2f324 (patch)
tree7ab26b5c0c067803e477a30be10a49e22270c677 /htroot/index.html
parent31902f54dfeecb00a80fd93585e3bfd6117012fa (diff)
External links in HTML interface are marked as external with small icon.
*) added new icon *) added CSS rules to mark all external links except search results (target="_self")
Diffstat (limited to 'htroot/index.html')
-rw-r--r--htroot/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/index.html b/htroot/index.html
index a37d6b3de..72a5bfe07 100644
--- a/htroot/index.html
+++ b/htroot/index.html
@@ -192,7 +192,7 @@
<dt>browser integration</dt>
<dd>after searching, click-open on the default search engine in the upper right search field of your browser and select 'Add "YaCy Search.."'</dd>
<dt>search as rss feed</dt>
- <dd>click on the red icon in the upper right after a search. this works good in combination with the '/date' ranking modifier. See an <a href="http://localhost:8090/yacysearch.rss?query=news+%2Fdate&Enter=Search&verify=cacheonly&contentdom=text&nav=hosts%2Cauthors%2Cnamespace%2Ctopics%2Cfiletype%2Cprotocol&startRecord=0&indexof=off&meanCount=5&maximumRecords=10&resource=global&prefermaskfilter=">example</a>.</dd>
+ <dd>click on the red icon in the upper right after a search. this works good in combination with the '/date' ranking modifier. See an <a href="yacysearch.rss?query=news+%2Fdate&Enter=Search&verify=cacheonly&contentdom=text&nav=hosts%2Cauthors%2Cnamespace%2Ctopics%2Cfiletype%2Cprotocol&startRecord=0&indexof=off&meanCount=5&maximumRecords=10&resource=global&prefermaskfilter=">example</a>.</dd>
<dt>json search results</dt>
<dd>for ajax developers: get the search rss feed and replace the '.rss' extension in the search result url with '.json'</dd>
</dl>