Aggrevator is a cross-platform RSS/Atom aggregator that uses a MySQL 4.1 database for storage. It is designed to make life easier for people who want to subscribe to large numbers of blogs by using scoring, sophisticated search, filtering and sorting.
Aggrevator's chief distinguishing factor is it's use of a MySql database to permanently store every entry fetched from every blog you subscribe to. This means that the user can read offline any of the several thousand blogs they're interested in. Since Aggrevator is written in Java using the SWT library for it's GUI the user can use it on multiple platforms (I have tested it using Linux and Windows) with a single remote database or on one machine with a local database.
None of the existing desktop aggregators deal well with users who want to subscribe to thousands of feeds (I'm testing it with over 5000 feeds and a database containing over 500, 000 entries). Aggrevator offers those people effective and unobtrusive ways to use scoring to rank the blogs they read. The embedded browser means that the user can easily follow links between individual entries and the application will automatically increase the score of the blogs that are visited. The user can also choose to give a 'thumbs up' or 'thumbs down' to individual entries. Over time this 'simple' scoring means that blogs that the user reads often and rates highly float to the top of the list.
Aggrevator offers the user search functionality which lets them track down entries they have read in the past even if they're offline. The user also has the option of using the filters as a means of finding a particular blog by typing a minimal set of characters and seeing the list of candidates shrink as they type each character.
What problems does Aggrevator solve for me?
- Are you finding it difficult to manage the large number of blogs you have subscribed to?
- Do you feel overwhelmed when it comes to deciding which blog to read first?
- Do you need to find an article somebody posted a while ago but can't remember which of the many blogs you've subscribed to it was in?
What's new?
-
0.7.6
- Changed html used for "Related entries" to avoid repeatedly pulling down an image from Technorati's server for each entry. 0.7.5 (never publicly released)
- Tweaked the html used for the internal browser to be prettier.
- Added a Related entries feature that links entries to Technorati.
- Added lazy loading support to the configuration.properties so that the content of entries can either be loaded for all entries when the user selects a feed or only when the user selects a particular entry.
- Added support for the user to specify proxy host and port in the configuration.properties file.
- Reverted back to using the ProxoolConnectionPool after Carlos had performance issues with the C3P0ConnectionPool. 0.7.0
- Fixed a problem with the Linux release that meant it couldn't be started.
- Searches can be restricted by the titles of the feed or entries.
- Searching can now be cancelled.
- Changed the command keys to use Ctrl-Shift+ F/E/B to switch between the FeedView/EntryView/BrowserView.
- The current entry or the current location can now be opened in the user's default web browser.
- It's now possible to create feedster search feeds. These are feeds that can be used to track when a particular word or phrase such as "Aggrevator" is mentioned in one of the millions of blogs that Feedster.com indexes.
- Added cache file that should improve start-up times for users with a large number (e.g greater than 500, 000) of entries
Aggrevator 0.7.6
Download Aggrevator for Windows
Download Aggrevator for Linux
Download Aggrevator source code