yacy_search_server/htroot/yacysearchitem.atom
reger 1d5d0b82a6 - skip html template specific servlet post variables (show_xxx) for feeds,
- add <updated> (in required format) to atom feed
2014-09-12 02:10:18 +02:00

12 lines
417 B
Plaintext

#(content)#::<entry>
<title type="html">#[title-xml]#</title>
<link href="#[link]#" type="#[mimetype]#" />
<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>#[link]#</id>
<updated>#[date822]#</updated>
</entry>
#(/content)#