yacy_search_server/htroot/Messages_p.rss
2007-03-15 12:58:17 +00:00

25 lines
693 B
XML

<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title><![CDATA[YaCy '#[peerName]#': Messages]]></title>
<link>http://#[peerAddress]#/Messages_p.html</link>
<image>
<url>http://#[peerAddress]#/env/grafics/yacy.png</url>
<title>YaCy</title>
<link>http://#[peerAddress]#/</link>
</image>
#(mode)#
#{messages}#
<item>
<author><![CDATA[#[from]#]]></author>
<title><![CDATA[#[subject]#]]></title>
<category>#[category]#</category>
<link>http://#[peerAddress]#/Messages_p.html?action=view&amp;object=#[key]#</link>
<pubDate>#[rfc822Date]#</pubDate>
<guid>#[key]#</guid>
<description><![CDATA[#[body]#]]></description>
</item>
#{/messages}#
::#(/mode)#
</channel>
</rss>