mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-04-18 18:18:49 -04:00
22 lines
457 B
XML
22 lines
457 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<rss version="2.0">
|
|
|
|
<!-- rss standard channel -->
|
|
<channel>
|
|
<title>#[channel_title]#</title>
|
|
<description>#[channel_description]#</description>
|
|
<pubDate>#[channel_pubDate]#</pubDate>
|
|
|
|
<!-- messages -->
|
|
#{item}#
|
|
<item>
|
|
<title>#[title]#</title>
|
|
<link>#[link]#</link>
|
|
<description>#[description]#</description>
|
|
<pubDate>#[pubDate]#</pubDate>
|
|
<guid isPermaLink="false">#[guid]#</guid>
|
|
</item>
|
|
#{/item}#
|
|
</channel>
|
|
</rss>
|