Mon, 22 Aug 2011 15:04:53 +0200 |
Dirk Olmes |
move updating the feeds to the backend
backend
|
Wed, 30 Mar 2011 02:59:22 +0200 |
Dirk Olmes |
store the number of days to keep feed entries as preference setting in the database. The feed update process reads and uses that value.
|
Tue, 29 Mar 2011 04:06:50 +0200 |
Dirk Olmes |
expire articles only after 90 days, it seems some feeds keep sending very old stuff
|
Tue, 29 Mar 2011 03:17:30 +0200 |
Dirk Olmes |
updates fro python3
python3
|
Tue, 10 Aug 2010 03:41:24 +0200 |
Dirk Olmes |
grr, need to re-enable the actual updating of entries
|
Tue, 10 Aug 2010 03:32:29 +0200 |
Dirk Olmes |
Make FeedEntry table object available in Mapping to use it to expire old, read feed entries.
|
Thu, 29 Jul 2010 20:58:16 +0200 |
dirk |
feedupdate-main updates all feeds per default
|
Wed, 05 May 2010 03:07:59 +0200 |
Dirk Olmes |
Feeds manage the point in time when the next update should happen. FeedUpdater only updates feeds that are due.
|
Wed, 05 May 2010 02:14:05 +0200 |
Dirk Olmes |
move the database logic out into its own module. Make everything reload safe so that multiple sessions can be created from interactive sessions
|
Wed, 28 Apr 2010 02:36:00 +0200 |
Dirk Olmes |
first version of the GUI
|
Wed, 28 Apr 2010 02:23:00 +0200 |
Dirk Olmes |
move logging configuration to the util module, configure logging for sqlalchemy
|
Wed, 28 Apr 2010 02:09:48 +0200 |
Dirk Olmes |
move session creation into its own module
|
Tue, 27 Apr 2010 20:18:22 +0200 |
Dirk Olmes |
use the logging framework for printing messages
|
Tue, 27 Apr 2010 02:30:50 +0200 |
Dirk Olmes |
add a creation date for the feed entry
|
Mon, 26 Apr 2010 20:46:37 +0200 |
Dirk Olmes |
add the updated date of the feed
|