log backend/couchdb/Feed.py @ 187:2f2016a10f7d

age author description
Fri, 09 Sep 2011 14:52:54 +0200 dirk introdue an abstraction for the name of the database so it can be changed via commandline parameter
Sat, 03 Sep 2011 04:12:35 +0200 dirk feedparser uses the proxy now if one is configured. To implement this the FeedUpdater had to change a bit - sqlalchemy backend is not yet refactored.
Mon, 29 Aug 2011 03:08:05 +0200 dirk Creating a feed via the GUI works now.
Mon, 29 Aug 2011 02:41:24 +0200 dirk after a feed update, calculate a feed's update date from the current date, not the original next update date
Thu, 25 Aug 2011 11:05:05 +0200 Dirk Olmes use couchdb's mapping API instead of manually coding around Rows - much leaner code :-)
Wed, 24 Aug 2011 11:54:06 +0200 Dirk Olmes updating feeds on the couchdb backend works now
Tue, 23 Aug 2011 16:02:35 +0200 Dirk Olmes add the required methods for determining if a feed needs to be updated
Tue, 23 Aug 2011 04:15:46 +0200 Dirk Olmes implement a Feed class that can be used to query feed and that wraps view results