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.
23 lines
762 B
XML
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> |