log backend/couchdb/Feed.py @ 259:304917762618 default tip

age author description
2014-04-27 Dirk Olmes add source file endcoding header
2011-09-09 dirk introdue an abstraction for the name of the database so it can be changed via commandline parameter
2011-09-03 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.
2011-08-29 dirk Creating a feed via the GUI works now.
2011-08-29 dirk after a feed update, calculate a feed's update date from the current date, not the original next update date
2011-08-25 Dirk Olmes use couchdb's mapping API instead of manually coding around Rows - much leaner code :-)
2011-08-24 Dirk Olmes updating feeds on the couchdb backend works now
2011-08-23 Dirk Olmes add the required methods for determining if a feed needs to be updated
2011-08-23 Dirk Olmes implement a Feed class that can be used to query feed and that wraps view results