1
0
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:
Thorsten S
2017-07-02 20:36:07 +02:00
commit 192636463e
270 changed files with 15841 additions and 0 deletions

24
template/syndication_atom.xml Executable file
View 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>