<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,25 +1,27 @@
 &lt;?php
 
 $options = array(
-    'considered' =&gt; 'http://pipes.yahoo.com/pipes/pipe.run?_id=ADbNqOil3BGGzfPa6kjTQA&amp;_render=rss',
-//  'considered' =&gt; 'http://feeds.feedburner.com/NeilCrosbyLifestreamConsidered?format=xml',
-    'stream-of-consciousness' =&gt; 'http://pipes.yahoo.com/pipes/pipe.run?_id=f41d64550e674b7f01bad0f3c49d46f8&amp;_render=rss',
-    'others-said' =&gt; 'http://pipes.yahoo.com/pipes/pipe.run?_id=ygKh4Siu3BGqyNyQJphxuA&amp;_render=rss',
+    'considered' =&gt; 'http://feeds.neilcrosby.com/NeilCrosbyLifestreamConsidered',
+    'stream-of-consciousness' =&gt; 'http://feeds.neilcrosby.com/NeilCrosbyLifestreamOfConsciousness',
+    'others-said' =&gt; 'http://feeds.neilcrosby.com/NeilCrosbyOthersSaid',
 );
 
 $optionsFeedburner = array(
     'considered' =&gt; 'http://pipes.yahoo.com/pipes/pipe.run?_id=ADbNqOil3BGGzfPa6kjTQA&amp;_render=rss',
+    'stream-of-consciousness' =&gt; 'http://pipes.yahoo.com/pipes/pipe.run?_id=f41d64550e674b7f01bad0f3c49d46f8&amp;_render=rss',
+    'others-said' =&gt; 'http://pipes.yahoo.com/pipes/pipe.run?_id=ygKh4Siu3BGqyNyQJphxuA&amp;_render=rss',
 );
 
 if ( !isset( $_GET['feed'] ) || !array_key_exists( $_GET['feed'], $options ) ) {
     exit;
 }
 
-header(&quot;Content-Type: application/rss+xml&quot;);
 if ('FeedBurner' == mb_substr($_SERVER['USER_AGENT'], 0, mb_strlen('FeedBurner'))) {
+    header(&quot;Content-Type: application/rss+xml&quot;);
     readfile( $optionsFeedburner[$_GET['feed']] );
 } else {
-    readfile( $options[$_GET['feed']] );
+    //readfile( $options[$_GET['feed']] );
+    header('Location: '.$options[$_GET['feed']]);
 }
 
 ?&gt;
\ No newline at end of file</diff>
      <filename>feeds.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9cea155935094be284e55751856e80dabdadef29</id>
    </parent>
  </parents>
  <author>
    <name>Neil Crosby</name>
    <email>neil@thetenwordreview.com</email>
  </author>
  <url>http://github.com/NeilCrosby/lifestream/commit/f4d692c3de9f1601ebdba2e94729599f96e80537</url>
  <id>f4d692c3de9f1601ebdba2e94729599f96e80537</id>
  <committed-date>2009-01-31T15:12:41-08:00</committed-date>
  <authored-date>2009-01-31T15:12:41-08:00</authored-date>
  <message>Now works nicely with 'MyBrand'ed Feedburnered feeds</message>
  <tree>797415ad97bc30cf21f3e1cc8dabd74a9be46523</tree>
  <committer>
    <name>Neil Crosby</name>
    <email>neil@thetenwordreview.com</email>
  </committer>
</commit>
