aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/feedgetter.py
Commit message (Expand)AuthorAge
* It is now possible to enable or disable (stop checking for updates) a feed.Cédric Bonhomme2013-11-23
* Whoosh indexing.Cédric Bonhomme2013-11-10
* Email notification.Cédric Bonhomme2013-11-10
* Restored headers.Cédric Bonhomme2013-11-05
* The test was wrong..sorry..Cédric Bonhomme2013-11-05
* Changed the ckeck of an existing article in the database.Cédric Bonhomme2013-11-05
* Try to speed the search of article.Cédric Bonhomme2013-11-03
* It is now possible to add a feed via a form for different users.Cédric Bonhomme2013-11-01
* this sort is enough fastCédric Bonhomme2013-10-30
* context manager now uselessCédric Bonhomme2013-10-30
* Sorting of articles seems to be working ;-)Cédric Bonhomme2013-10-28
* Updated importer.Cédric Bonhomme2013-10-27
* Removed debug print.Cédric Bonhomme2013-10-27
* Disabling logs in feedgetter.Cédric Bonhomme2013-10-15
* reverse sorted listCédric Bonhomme2013-10-14
* Still trying to sort those f* articles.Cédric Bonhomme2013-10-14
* Trying to sort articles (SortedListField(ReferenceField('Article')).Cédric Bonhomme2013-10-13
* Added new files. First prototype with the Flask micro-framework.Cédric Bonhomme2013-10-13
bgstack15