log backend/AbstractBackend.py @ 212:1262b1168f1f

age author description
Sat, 02 Jun 2012 04:30:04 +0200 dirk when updating feeds, only ever create new Feed objects for entries that are younger than the current expire date. This ensures that we do not see old, read, expired entries again
Fri, 09 Sep 2011 17:19:16 +0200 dirk pull the calculation of the epxire date up into AbstractBackend
Sat, 27 Aug 2011 08:52:03 +0200 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