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:
19
template/syndication_rss2.xml
Executable file
19
template/syndication_rss2.xml
Executable 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>
|
||||
Reference in New Issue
Block a user