Mercurial > hg > Feedworm
log backend/couchdb/Feed.py @ 168:f4708d38419c
age | author | description |
---|---|---|
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 |