yacy_search_server/htroot/api/feed.xml
mikeworks ad7efe6016 rssTerminal.html: Fixing the 'null' is null or not an object in rss2.js when viewing the YaCy default Status page http://localhost:8080/Status.html with Internet Explorer
feed.xml: copy of feed.rss that helps Internet Explorer also read the Feed - workaround for the fix above
Problem is described in the forums and should be fixed better ;-(http://forum.yacy-websuche.de/viewtopic.php?f=6&t=2766&p=20702)

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7196 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-09-26 22:55:52 +00:00

22 lines
426 B
XML

<?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>