aboutsummaryrefslogtreecommitdiff
path: root/source/utils.py
Commit message (Expand)AuthorAge
* THe code for the QR Code generation is now in utils.py.Cédric Bonhomme2013-04-03
* Improved code readability.Cédric Bonhomme2013-03-15
* Updated comments.Cédric Bonhomme2013-02-17
* Test if success when changing the URL of a feed.Cédric Bonhomme2013-01-27
* Mail are now encoded with utf-8 (plain and html).Cédric Bonhomme2013-01-24
* test of send_mail()Cédric Bonhomme2013-01-23
* improvement of send_mail() function.Cédric Bonhomme2013-01-22
* catch the potential exceptions when sending e-mail via smtp.Cédric Bonhomme2013-01-22
* Test if the article is present in the database before sending it via mail.Cédric Bonhomme2013-01-21
* Removed useless import 'unicodedata'.Cédric Bonhomme2013-01-20
* Removed uselles function compare() and string_to_datetime.Cédric Bonhomme2013-01-20
* Minor fix: in utils.py the list of feeds must be retrieved via the conf module.Cédric Bonhomme2013-01-14
* Numbers are printed with commas as thousands separators without taking into a...Cédric Bonhomme2013-01-02
* Updated copyrights years.Cédric Bonhomme2013-01-01
* Removed unescape function.Cédric Bonhomme2012-12-30
* Removed strip_accents function.Cédric Bonhomme2012-12-30
* Bugfix in export.py for export_html().Cédric Bonhomme2012-12-30
* Optimization of the regular expression used by clear_string in utils.py.Cédric Bonhomme2012-12-20
* test get_words for the generation of the tag cloud.Cédric Bonhomme2012-12-20
* Added getwords(html) function.Cédric Bonhomme2012-12-20
* Typo.Cédric Bonhomme2012-12-20
* Little performance optimization.Cédric Bonhomme2012-11-28
* Ignore stop words when calculating top words.Cédric Bonhomme2012-11-28
* Updated revision date and version number.cedricbonhomme2012-11-08
* Porting to Python 3.2. Better, faster, stronger.cedricbonhomme2012-11-08
* Updated header comments.cedricbonhomme2012-07-22
* Version 3.4 of pyAggr3g470r. Export functions working with MongoDB. Minor bug...cedricbonhomme2012-05-01
* Improved change_feed_url() function.cedricbonhomme2012-05-01
* It is now possible to update information about a feed with the MongoDG database.cedricbonhomme2012-05-01
* urlsafe_b64encode is replaced by SHA1 for id of articles.cedricbonhomme2012-05-01
* Updated default configuration file.cedricbonhomme2012-04-22
* Added conf.py which is responsible of the load of the configuration.cedricbonhomme2012-04-22
* Removed set_max_articles() function.~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