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
|
Thu, 29 Apr 2010 16:49:45 +0200 |
Dirk Olmes |
map the potentially long columns as Text (CLOB) not as String (VARCHAR)
|
Thu, 29 Apr 2010 16:48:16 +0200 |
Dirk Olmes |
add a read flag for feed entries so they can be marked read
|
Tue, 27 Apr 2010 02:38:21 +0200 |
Dirk Olmes |
Feed.url -> Feed.rss_url
|
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
|