view themes/default/month.xml.template @ 56:1dfe7bba023c

2007-10-25 18:30:05 by steve Minor updates.
author steve
date Thu, 25 Oct 2007 18:30:06 +0000
parents 6b5d3f055a8c
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>Entries from <!-- tmpl_var name='month_name' --> <!-- tmpl_var name='year' --></title>
		<description>Entries from <!-- tmpl_var name='month_name' --> <!-- tmpl_var name='year' --></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>