<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="Garrick Van Buren.com gFeed 1.0" -->

<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
>

<channel>
	<title>Garrick Van Buren's gFeed</title>
	<link>http://garrickvanburen.com/gfeed</link>
	<description>The only feed bringing you everything Garrick Van Buren publishes</description>
	<copyright>Copyright 2005</copyright>
    <pubDate><? echo date("r"); ?></pubDate>
	<generator>http://garrickvanburen.com/gfeed/</generator>

<?
foreach ($allitems as $item) {
?>
    <item>
    <title><? echo $item['title'] ?></title>
    <link><? echo $item['href']; ?></link>
    <guid><? echo $item['guid']; ?></guid>
    <source  url="<? echo $item['channelfeed']; ?>"><? echo $item['channel']; ?></source>
    <pubDate><? echo $item['pubdate']; ?></pubDate>
    <description>
        <![CDATA[<? echo $item['desc']; ?>]]>
         &lt;br /&gt;Continue reading &lt;a href="<? echo $item['href']; ?>"&gt;<? echo $item['title']; ?>&lt;/a&gt;
         &lt;br /&gt;Originally published at &lt;a href="<? echo $item['channellink']; ?>"&gt;<? echo $item['channel']; ?>&lt;/a&gt;
    </description>

    <? echo $item['enc']; ?>
    
    </item>
<?
}
?>

</channel>
</rss>