2007-07-19 12:40:28 +02:00
|
|
|
<?xml version="1.0"?>
|
2009-03-04 04:44:11 +01:00
|
|
|
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
|
2007-07-19 12:40:28 +02:00
|
|
|
<channel>
|
2008-01-07 20:17:21 +01:00
|
|
|
<title>$Title</title>
|
2007-07-19 12:40:28 +02:00
|
|
|
<link>$Link</link>
|
2009-03-04 04:44:11 +01:00
|
|
|
<atom:link href="$Link" rel="self" type="application/rss+xml" />
|
|
|
|
<description>$Description.XML</description>
|
2007-07-19 12:40:28 +02:00
|
|
|
|
2013-07-13 13:00:46 +02:00
|
|
|
<% loop $Entries %>
|
2007-07-19 12:40:28 +02:00
|
|
|
<item>
|
2007-08-07 05:42:09 +02:00
|
|
|
<title>$Title.XML</title>
|
2007-07-19 12:40:28 +02:00
|
|
|
<link>$AbsoluteLink</link>
|
2013-07-13 13:00:46 +02:00
|
|
|
<% if $Description %><description>$Description.AbsoluteLinks.XML</description><% end_if %>
|
|
|
|
<% if $Date %><pubDate>$Date.Rfc822</pubDate>
|
2007-07-19 12:40:28 +02:00
|
|
|
<% else %><pubDate>$Created.Rfc822</pubDate><% end_if %>
|
2013-07-13 13:00:46 +02:00
|
|
|
<% if $Author %><dc:creator>$Author.XML</dc:creator><% end_if %>
|
2007-08-06 03:03:19 +02:00
|
|
|
<guid>$AbsoluteLink</guid>
|
2007-09-16 03:59:05 +02:00
|
|
|
</item>
|
2012-05-11 03:49:20 +02:00
|
|
|
<% end_loop %>
|
2007-07-19 12:40:28 +02:00
|
|
|
</channel>
|
2012-05-11 03:49:20 +02:00
|
|
|
</rss>
|