view themes/xml/index.xml.template @ 152:89eef19064e8

Updated to add titles to our RSS feeds.
author Steve Kemp <steve@steve.org.uk>
date Thu, 03 Jan 2008 09:30:22 +0000
parents 5379f7e3f7de
children ed2e41d35534
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><!-- tmpl_var name='blog_title' --></title>
		<description><!-- tmpl_var name='blog_subtitle' --></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>