mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-01-22 05:08:42 -05:00
54d879a9b3
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.
25 lines
678 B
XML
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&object=#[key]#</link>
|
|
<pubDate>#[rfc822Date]#</pubDate>
|
|
<guid>#[key]#</guid>
|
|
<description><![CDATA[#[body]#]]></description>
|
|
</item>
|
|
#{/messages}#
|
|
::#(/mode)#
|
|
</channel>
|
|
</rss> |