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.
31 lines
1.5 KiB
31 lines
1.5 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml-stylesheet type='text/xsl' href='/yacysearch.xsl' version='1.0'?>
|
|
<rss version="2.0"
|
|
xmlns:yacy="http://www.yacy.net/"
|
|
xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/"
|
|
xmlns:media="http://search.yahoo.com/mrss/"
|
|
xmlns:atom="http://www.w3.org/2005/Atom"
|
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
|
|
>
|
|
<!-- YaCy Search Engine; http://yacy.net -->
|
|
<channel>
|
|
<title>#[promoteSearchPageGreeting]#</title>
|
|
<description>Search for #[rss_query]#</description>
|
|
<link>#[searchBaseURL]#?query=#[rss_queryenc]#&resource=#[resource]#&contentdom=#[contentdom]#&verify=#[verify]#</link>
|
|
<image>
|
|
<url>#[rssYacyImageURL]#</url>
|
|
<title>Search for #[rss_query]#</title>
|
|
<link>#[searchBaseURL]#?query=#[rss_queryenc]#&resource=#[resource]#&contentdom=#[contentdom]#&verify=#[verify]#</link>
|
|
</image>
|
|
<opensearch:totalResults>#[num-results_totalcount]#</opensearch:totalResults>
|
|
<opensearch:startIndex>#[num-results_offset]#</opensearch:startIndex>
|
|
<opensearch:itemsPerPage>#[num-results_itemsPerPage]#</opensearch:itemsPerPage>
|
|
<atom:link rel="related" href="opensearchdescription.xml" type="application/opensearchdescription+xml"/>
|
|
<opensearch:Query role="request" searchTerms="#[rss_queryenc]#" />
|
|
#{results}#
|
|
<!--#include virtual="yacysearchitem.xml?item=#[item]#&eventID=#[eventID]#" -->
|
|
#{/results}#
|
|
<!--#include virtual="yacysearchtrailer.xml?eventID=#[eventID]#" -->
|
|
</channel>
|
|
</rss> |