yacy_search_server/htroot/Blog.rss
theli e6681b2a79 *) changing RSS feed titles
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3512 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-03-22 08:52:58 +00:00

23 lines
770 B
XML

<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title><![CDATA[YaCy '#[clientname]#': Blog]]></title>
<link>http://#[address]#/Blog.html</link>
<image>
<url>http://#[address]#/env/grafics/yacy.png</url>
<title>YaCy</title>
<link>http://#[address]#/</link>
</image>
#(mode)# #{entries}#<item>
<author><![CDATA[#[author]#]]></author>
<title><![CDATA[#[subject]#]]></title>
<link>http://#[address]#/Blog.html?page=#[pageid]#</link>
<pubDate>#[rfc822date]#</pubDate>
<guid>#[pageid]#</guid>
<description><![CDATA[
#[page]#]]></description>
#(commentsactive)#::<comments>http://#[address]#/BlogComments.html?page=#[pageid]#</comments>#(/commentsactive)#
</item>#{/entries}# #(/mode)#
</channel>
</rss>