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
*
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