I just released SimpleAggregator 1.1, which contains a few improvements and fixes over the previous release:
Thanks to Thomas Johnsen and Karsten Mueller for spotting the unicode problems in feedparser and testing various fixes. Thomas Johnsen also sent me a fix to correctly store item dates when parsing.
In preparation for a new release of my news reader, I have implemented categories support in the DB, and rewritten the Python feeds loader to use threads, and to clean up old news items.
The threaded feeds loader is more than 10x faster than the old one (obviously it depends on the number of feeds), and seems to perform well. If you feel adventurous, you can try it now. To use it, you also need the updated SQL schema in preparation for categories and the corresponding feed management page.
The next release will feature an optional frames-based interface, categories, search, and OPML export/import. It will take some time though, what with work and vacations coming up. Let me know if you have any features you would like to see implemented.
From time to time I receive an inquiry about the status of of my FeedOnFeeds rewrite, so today I took a few hours to add the main missing bits. For those of you who have never heard of FeedOnFeeds, Simple Aggregator is a web-based news aggregator. It supports Atom feeds, CDF, and the nine different versions of RSS thanks to Mark Pilgrim's Universal Feed Parser. There are still a few things missing (a frames view, OPML import/export, maybe categories), but it's quite usable and highly customizable if you know a bit of HTML and/or PHP.
It features a few improvements over its ancestor:
It has few requirements:
If you want to give it a try, version 1.0 is available for download. Please send me any comments, patches, or features suggestions.