<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:feedtree="http://feedtree.net/ns/feedtree"
	>
<channel>
	<title>Comments on: Version 0.7.0 released.</title>
	<atom:link href="http://feedtree.net/blog/2006/02/20/version-070/feed/" rel="self" type="application/rss+xml" />
	<link>http://feedtree.net/blog/2006/02/20/version-070/</link>
	<description>Releases, announcements, and information regarding the FeedTree software.</description>
	<lastBuildDate>Sun, 18 Feb 2007 05:25:02 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Dan Sandler</title>
		<link>http://feedtree.net/blog/2006/02/20/version-070/#comment-68</link>
		<dc:creator>Dan Sandler</dc:creator>
		<pubDate>Wed, 22 Feb 2006 02:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://feedtree.net/blog/2006/02/20/version-070/#comment-68</guid>
		<description>What&#039;s happening is that FeedTree is generating feeds with the current &quot;correct&quot; MIME type for RSS feeds—that is, &lt;tt&gt;application/rss+xml&lt;/tt&gt;—instead of whatever the server sent.  I suspect you were able to get by before because your site was serving up RSS as &lt;tt&gt;text/xml&lt;/tt&gt; or something else that Firefox isn&#039;t afraid of.

In a perfect world, all feeds would be using a distinguishing MIME type; this would make the FeedTree proxy&#039;s work a lot easier.  Right now, since there&#039;s no widespread adoption of the feed MIME types, it has to &lt;i&gt;attempt&lt;/i&gt; to parse anything that even &lt;i&gt;smells&lt;/i&gt; like XML.  If the MIME were more widespread, FT could switch on the MIME alone and avoid wasting a lot of time parsing non-feed XML.

Despite all that, Dave Winer is &lt;a href=&quot;http://blogs.law.harvard.edu/crimson1/2004/05/06#a1519&quot; rel=&quot;nofollow&quot;&gt;saying&lt;/a&gt; to use &lt;tt&gt;text/xml&lt;/tt&gt; anyway, because he likes to be able to see XML in his browser, too.  So I guess you&#039;re not alone.

In a pinch, couldn&#039;t you just save the file to the desktop and take a look at it in your favorite text editor?  The experience wouldn&#039;t be dramatically different than reading the raw XML in the browser.</description>
		<content:encoded><![CDATA[<p>What&#8217;s happening is that FeedTree is generating feeds with the current &#8220;correct&#8221; MIME type for RSS feeds—that is, <tt>application/rss+xml</tt>—instead of whatever the server sent.  I suspect you were able to get by before because your site was serving up RSS as <tt>text/xml</tt> or something else that Firefox isn&#8217;t afraid of.</p>
<p>In a perfect world, all feeds would be using a distinguishing MIME type; this would make the FeedTree proxy&#8217;s work a lot easier.  Right now, since there&#8217;s no widespread adoption of the feed MIME types, it has to <i>attempt</i> to parse anything that even <i>smells</i> like XML.  If the MIME were more widespread, FT could switch on the MIME alone and avoid wasting a lot of time parsing non-feed XML.</p>
<p>Despite all that, Dave Winer is <a href="http://blogs.law.harvard.edu/crimson1/2004/05/06#a1519" rel="nofollow">saying</a> to use <tt>text/xml</tt> anyway, because he likes to be able to see XML in his browser, too.  So I guess you&#8217;re not alone.</p>
<p>In a pinch, couldn&#8217;t you just save the file to the desktop and take a look at it in your favorite text editor?  The experience wouldn&#8217;t be dramatically different than reading the raw XML in the browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://feedtree.net/blog/2006/02/20/version-070/#comment-67</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 22 Feb 2006 02:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://feedtree.net/blog/2006/02/20/version-070/#comment-67</guid>
		<description>Dan, when I would go to say, www.somesite.com/rssfeed.rss without using FeedTree as a proxy, Firefox would display the RSS feed like any other XML file but when I did that using FeedTree as a proxy, Firefox opened up the download window and asked me whether I wanted to save the feed as a file or view it with a program. Live Bookmarks were unaffected and worked the same as before, but I could not view feeds to see the XML markup, and having a website of my own, that is a problem for me.</description>
		<content:encoded><![CDATA[<p>Dan, when I would go to say, <a href="http://www.somesite.com/rssfeed.rss" rel="nofollow">http://www.somesite.com/rssfeed.rss</a> without using FeedTree as a proxy, Firefox would display the RSS feed like any other XML file but when I did that using FeedTree as a proxy, Firefox opened up the download window and asked me whether I wanted to save the feed as a file or view it with a program. Live Bookmarks were unaffected and worked the same as before, but I could not view feeds to see the XML markup, and having a website of my own, that is a problem for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Sandler</title>
		<link>http://feedtree.net/blog/2006/02/20/version-070/#comment-66</link>
		<dc:creator>Dan Sandler</dc:creator>
		<pubDate>Tue, 21 Feb 2006 02:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://feedtree.net/blog/2006/02/20/version-070/#comment-66</guid>
		<description>Richard: How did Firefox display your feeds before?  The FeedTree proxy tries to be good about setting the correct MIME type on feeds it serves up to the user.  As for the service, I haven&#039;t yet had time to invest the engineering effort in wrapping the proxy as a Windows service.  I&#039;m aware of tools like &lt;a href=&quot;http://jslwin.sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;Java Service Launcher&lt;/a&gt; and &lt;a href=&quot;http://wrapper.tanukisoftware.org/&quot; rel=&quot;nofollow&quot;&gt;Java Service Wrapper&lt;/a&gt;, just haven&#039;t gotten around to choosing one and integrating it.</description>
		<content:encoded><![CDATA[<p>Richard: How did Firefox display your feeds before?  The FeedTree proxy tries to be good about setting the correct MIME type on feeds it serves up to the user.  As for the service, I haven&#8217;t yet had time to invest the engineering effort in wrapping the proxy as a Windows service.  I&#8217;m aware of tools like <a href="http://jslwin.sourceforge.net/" rel="nofollow">Java Service Launcher</a> and <a href="http://wrapper.tanukisoftware.org/" rel="nofollow">Java Service Wrapper</a>, just haven&#8217;t gotten around to choosing one and integrating it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://feedtree.net/blog/2006/02/20/version-070/#comment-65</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 20 Feb 2006 23:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://feedtree.net/blog/2006/02/20/version-070/#comment-65</guid>
		<description>I had expected FeedTree to be RSS client (like Bit Torrent and other P2P stuff). I am noticing a bug though. Whenever I try to directly view an RSS feed in Firefox it tries to download it rather than display it like it used to do.

By the way, is it possible to run FeedTree as a service on Windows XP? As nice as FeedTree is for RSS, I do not want to have to navigate to the .exe file and run it everytime I want to use Firefox, and it is using up precious task bar real estate running as a windows application.</description>
		<content:encoded><![CDATA[<p>I had expected FeedTree to be RSS client (like Bit Torrent and other P2P stuff). I am noticing a bug though. Whenever I try to directly view an RSS feed in Firefox it tries to download it rather than display it like it used to do.</p>
<p>By the way, is it possible to run FeedTree as a service on Windows XP? As nice as FeedTree is for RSS, I do not want to have to navigate to the .exe file and run it everytime I want to use Firefox, and it is using up precious task bar real estate running as a windows application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mashable.com/journal</title>
		<link>http://feedtree.net/blog/2006/02/20/version-070/#comment-64</link>
		<dc:creator>Mashable.com/journal</dc:creator>
		<pubDate>Mon, 20 Feb 2006 23:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://feedtree.net/blog/2006/02/20/version-070/#comment-64</guid>
		<description>&lt;strong&gt;FeedTree Gets Slashdotted&lt;/strong&gt;

Feedtree, the P2P feed updating service, just got Slashdotted.  The service is still a bit too geeky to be a consumer play, but I&#8217;m interested in everything that&#8217;s collaborative and/or P2P.
...</description>
		<content:encoded><![CDATA[<p><strong>FeedTree Gets Slashdotted</strong></p>
<p>Feedtree, the P2P feed updating service, just got Slashdotted.  The service is still a bit too geeky to be a consumer play, but I&#8217;m interested in everything that&#8217;s collaborative and/or P2P.<br />
&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Sandler</title>
		<link>http://feedtree.net/blog/2006/02/20/version-070/#comment-63</link>
		<dc:creator>Dan Sandler</dc:creator>
		<pubDate>Mon, 20 Feb 2006 20:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://feedtree.net/blog/2006/02/20/version-070/#comment-63</guid>
		<description>Actually, no plugin is required.  Install the FeedTree client proxy, and then configure Firefox to use your proxy for its browsing.  All Live Bookmark traffic should now be FeedTree-enabled. (I don&#039;t have setup instructions handy, but it should be very similar to Thunderbird, which we already have some &lt;a href=&quot;http://trac.feedtree.net/project/wiki/ProxySetup/Thunderbird&quot; rel=&quot;nofollow&quot;&gt;documentation&lt;/a&gt; for.)</description>
		<content:encoded><![CDATA[<p>Actually, no plugin is required.  Install the FeedTree client proxy, and then configure Firefox to use your proxy for its browsing.  All Live Bookmark traffic should now be FeedTree-enabled. (I don&#8217;t have setup instructions handy, but it should be very similar to Thunderbird, which we already have some <a href="http://trac.feedtree.net/project/wiki/ProxySetup/Thunderbird" rel="nofollow">documentation</a> for.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://feedtree.net/blog/2006/02/20/version-070/#comment-62</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 20 Feb 2006 20:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://feedtree.net/blog/2006/02/20/version-070/#comment-62</guid>
		<description>I use Firefox&#039;s livebook marks to manage all of my feeds. Please make a Firefox extension that would have Live Bookmarks update via FeedTree.</description>
		<content:encoded><![CDATA[<p>I use Firefox&#8217;s livebook marks to manage all of my feeds. Please make a Firefox extension that would have Live Bookmarks update via FeedTree.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

