Mercurial > hg > Feedworm
log backend/AbstractBackend.py @ 207:c694bfb732bc
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 |