yacy_search_server/htroot/Blog.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

23 lines
762 B
XML

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