yacy_search_server/htroot/index.rss

24 lines
596 B
XML
Raw Normal View History

<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>Search for #[former]#</title>
<description>Search for #[former]#</description>
#{results}#
<item>
<title>#[description]#</title>
<link>#[url]#</link>
</item>
#{/results}#
<topwords>
#(combine)#
::
#{words}#
<item>
<word>#[word]#</word>
</item>
#{/words}#
#(/combine)#
</topwords>
</channel>
</rss>