*) added W3C geo GeoRSS (see http://en.wikipedia.org/wiki/Georss)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6877 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
118d589eff
commit
76aea981ec
@ -0,0 +1,28 @@
|
||||
#(kml)#::<?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: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>
|
||||
#{placemark}#
|
||||
<item>
|
||||
<title><![CDATA[#[location]#]]></title>
|
||||
<link>#[url]#</link>
|
||||
<pubDate>#[date]#</pubDate>
|
||||
<summary><![CDATA[#[subject]#]]></summary>
|
||||
<geo:long>#[lon]#</geo:long>
|
||||
<geo:lat>#[lat]#</geo:lat>
|
||||
</item>
|
||||
#{/placemark}#
|
||||
</channel>
|
||||
</rss>#(/kml)#
|
Loading…
Reference in new issue