comparison themes/xml/month.xml.template @ 61:89747520b861

2007-11-10 00:01:04 by steve Moved the XML files into their own directory to avoid duplication. Updated the code to have --theme-dir=xx --theme=xx instead of just the --template=xx
author steve
date Sat, 10 Nov 2007 00:01:04 +0000
parents
children 5379f7e3f7de
comparison
equal deleted inserted replaced
60:4af5f3ee59e8 61:89747520b861
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/'>
3 <channel>
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>
6
7 <!-- tmpl_loop name="entries" -->
8 <item>
9 <title><!-- tmpl_var name="title" escape='html' --></title>
10 <link><!-- tmpl_var name='top' --><!-- tmpl_var name='link' --></link>
11 <guid isPermaLink="true"><!-- tmpl_var name='top' --><!-- tmpl_var name='link' --></guid>
12 <description><!-- tmpl_var name="body" escape='html' --></description>
13 </item>
14 <!-- /tmpl_loop -->
15 </channel>
16 </rss>