You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
426 B
22 lines
426 B
17 years ago
|
<?xml version="1.0"?>
|
||
|
<rss>
|
||
|
|
||
|
<!-- rss standard channel -->
|
||
|
<channel>
|
||
|
<title>#[channel_title]#</title>
|
||
|
<description>#[channel_description]#</description>
|
||
|
<pubDate>#[channel_pubDate]#</pubDate>
|
||
|
|
||
|
<!-- messages -->
|
||
|
#{item}#
|
||
|
<item>
|
||
|
<title>#[title]#</title>
|
||
|
<link>#[link]#</link>
|
||
|
<description>#[description]#</description>
|
||
|
<pubDate>#[pubDate]#</pubDate>
|
||
|
<guid isPermaLink="false">#[guid]#</guid>
|
||
|
</item>
|
||
|
#{/item}#
|
||
|
</channel>
|
||
|
</rss>
|