first re-commit.
This commit is contained in:
19
sn_templates/xx_rss_news.html
Normal file
19
sn_templates/xx_rss_news.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1" ?><rss version="2.0">
|
||||
<channel>
|
||||
<title> ComputerNews</title>
|
||||
<description>Die ComputerNews</description>
|
||||
<link>/news</link>
|
||||
<language>de-de</language>
|
||||
<pubDate><!--#sn_date--></pubDate>
|
||||
<ttl>5</ttl>
|
||||
<!--#channel:dp_section-->
|
||||
<item>
|
||||
<title><![CDATA[<!--#sn_msgsubject-->]]></title>
|
||||
<link>/newsthread/<!--#id--></link>
|
||||
<description><![CDATA[<!--#sn_block_article-->]]></description>
|
||||
<pubDate><!--#sn_date--></pubDate>
|
||||
<guid>/newsthread/<!--#id2--></guid>
|
||||
</item>
|
||||
<!--#/channel-->
|
||||
</channel>
|
||||
</rss>
|
Reference in New Issue
Block a user