yacy_search_server/htroot/api/feed.rss
orbiter b423d0a036 moved all servlets from htroot/xml to htroot/api
the file server contains a patch that temporary matches all xml paths to api,
that means all interfaces still work. Please adopt all your interfaces to the new path.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5497 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-01-15 23:52:58 +00:00

22 lines
426 B
XML
Executable File

<?xml version="1.0"?>
<rss>
<!-- 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>