Mercurial > hg > Feedworm
log backend/sqlalchemy/FeedUpdater.py @ 163:e284a37df1d9
age | author | description |
---|---|---|
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 | remove the normalize method, it was pulled up to the parent class |
2011-08-24 | Dirk Olmes | remove unused constant |
2011-08-24 | Dirk Olmes | pull out common code for updating a feed into an abstract class, have the sqlalchemy backend use that class. |
2011-08-22 | Dirk Olmes | restructured adding a feed so that only the URL is passed into the backend - the rest of the operation is backend-internal backend |
2011-08-21 | Dirk Olmes | re-enabled AddFeed - does not work yet backend base FeedUpdater.py@f757a8335b48 |