yacy_search_server/htroot/Blog.rss
hydrox e92e8b2ae3 *) added RSS-Feed for blog
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3413 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-02-27 10:05:46 +00:00

17 lines
575 B
XML

<?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>