mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-01-22 05:08:42 -05:00
44874f2cb9
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7200 6c8d7289-2bf4-0310-a012-ef5d649a1542
30 lines
1.0 KiB
XML
30 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?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> |