Mercurial > hg > Feedworm
log backend/couchdb/FeedUpdater.py @ 215:b7caf487bc54
age | author | description |
---|---|---|
2012-02-26 | dirk | adjust logging if feed entry does not have a published date |
2012-01-24 | dirk | log the publish date of a feed entry that's stored in the database |
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-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 |