log feedupdate-main.py @ 55:0f9b3e57cff0

age author description
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
Mon, 26 Apr 2010 19:33:07 +0200 Dirk Olmes retrieve a feed for the given URL, store entries as feed_entry rows into the database
Mon, 26 Apr 2010 17:40:55 +0200 Dirk Olmes First skeleton for sqlalchemy: define the mapping and create the first feed