Readme.md - added Section for customization and notes
[biaweb2.git] / templates / rssitem.tpl.xml
1 <item>
2 <title>{title}</title>
3 <description>{description}</description>
4 <!-- change http://my.site to your actual site URL -->
5 <!-- don't touch anything within the curly braces-->
6 <link>http://my.site/{url}</link>
7 <guid>http://my.site/{url}</guid>
8 <pubDate>{pubdate:%a, %d %b %Y %H:%M:%S %z}</pubDate>
9 </item>