yacy_search_server/htroot/index.rss

24 lines
649 B
XML
Raw Normal View History

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