mirror of
http://aero2k.de/repos/dfde-theme.git
synced 2017-09-06 15:25:40 +02:00
init via Paket von feltel (von timo salmen für 3.1)
https://debianforum.de/forum/viewtopic.php?f=5&t=158531&p=1069091#p1069091
This commit is contained in:
24
template/syndication_atom.xml
Executable file
24
template/syndication_atom.xml
Executable file
@@ -0,0 +1,24 @@
|
||||
{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>
|
||||
Reference in New Issue
Block a user