File:  [Paefchen] / FreeBSD / tinderbox / webui / templates / paefchen / rss.tpl
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Sat Jan 5 12:25:17 2008 UTC (16 years, 10 months ago) by as
Branches: MAIN
CVS tags: TB_RELEASE_2_4_3, TB_RELEASE_2_4_2, HEAD
Welcome new Template (FreeBSD like)

<?='<'?>?xml version="1.0" encoding="ISO-8859-1"?>
<!-- $Paefchen: FreeBSD/tinderbox/webui/templates/paefchen/rss.tpl,v 1.1 2008/01/05 12:25:17 as Exp $ -->

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title><?=$tinderbox_title?></title>
		<link><?=$wwwrooturi?></link>
		<lastBuildDate><?=$lastBuildDate?></lastBuildDate>
		<generator><?=$tinderbox_name?></generator>
		<ttl>10</ttl>
<?foreach($data as $row) {?>
		<item>
			<title>[<?=$row['jail_name']?>] - <?=$row['port_directory']?> - <?=$row['port_last_status']?></title>
			<link><?=$row['port_link_logfile']?></link>
			<pubDate><?=$row['port_last_built']?></pubDate>
			<author><?=$row['build_name']?> => <?=$row['jail_name']?></author>
			<description><?=$row['port_directory']?> => <?=$row['port_last_status']?> [<?=$row['build_name']?>|<?=$row['jail_name']?>] -- <?=$row['port_link_logfile']?></description>
		</item>
<?}?>
	</channel>
</rss>