view themes/xml/index.xml.template @ 64:2179b1d5d25b

2007-11-10 17:08:25 by steve Updated so that 'make steve' works.
author steve
date Sat, 10 Nov 2007 17:08:25 +0000
parents 89747520b861
children 5379f7e3f7de
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>

	<!-- 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>
		<description><!-- tmpl_var name="body" escape='html' --></description>
	</item>
	<!-- /tmpl_loop -->
        </channel>
</rss>