diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-01-07 23:45:20 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-01-07 23:45:20 +0000 |
| commit | 299189f1a95a9cc43a3c089eecf87997f8958e01 (patch) | |
| tree | 0fa081651faa42a919a83067482c509c1ed84236 /htroot/Bookmarks.html | |
| parent | a1bf687b3b6d38d063282d62a338d63a1ac01927 (diff) | |
added the API icon to the bookmarks, the network page and the search page
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5455 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Bookmarks.html')
| -rw-r--r-- | htroot/Bookmarks.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/htroot/Bookmarks.html b/htroot/Bookmarks.html index a03f87b2f..370038508 100644 --- a/htroot/Bookmarks.html +++ b/htroot/Bookmarks.html @@ -11,6 +11,17 @@ onload="treeMenu_init(document.getElementById('folder'), window.name)" onunload="window.name = treeMenu_store(document.getElementById('folder'))" >
+
+<div id="api">
+<script type="text/javascript">
+document.write("\<a href=\"Bookmarks.rss?" + window.location.search.substring(1) + "\"\>")
+</script>
+<img src="env/grafics/api.png"></a>
+<span>The bookmarks list can also be retrieved as RSS feed. This can also be done when you select a specific tag.
+Click the API icon to load the RSS from the current selection.
+To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de/wiki/index.php/Dev:API">API wiki page</a>.</span>
+</div>
+
#%env/templates/header.template%#
#(mode)#
<!-- SubMenu (mode=0) -->
|
