blob: c822371f920f39a2787fddecefcc3d28b233706e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#(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)#
|