log Feed.py @ 54:b535bce50626

age author description
Sun, 16 May 2010 08:13:07 +0200 Dirk Olmes add an option to Feed that allows loading an entry's link right away instead of displaying a feed's summary
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.
Fri, 30 Apr 2010 06:01:54 +0200 Dirk Olmes display a feed's entries sorted by their update date
Wed, 28 Apr 2010 03:37:01 +0200 Dirk Olmes make the model used to display feeds generic (so it can be used to display FeedEntries, too)
Wed, 28 Apr 2010 03:00:11 +0200 Dirk Olmes move fetch logic into Feed
Tue, 27 Apr 2010 02:38:21 +0200 Dirk Olmes Feed.url -> Feed.rss_url
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