view themes/copyrighteous/tags.xml.template @ 52:e55676a47bfe

2007-10-11 07:42:21 by steve Clean up the results of a debian package build.
author steve
date Thu, 11 Oct 2007 07:42:21 +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 tagged <!-- tmpl_var name='tagname' escape='html' --></title>
		<description>Entries tagged <!-- tmpl_var name='tagname' escape='html' --></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>