summaryrefslogtreecommitdiff
path: root/htroot/Blog.rss
diff options
context:
space:
mode:
authorhydrox <hydrox@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-02-27 10:05:46 +0000
committerhydrox <hydrox@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-02-27 10:05:46 +0000
commite92e8b2ae384592e20bf152a57a4384ae4cf04c3 (patch)
treee26e50c0041c8e2a91bf8cb31e6c716de8e5fb3c /htroot/Blog.rss
parenta107961099ae9fbbe0bb5f7829d91243beb3600d (diff)
*) added RSS-Feed for blog
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3413 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Blog.rss')
-rw-r--r--htroot/Blog.rss17
1 files changed, 17 insertions, 0 deletions
diff --git a/htroot/Blog.rss b/htroot/Blog.rss
new file mode 100644
index 000000000..a1e07a9ab
--- /dev/null
+++ b/htroot/Blog.rss
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+<rss version="2.0">
+<channel>
+ <title>YaCy-Blog of Peer #[peername]#</title>
+ <link>http://#[address]#/Blog.html</link>
+ #(mode)# #{entries}#<item>
+ <author>#[author]#</author>
+ <title>#[subject]#</title>
+ <link>http://#[address]#/Blog.html?page=#[pageid]#</link>
+ <pubDate>#[date]#</pubDate>
+ <guid>#[pageid]#</guid>
+ <description><![CDATA[
+#[page]#]]></description>
+ #(commentsactive)#::<comments>http://#[address]#/BlogComments.html?page=#[pageid]#</comments>#(/commentsactive)#
+ </item>#{/entries}# #(/mode)#
+</channel>
+</rss> \ No newline at end of file