aboutsummaryrefslogtreecommitdiff
path: root/source/feedgetter.py
Commit message (Expand)AuthorAge
* Distant MongoDB connection working (tested with AlwaysData).cedricbonhomme2012-05-03
* Authentication to the MongoDB database when retrieving feeds.cedricbonhomme2012-05-02
* urlsafe_b64encode is replaced by SHA1 for id of articles.cedricbonhomme2012-05-01
* Added conf.py which is responsible of the load of the configuration.cedricbonhomme2012-04-22
* Minor refactoring with pylint.cedricbonhomme2012-04-22
* Added comments.cedricbonhomme2012-04-22
* SHA1 is replaced by urlsafe_b64encode for id of articles.cedricbonhomme2012-04-20
* Reorganization of folders.cedricbonhomme2012-04-15
bgstack15