Mercurial > hg > Feedworm
log backend/AbstractBackend.py @ 223:f07cf25224a4
age | author | description |
---|---|---|
Sun, 27 Apr 2014 06:04:57 +0200 | Dirk Olmes | unify imports, especially Qt imports. Use consistent super syntax |
Sun, 27 Apr 2014 05:33:34 +0200 | Dirk Olmes | add source file endcoding header |
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 |