Readme.md - added Section for customization and notes
[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 <!-- don't touch anything within the curly braces -->
6 <title>My Site - {title}</title>
7 <description>Site Description</description>
8 <link>http://my.site</link>
9 <pubDate>{pubdate:%a, %d %b %Y %H:%M:%S %z}</pubDate>
10 {items}
11 </channel>
12 </rss>