parent
59160984cc
commit
ba5a59a28d
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom"
|
||||
xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
>
|
||||
<!-- YaCy Search Engine; http://yacy.net -->
|
||||
|
||||
<title>#[promoteSearchPageGreeting]#: #[rss_query]#</title>
|
||||
<description>Search for #[rss_query]#</description>
|
||||
<link>#[searchBaseURL]#?query=#[rss_queryenc]#&resource=#[resource]#&contentdom=#[contentdom]#&verify=#[search.verify]#</link>
|
||||
<logo>#[rssYacyImageURL]#</logo>
|
||||
<opensearch:startIndex>#[num-results_offset]#</opensearch:startIndex>
|
||||
<opensearch:itemsPerPage>#[num-results_itemsPerPage]#</opensearch:itemsPerPage>
|
||||
<link rel="search" href="http://#[thisaddress]#/opensearchdescription.xml" type="application/opensearchdescription+xml"/>
|
||||
<opensearch:Query role="request" searchTerms="#[rss_queryenc]#" />
|
||||
|
||||
#{results}#
|
||||
<!--#include virtual="yacysearchitem.atom?item=#[item]#&eventID=#[eventID]#" -->
|
||||
#{/results}#
|
||||
|
||||
</feed>
|
@ -0,0 +1,11 @@
|
||||
#(content)#::<entry>
|
||||
<title type="html">#[title-xml]#</title>
|
||||
<link href="#[link]#" />
|
||||
<summary type="html">#[description-xml]#</summary>
|
||||
<updated>#[date822]#</updated>
|
||||
<dc:publisher><![CDATA[#[publisher]#]]></dc:publisher>
|
||||
<author><name><![CDATA[#[creator]#]]></name></author>
|
||||
<dc:subject><![CDATA[#[subject]#]]></dc:subject>
|
||||
<id>#[urlhash]#</id>
|
||||
</entry>
|
||||
#(/content)#
|
Loading…
Reference in new issue