comparison themes/xml/month.xml.template @ 80:5379f7e3f7de

Updated so that we have pubDate attributes for our RDF
author Steve Kemp <steve@steve.org.uk>
date Tue, 11 Dec 2007 00:43:29 +0000
parents 89747520b861
children 89eef19064e8
comparison
equal deleted inserted replaced
79:9728676c3a85 80:5379f7e3f7de
1 <?xml version="1.0" encoding="ISO-8859-1"?> 1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/'> 2 <rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/'>
3 <channel> 3 <channel>
4 <title>Entries from <!-- tmpl_var name='month_name' --> <!-- tmpl_var name='year' --></title> 4 <title>Entries from <!-- tmpl_var name='month_name' --> <!-- tmpl_var name='year' --></title>
5 <description>Entries from <!-- tmpl_var name='month_name' --> <!-- tmpl_var name='year' --></description> 5 <description>Entries from <!-- tmpl_var name='month_name' --> <!-- tmpl_var name='year' --></description>
6 <link><!-- tmpl_var name='top' --></link>
6 7
7 <!-- tmpl_loop name="entries" --> 8 <!-- tmpl_loop name="entries" -->
8 <item> 9 <item>
9 <title><!-- tmpl_var name="title" escape='html' --></title> 10 <title><!-- tmpl_var name="title" escape='html' --></title>
10 <link><!-- tmpl_var name='top' --><!-- tmpl_var name='link' --></link> 11 <link><!-- tmpl_var name='top' --><!-- tmpl_var name='link' --></link>
11 <guid isPermaLink="true"><!-- tmpl_var name='top' --><!-- tmpl_var name='link' --></guid> 12 <guid isPermaLink="true"><!-- tmpl_var name='top' --><!-- tmpl_var name='link' --></guid>
13 <pubDate><!-- tmpl_var name='pubdate' --></pubDate>
12 <description><!-- tmpl_var name="body" escape='html' --></description> 14 <description><!-- tmpl_var name="body" escape='html' --></description>
13 </item> 15 </item>
14 <!-- /tmpl_loop --> 16 <!-- /tmpl_loop -->
15 </channel> 17 </channel>
16 </rss> 18 </rss>