aboutsummaryrefslogtreecommitdiff
path: root/var
Commit message (Expand)AuthorAge
* Updated README file.cedricbonhomme2010-07-12
* Release 1.6. It is now possible to automatically add a feed (with the URL of ...cedricbonhomme2010-07-08
* Lot of performance improvementscedricbonhomme2010-07-07
* Minor bug fix (indentation error).cedricbonhomme2010-06-29
* Bug fix line 234 of utils.py. append() replaced by extend() when searching fo...cedricbonhomme2010-06-16
* Release 1.4. It is now possible to remove all articles of a given feed from t...cedricbonhomme2010-06-10
* Removed xkcdcedricbonhomme2010-06-09
* Little bug fix when the link of the feed in the tag 'link' don't contains the...cedricbonhomme2010-06-09
* Minor improvement.cedricbonhomme2010-04-16
* Added: email notification of new articles.cedricbonhomme2010-03-22
* Minor improvements.cedricbonhomme2010-02-23
* It is now possible to mark all articles as read.cedricbonhomme2010-02-07
* Unread articles are now in bold (new field in the SQLite database). New tabs ...cedricbonhomme2010-02-05
* Bug fix : replaced base64 by sha256 to generate identiants of URL.cedricbonhomme2010-02-02
* Bug fix : bad descrition URL in [All articles] pages.cedricbonhomme2010-02-01
* Downloading of informations feeds and the update of base are asynchronous. Us...cedricbonhomme2010-01-30
* Added : primary key in the SQLite base and check the existence of table.cedricbonhomme2010-01-30
* Initial importcedric2010-01-29
bgstack15