<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Feed on Feeds - THE WEBLOG</title>
	<link>http://feedonfeeds.com/weblog</link>
	<description>news, announcements, tidbits</description>
	<pubDate>Thu, 17 Jan 2008 04:24:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>♬ Feed on Feeds 0.5 ♬</title>
		<link>http://feedonfeeds.com/weblog/2007/12/21/%e2%99%ac-feed-on-feeds-05-%e2%99%ac/</link>
		<comments>http://feedonfeeds.com/weblog/2007/12/21/%e2%99%ac-feed-on-feeds-05-%e2%99%ac/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 04:28:48 +0000</pubDate>
		<dc:creator>steve</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://feedonfeeds.com/weblog/2007/12/21/%e2%99%ac-feed-on-feeds-05-%e2%99%ac/</guid>
		<description><![CDATA[Over at the project page you can find a nice shiny tarball for FoF 0.5!  The last feature I wanted to get in was a plugin that automatically tags items based on keywords, and it&#8217;s in there.  Bug reports, questions, comments, patches, whatever are all welcome either on the mailing list or in [...]]]></description>
			<content:encoded><![CDATA[<p>Over at <a href="http://code.google.com/p/feed-on-feeds/">the project page</a> you can find a nice shiny tarball for FoF 0.5!  The last feature I wanted to get in was a plugin that automatically tags items based on keywords, and it&#8217;s in there.  Bug reports, questions, comments, patches, whatever are all welcome either on the mailing list or in the bug tracker.  Based on an extrapolation of the current trend, I&#8217;ll see you back here for the next version in 2016!</p>
]]></content:encoded>
			<wfw:commentRss>http://feedonfeeds.com/weblog/2007/12/21/%e2%99%ac-feed-on-feeds-05-%e2%99%ac/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Favicons</title>
		<link>http://feedonfeeds.com/weblog/2007/07/09/favicons/</link>
		<comments>http://feedonfeeds.com/weblog/2007/07/09/favicons/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 05:04:14 +0000</pubDate>
		<dc:creator>steve</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://feedonfeeds.com/weblog/2007/07/09/favicons/</guid>
		<description><![CDATA[I just checked in a new version of SimplePie that uses md5() instead of sha1() internally to generate cached filenames.  If you were using favicons and update to the latest version, they will probably all not show up.  They will reappear in about a week&#8217;s time if you do nothing, and if you [...]]]></description>
			<content:encoded><![CDATA[<p>I just checked in a new version of SimplePie that uses md5() instead of sha1() internally to generate cached filenames.  If you were using favicons and update to the latest version, they will probably all not show up.  They will reappear in about a week&#8217;s time if you do nothing, and if you want to force them to reappear when you next update, run this query:</p>
<p><code>update fof_feed set feed_image_cache_date = 0</code></p>
<p>Usually FoF only re-checks the cached favicons once a week.  This makes it think that the last time it checked was January 1st, 1970.</p>
]]></content:encoded>
			<wfw:commentRss>http://feedonfeeds.com/weblog/2007/07/09/favicons/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Schema change checked in MOMENTS AGO</title>
		<link>http://feedonfeeds.com/weblog/2007/06/05/schema-change-checked-in-moments-ago/</link>
		<comments>http://feedonfeeds.com/weblog/2007/06/05/schema-change-checked-in-moments-ago/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 03:53:33 +0000</pubDate>
		<dc:creator>steve</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://feedonfeeds.com/weblog/2007/06/05/schema-change-checked-in-moments-ago/</guid>
		<description><![CDATA[If you have a FoF installation that is tracking the svn tip, next time you update you&#8217;ll get new code that stores a hash of the password in the DB, instead of the password itself.  This requires a schema upgrade, so please run &#8220;install.php&#8221;.  After this, you will have to log on to [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a FoF installation that is tracking the svn tip, next time you update you&#8217;ll get new code that stores a hash of the password in the DB, instead of the password itself.  This requires a schema upgrade, so please run &#8220;install.php&#8221;.  After this, you will have to log on to FoF again, but otherwise the upgrade should be seamless.</p>
<p>By the way, good stuff going on out on the tip!  I&#8217;ve upgraded SimplePie and Prototype to the latest, have fixed several layout bugs, as well as some other bugs submitted over at <a href="http://code.google.com/p/feed-on-feeds/issues/list">Google Code</a> (thanks!).  Also, I believe favicons are now fully operational, and I think we&#8217;re back to full support for &#8220;private&#8221; feeds (https and authenticated, including DIGEST).  Caveat: the private feed support will only work if your host supports the cURL extension.</p>
<p>To subscribe to a private feed, just add it in this form:</p>
<p><tt>http[s]://username:password@example.com/my/top/secret/feed</tt></p>
]]></content:encoded>
			<wfw:commentRss>http://feedonfeeds.com/weblog/2007/06/05/schema-change-checked-in-moments-ago/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Year - New Code</title>
		<link>http://feedonfeeds.com/weblog/2007/01/01/new-year-new-code/</link>
		<comments>http://feedonfeeds.com/weblog/2007/01/01/new-year-new-code/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 03:37:17 +0000</pubDate>
		<dc:creator>steve</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://feedonfeeds.com/weblog/2007/01/01/new-year-new-code/</guid>
		<description><![CDATA[
I&#8217;ve just checked in version 0.4999&#8230; (as in, not quite 0.5) to Google Code.  You&#8217;re just one
svn checkout http://feed-on-feeds.googlecode.com/svn/trunk/ feed-on-feeds
from trying it out!  (NB: has not been tested on IE.)  Bug reports and discussions here or on the mailing list are welcome.
There is no &#8220;upgrade&#8221; from a previous version of FoF, but [...]]]></description>
			<content:encoded><![CDATA[<p><center><img src="http://feedonfeeds.com/star-on.gif"><img src="http://feedonfeeds.com/star-off.gif"><img src="http://feedonfeeds.com/star-on.gif"><img src="http://feedonfeeds.com/star-off.gif"><img src="http://feedonfeeds.com/star-on.gif"></center></p>
<p>I&#8217;ve just checked in version 0.4999&#8230; (as in, not quite 0.5) to <a href="http://code.google.com/p/feed-on-feeds/">Google Code</a>.  You&#8217;re just one</p>
<p><tt>svn checkout http://feed-on-feeds.googlecode.com/svn/trunk/ feed-on-feeds</tt></p>
<p>from trying it out!  (NB: has not been tested on IE.)  Bug reports and discussions here or on the mailing list are welcome.</p>
<p>There is no &#8220;upgrade&#8221; from a previous version of FoF, but you can import your old subscriptions in an OPML file.</p>
<p><center><img src="http://feedonfeeds.com/star-on.gif"><img src="http://feedonfeeds.com/star-off.gif"><img src="http://feedonfeeds.com/star-on.gif"><img src="http://feedonfeeds.com/star-off.gif"><img src="http://feedonfeeds.com/star-on.gif"></center></p>
]]></content:encoded>
			<wfw:commentRss>http://feedonfeeds.com/weblog/2007/01/01/new-year-new-code/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Putting the band back together</title>
		<link>http://feedonfeeds.com/weblog/2006/07/28/putting-the-band-back-together/</link>
		<comments>http://feedonfeeds.com/weblog/2006/07/28/putting-the-band-back-together/#comments</comments>
		<pubDate>Fri, 28 Jul 2006 22:05:55 +0000</pubDate>
		<dc:creator>steve</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://feedonfeeds.com/weblog/?p=3</guid>
		<description><![CDATA[It&#8217;s hard to believe Feed on Feeds hasn&#8217;t had a release since December 2004!  Since then I&#8217;ve been mainly working on other things, but now&#8230; I&#8217;M BACK.  I&#8217;ve rewritten almost all of FoF, blatantly cheating by making use of the best free components out there, like SimplePie, Prototype, and IE7.  I&#8217;m almost [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s hard to believe Feed on Feeds hasn&#8217;t had a release since December 2004!  Since then I&#8217;ve been mainly working on <a href="http://meetmax.ipc.com/">other things</a>, but now&#8230; I&#8217;M BACK.  I&#8217;ve rewritten almost all of FoF, blatantly cheating by making use of the best free components out there, like <a href="http://simplepie.org/">SimplePie</a>, <a href="http://prototype.conio.net/">Prototype</a>, and <a href="http://dean.edwards.name/IE7/">IE7</a>.  I&#8217;m almost ready for some kind of public showing, probably first a hosted demo, and then working code in SVN, then I&#8217;m thinking there have been enough changes that it deserves to be released as Feed on Feeds 0.5.  Right now I&#8217;ve got multi-user going, I&#8217;ve merged the frames and non-frames views, added tagging, rudimentary keyboard access, and (hopefully) just the right amount of Ajaxy goodness.  The old simplicity is still there, too.</p>
<p>I&#8217;m also in the process of moving the project from <a href="http://sourceforge.net/projects/feedonfeeds/">SourceForge</a> to the brand new <a href="http://code.google.com/p/feed-on-feeds/">Google Code</a>.  What the heck, let&#8217;s see if their stuff is anything.</p>
<p>So watch this space for news!</p>
<p><center><img border="1" alt="secret preview" title="secret preview" src="http://feedonfeeds.com/fof-new.jpg" /></center></p>
]]></content:encoded>
			<wfw:commentRss>http://feedonfeeds.com/weblog/2006/07/28/putting-the-band-back-together/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
