You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
693 B
25 lines
693 B
<?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&object=#[key]#</link>
|
|
<pubDate>#[rfc822Date]#</pubDate>
|
|
<guid>#[key]#</guid>
|
|
<description><![CDATA[#[body]#]]></description>
|
|
</item>
|
|
#{/messages}#
|
|
::#(/mode)#
|
|
</channel>
|
|
</rss> |