log backend/couchdb/FeedEntry.py @ 168:f4708d38419c

age author description
2011-08-29 dirk re-enable finding a FeedEntry by its link
2011-08-27 Dirk Olmes move common functionality into an abstract backend class, have both backends inherit from it. Implement enough of the couchdb backend that reading feeds (and marking feed entries as read) is possible
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