view themes/xml/month.xml.template @ 77:00ed5b99ccb0

Removed $Id: $ markers from CVS times.
author Steve Kemp <steve@steve.org.uk>
date Mon, 10 Dec 2007 14:01:23 +0000
parents 89747520b861
children 5379f7e3f7de
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>