Mercurial > hg > Feedworm
log Feed.py @ 46:03358c113170
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. |
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 |