Added RSS feed to each category
[biaweb2.git] / templates / rss.tpl.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <rss version="2.0">
3 <channel>
4 <!-- change title description and link as needed-->
5 <title>My Site</title>
6 <description>Site Description</description>
7 <link>http://my.site</link>
8 <pubDate>{pubdate:%a, %d %b %Y %H:%M:%S %z}</pubDate>
9 {items}
10 </channel>
11 </rss>