You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.0 KiB
30 lines
1.0 KiB
18 years ago
|
<?xml version="1.0"?>
|
||
|
<?xml-stylesheet type='text/xsl' href='/yacysearch.xsl' version='1.0'?>
|
||
|
<rss version="2.0"
|
||
|
xmlns:yacySurftips="http://www.yacy.net/yacy/surftips"
|
||
|
xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">
|
||
|
<channel>
|
||
|
#(surftips)#::
|
||
|
<title>YaCy Surftips</title>
|
||
|
<description>autogenerated Surftips</description>
|
||
|
<image>
|
||
|
<url>#[rssYacyImageURL]#</url>
|
||
|
<title>YaCy Surftips</title>
|
||
|
</image>
|
||
|
<opensearch:totalResults>#[results]#</opensearch:totalResults>
|
||
|
<opensearch:startIndex>1</opensearch:startIndex>
|
||
|
<opensearch:itemsPerPage>#[results]#</opensearch:itemsPerPage>
|
||
|
<opensearch:link rel="search" href="opensearchdescription.xml" type="application/opensearchdescription+xml"/>
|
||
|
<opensearch:Query role="request" searchTerms="" />
|
||
|
#{results}#
|
||
|
<item>
|
||
|
<title><![CDATA[#[title]#]]></title>
|
||
|
<link>#[url]#</link>
|
||
|
<description><![CDATA[#[description]#]]></description>
|
||
|
<guid>#[urlhash]#</guid>
|
||
|
</item>
|
||
|
#{/results}#
|
||
|
::
|
||
|
#(/surftips)#
|
||
|
</channel>
|
||
|
</rss>
|