log backend/AbstractFeedUpdater.py @ 168:f4708d38419c

age author description
2011-09-05 dirk adjust the sqlalchemy backend to the changes in AbstractFeedUpdater
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 Do not fetch and parse the feed twice when creating a new one. Pass the parsed info into the update method instead to reuse.
2011-08-24 Dirk Olmes updating feeds on the couchdb backend works now
2011-08-24 Dirk Olmes pull out common code for updating a feed into an abstract class, have the sqlalchemy backend use that class.