log backend/couchdb/FeedUpdater.py @ 240:1b98925facf6

age author description
Sun, 27 Apr 2014 05:33:34 +0200 Dirk Olmes add source file endcoding header
Sun, 26 Feb 2012 10:37:41 +0100 dirk adjust logging if feed entry does not have a published date
Tue, 24 Jan 2012 08:25:29 +0100 dirk log the publish date of a feed entry that's stored in the database
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.
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