yacy_search_server/htroot/Messages_p.rss
luccioman 54d879a9b3 Generate HTML relative (to each peer) links from hosted WikiCode.
When WikiCode inserted in a peer hosted Blog, Wiki, Messages or Profile
contains relative links (images or any content, hosted in DATA/HTDOCS),
it is more reliable to keep these links relative, especially when the
peer is behind any kind of reverse Proxy.
2016-11-04 11:21:20 +01:00

25 lines
678 B
XML

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