|
|
|
<?xml version="1.0"?>
|
|
|
|
<?xml-stylesheet type='text/xsl' href='/yacysearch.xsl' version='1.0'?>
|
|
|
|
<rss version="2.0"
|
|
|
|
xmlns:yacyTopwords="http://www.yacy.net/yacy/topwords"
|
|
|
|
xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">
|
|
|
|
<channel>
|
|
|
|
<title>YaCy P2P-Search for #[former]#</title>
|
|
|
|
<description>Search for #[former]#</description>
|
|
|
|
<image>
|
|
|
|
<url>#[rssYacyImageURL]#</url>
|
|
|
|
<title>Search for #[former]#</title>
|
|
|
|
</image>
|
|
|
|
<opensearch:totalResults>#[type_num-results]#</opensearch:totalResults>
|
|
|
|
<opensearch:startIndex>1</opensearch:startIndex>
|
|
|
|
<opensearch:itemsPerPage>#[type_num-results]#</opensearch:itemsPerPage>
|
|
|
|
<opensearch:link rel="search" href="opensearchdescription.xml" type="application/opensearchdescription+xml"/>
|
|
|
|
<opensearch:Query role="request" searchTerms="#[former]#" />
|
|
|
|
#(type)#
|
|
|
|
#{results}#
|
|
|
|
<item>
|
|
|
|
<title>#[description]#</title>
|
|
|
|
<link>#[url]#</link>
|
|
|
|
#(snippet)#::<description>#[text]#</description>#(/snippet)#
|
|
|
|
<pubDate>#[date]#</pubDate>
|
|
|
|
</item>
|
|
|
|
#{/results}#
|
|
|
|
<yacyTopwords:topwords>
|
|
|
|
#(combine)#
|
|
|
|
::
|
|
|
|
#{words}#
|
|
|
|
<yacyTopwords:item>
|
|
|
|
<yacyTopwords:word>#[word]#</yacyTopwords:word>
|
|
|
|
</yacyTopwords:item>
|
|
|
|
#{/words}#
|
|
|
|
#(/combine)#
|
|
|
|
</yacyTopwords:topwords>
|
|
|
|
::
|
|
|
|
#(/type)#
|
|
|
|
</channel>
|
|
|
|
</rss>
|