1
0
mirror of http://aero2k.de/repos/dfde-theme.git synced 2017-09-06 15:25:40 +02:00
Files
dfde-theme/template/syndication_atom.xml

24 lines
604 B
XML
Raw Normal View History

{HEADER}
<feed xmlns="http://www.w3.org/2005/Atom">
<title>{TITLE}</title>
<subtitle>{DESCRIPTION}</subtitle>
<link href="{LINK}" />
<updated>{LAST_BUILD}</updated>
<id>{LINK}</id>
<link rel="self" href="{FEED_LINK}" />
<!-- BEGIN item -->
<entry>
<title>{item.TITLE}</title>
<link href="{item.LINK}"/>
<id>{item.IDENTIFIER}</id>
<author>
<name>{item.AUTHOR}</name>
</author>
<published>{item.TIME}</published>
<updated>{item.TIME}</updated>
<summary type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">{item.TEXT}</div>
</summary>
</entry>
<!-- END item -->
</feed>