yacy_search_server/htroot/yacysearch_location.kml
orbiter 4cd56d3966 - fix for http://forum.yacy-websuche.de/viewtopic.php?p=20036#p20036
- enhancement to kml search

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6867 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-05-11 23:06:39 +00:00

18 lines
630 B
XML

#(kml)#::<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
#{placemark}#
<Placemark>
<name><![CDATA[#[name]#]]></name>
<description><![CDATA[<p>Location: #[location]#</p><p>Author: #[author]#</p><p>Publisher: #[copyright]#</p><p>Subject: #[subject]#</p><p>Abstract: #[description]#</p><p>Source: <a href="#[url]#">#[url]#</a></p>]]></description>
<Point>
<name>#[pointname]#</name>
<coordinates>#[lon]#,#[lat]#</coordinates>
</Point>
<TimeStamp>
<when>#[date]#</when>
</TimeStamp>
</Placemark>
#{/placemark}#
</Document>
</kml>#(/kml)#