Category Archives: Temboz

Temboz 0.8 released

I am pleased to announce the release of Temboz 0.8. The main change in this release is its ability to work with either SQLite 2.x or SQLite 3.x. SQLite 3.x is now the recommended version, see the Temboz Wiki for … Continue reading

Posted in Temboz | Tagged | Leave a comment

Temboz 0.7 released

I have released version 0.7 of Temboz. The main improvements in the new version are a better user interface, ad filtering, and garbage collection of articles older than 6 months. Several facilities have also been added to make it easier … Continue reading

Posted in Temboz | Tagged | Leave a comment

Temboz 0.5 released

I have released version 0.5 of Temboz. This version makes considerable improvements in its tracking of feed changes. Feeds where the GUID is distinct from the link are now handled correctly. Some feeds have a tendency to modify articles and … Continue reading

Posted in Temboz | Tagged | Leave a comment

Temboz 0.4.4 released

I have released version 0.4.4 of my web-based aggregator, Temboz. Apart from cosmetic fixes, the new version improves filtering by supplying convenience functions to simplify writing rules. For instance: content_any_words(‘foot’, ‘football’, ‘tennis’, ‘rugby’) is equivalent to the older syntax: (‘foot’ … Continue reading

Posted in Temboz | Tagged | Leave a comment

Temboz 0.4.2 released

I have released version 0.4.2 of Temboz. This is a bugfix release to address an issue that could cause a feed to stop the server. All users are advised to upgrade.

Posted in Temboz | Tagged | Leave a comment

Temboz 0.4 released

I have released version 0.4 of my web-based aggregator, Temboz. The new version focuses on performance, by adding an index and rewriting some queries to gain almost an order of magnitude performance on the two most common operations, viewing unread … Continue reading

Posted in Temboz | Tagged | Leave a comment

RSS/Atom and information overload

I have been running Temboz, my home-made RSS/Atom aggregator, for half a year now, and it is interesting to take stock. I ran a report on the database to count how many items per day I read, how many are … Continue reading

Posted in Temboz | Tagged | Leave a comment

Temboz 0.3 Alpha released

This is my first public alpha release of my feed aggregator, Temboz. It is still rough on the edges, but I have been using it with success for the past 5 months. For a taste of the user interface, you … Continue reading

Posted in Temboz | Tagged | Leave a comment

The Temboz RSS aggregator

Contents Introduction Features History Screen shots Known bugs Credits Download Updates Post scriptum Introduction Temboz is a RSS aggregator. It is inspired by FeedOnFeeds (web-based personal aggregator), Google News (two column layout) and TiVo (thumbs up and down). I have … Continue reading

Posted in Python, Temboz, Web | Tagged , | Leave a comment