view etc/index.xml.template @ 4:1465af87859a

2007-08-13 22:56:04 by steve Moved from / to ./etc/
author steve
date Mon, 13 Aug 2007 22:56:04 +0000
parents bc8961a81af6
children
line wrap: on
line source

<?xml version="1.0" encoding="ISO-8859-1"?>
<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='url_prefix' --><!-- tmpl_var name='link' --></link>        
		<guid isPermaLink="true"><!-- tmpl_var name='url_prefix' --><!-- tmpl_var name='link' --></guid>
		<description><!-- tmpl_var name="body" escape='html' --></description>
	</item>
	<!-- /tmpl_loop -->
        </channel>
</rss>