<?php

if (empty($wp)) {
	require_once('wp-config.php');
	wp('feed=rss2');
}

header('Content-type: text/xml; charset=' . get_settings('blog_charset'), true);
$more = 1;

?>
<?php echo '<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
 
  <channel>

    <title>Urban Oasis</title>
    <description>Reflections on the urban condition</description>
    <link>http://www.urbanoasis.org/blog</link>
    <language>en-us</language>
    <copyright>Copyright 2006</copyright>
    <lastBuildDate>Sat, 28 Oct 2006 11:30:00 -0500</lastBuildDate>
    <pubDate>Sat, 28 Oct 2006 11:30:00 -0500</pubDate>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <webMaster>urbanoas@urbanoasis.org</webMaster>

<item>
<title>Annexation in Detroit 1915-1926 </title>
<link>http://www.urbanoasis.org/blog/?p=163</link>
<guid>http://www.urbanoasis.org/Annexation%202.mp3</guid>
<description> A series of annexation measures over the period of roughly a decade left a physical legacy Detroit struggles with today as the city struggles to revitalize. </description>
<enclosure url="http://www.urbanoasis.org/Annexation%202.mp3" length="9036023" type="audio/mpeg"/>
<category>Podcasts</category>
<pubDate>Sat, 28 Oct 2006 11:30:00 -0500</pubDate>


</item>

</channel>

</rss>