index
:
newspipe
add-reverse-proxy
combine-apps
hide-registration-button
ldap-auth
master
reverse-proxy
reverse-proxy-for-patch
stackrpms-branding
stackrpms-master
A web news aggregator.
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
utils.py
Commit message (
Expand
)
Author
Age
*
Updated header information of utils.py
Cédric Bonhomme
2013-07-24
*
Better and safe files handling with context manager.
Cédric Bonhomme
2013-07-24
*
Improved remove_feed function.
Cédric Bonhomme
2013-07-24
*
Improved add_feed
Cédric Bonhomme
2013-07-23
*
Improved the function which add a new feed URL to the file with the list of m...
Cédric Bonhomme
2013-07-23
*
THe code for the QR Code generation is now in utils.py.
Cédric Bonhomme
2013-04-03
*
Improved code readability.
Cédric Bonhomme
2013-03-15
*
Updated comments.
Cédric Bonhomme
2013-02-17
*
Test if success when changing the URL of a feed.
Cédric Bonhomme
2013-01-27
*
Mail are now encoded with utf-8 (plain and html).
Cédric Bonhomme
2013-01-24
*
test of send_mail()
Cédric Bonhomme
2013-01-23
*
improvement of send_mail() function.
Cédric Bonhomme
2013-01-22
*
catch the potential exceptions when sending e-mail via smtp.
Cédric Bonhomme
2013-01-22
*
Test if the article is present in the database before sending it via mail.
Cédric Bonhomme
2013-01-21
*
Removed useless import 'unicodedata'.
Cédric Bonhomme
2013-01-20
*
Removed uselles function compare() and string_to_datetime.
Cédric Bonhomme
2013-01-20
*
Minor fix: in utils.py the list of feeds must be retrieved via the conf module.
Cédric Bonhomme
2013-01-14
*
Numbers are printed with commas as thousands separators without taking into a...
Cédric Bonhomme
2013-01-02
*
Updated copyrights years.
Cédric Bonhomme
2013-01-01
*
Removed unescape function.
Cédric Bonhomme
2012-12-30
*
Removed strip_accents function.
Cédric Bonhomme
2012-12-30
*
Bugfix in export.py for export_html().
Cédric Bonhomme
2012-12-30
*
Optimization of the regular expression used by clear_string in utils.py.
Cédric Bonhomme
2012-12-20
*
test get_words for the generation of the tag cloud.
Cédric Bonhomme
2012-12-20
*
Added getwords(html) function.
Cédric Bonhomme
2012-12-20
*
Typo.
Cédric Bonhomme
2012-12-20
*
Little performance optimization.
Cédric Bonhomme
2012-11-28
*
Ignore stop words when calculating top words.
Cédric Bonhomme
2012-11-28
*
Updated revision date and version number.
cedricbonhomme
2012-11-08
*
Porting to Python 3.2. Better, faster, stronger.
cedricbonhomme
2012-11-08
*
Updated header comments.
cedricbonhomme
2012-07-22
*
Version 3.4 of pyAggr3g470r. Export functions working with MongoDB. Minor bug...
cedricbonhomme
2012-05-01
*
Improved change_feed_url() function.
cedricbonhomme
2012-05-01
*
It is now possible to update information about a feed with the MongoDG database.
cedricbonhomme
2012-05-01
*
urlsafe_b64encode is replaced by SHA1 for id of articles.
cedricbonhomme
2012-05-01
*
Updated default configuration file.
cedricbonhomme
2012-04-22
*
Added conf.py which is responsible of the load of the configuration.
cedricbonhomme
2012-04-22
*
Removed set_max_articles() function.~
cedricbonhomme
2012-04-22
*
Minor refactoring with pylint.
cedricbonhomme
2012-04-22
*
Added comments.
cedricbonhomme
2012-04-22
*
SHA1 is replaced by urlsafe_b64encode for id of articles.
cedricbonhomme
2012-04-20
*
Reorganization of folders.
cedricbonhomme
2012-04-15
bgstack15