summaryrefslogtreecommitdiff
path: root/htroot/Bookmarks.rss
diff options
context:
space:
mode:
authortheli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-03-06 17:35:24 +0000
committertheli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-03-06 17:35:24 +0000
commitceed0364e20f6bc316e305464823bb28d8d6ebcd (patch)
tree20b857a39e19c38ed4c4d6891dbc8fbcd623bb62 /htroot/Bookmarks.rss
parent26450a1d9ac4f73f5c1d84ff68275d69bd1141e4 (diff)
*) Blog RSS: Image added
*) RSS Feed for YaCy Bookmarks added git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3432 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Bookmarks.rss')
-rw-r--r--htroot/Bookmarks.rss16
1 files changed, 16 insertions, 0 deletions
diff --git a/htroot/Bookmarks.rss b/htroot/Bookmarks.rss
new file mode 100644
index 000000000..5e8311f1c
--- /dev/null
+++ b/htroot/Bookmarks.rss
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<rss version="2.0">
+ <channel>
+ <title>YaCy-Blog of Peer #[clientname]#</title>
+ <link>http://#[address]#/Bookmarks.html</link>
+ <description><![CDATA[#[user]#'s Bookmark-Feed]]></description>
+ </channel>
+ #{bookmarks}#<item>
+ <title><![CDATA[#[title]#]]></title>
+ <link>#[link]#</link>
+ <pubDate>#[date]#</pubDate>
+ <guid>#[hash]#</guid>
+ <description><![CDATA[<p>#[description]#</p><p>Tagged with | #{tags}#<a href="Bookmarks.html?tag=#[tag]#" class="bookmarkTags">#[tag]#</a> | #{/tags}#</p>]]></description>
+ #{tags}#<category><![CDATA[#[tag]#]]></category>#{/tags}#
+ </item>#{/bookmarks}#
+</rss> \ No newline at end of file