comparison themes/copyrighteous/index.xml.template @ 14:f37430dda970

2007-08-14 17:45:44 by steve Added new theme.,
author steve
date Tue, 14 Aug 2007 17:45:44 +0000
parents
children 6b5d3f055a8c
comparison
equal deleted inserted replaced
13:a3d2dca6ada3 14:f37430dda970
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>Blog Entries</title>
5 <description>Blog Entries</description>
6
7 <!-- tmpl_loop name="entries" -->
8 <item>
9 <title><!-- tmpl_var name="title" escape='html' --></title>
10 <link><!-- tmpl_var name='url_prefix' --><!-- tmpl_var name='link' --></link>
11 <guid isPermaLink="true"><!-- tmpl_var name='url_prefix' --><!-- tmpl_var name='link' --></guid>
12 <description><!-- tmpl_var name="body" escape='html' --></description>
13 </item>
14 <!-- /tmpl_loop -->
15 </channel>
16 </rss>