view themes/xml/index.xml.template @ 148:f4f02112a523

Updated Debian files
author Steve Kemp <steve@steve.org.uk>
date Fri, 28 Dec 2007 14:32:12 +0000
parents 5379f7e3f7de
children 89eef19064e8
line wrap: on
line source

<?xml version="1.0" encoding="utf-8"?>
<rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/'>
	<channel>
		<title>Blog Entries</title>
		<description>Blog Entries</description>
                <link><!-- tmpl_var name='top' --></link>

	<!-- tmpl_loop name="entries" -->
	<item>
		<title><!-- tmpl_var name="title" escape='html' --></title>
		<link><!-- tmpl_var name='top' --><!-- tmpl_var name='link' --></link>        
		<guid isPermaLink="true"><!-- tmpl_var name='top' --><!-- tmpl_var name='link' --></guid>
                <pubDate><!-- tmpl_var name='pubdate' --></pubDate>
		<description><!-- tmpl_var name="body" escape='html' --></description>
	</item>
	<!-- /tmpl_loop -->
        </channel>
</rss>