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

19
template/syndication_rss2.xml Executable file
View File

@@ -0,0 +1,19 @@
{HEADER}
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>{TITLE}</title>
<description>{DESCRIPTION}</description>
<link>{LINK}</link>
<lastBuildDate>{LAST_BUILD}</lastBuildDate>
<!-- BEGIN item -->
<item>
<dc:creator>{item.AUTHOR}</dc:creator>
<pubDate>{item.TIME}</pubDate>
<guid>{item.IDENTIFIER}</guid>
<link>{item.LINK}</link>
<title>{item.TITLE}</title>
<description>{item.TEXT}</description>
</item>
<!-- END item -->
</channel>
</rss>