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
/
utils.py
Commit message (
Expand
)
Author
Age
*
Minor bugfix: articles must be sorted before the selection of article to load.
cedricbonhomme
2011-06-13
*
Added support of different POD for diaspora.
cedricbonhomme
2011-06-13
*
Minor bugfix: in loaf_feed() function (number of articles to load per feed).
cedricbonhomme
2011-06-13
*
Removed useless code in utils.py. Improvement of the CSStoopTip description.
cedricbonhomme
2011-06-01
*
Minor improvement: HTML purification of articles description with BeautifulSo...
cedricbonhomme
2011-06-01
*
It is now possible to set the maximum number of articles per feed in the conf...
cedricbonhomme
2011-04-20
*
Release 2.7. Minor improvements. It is now possible to set a maximum number o...
cedricbonhomme
2011-04-15
*
Added a new form in the management page in order to set the number of article...
cedricbonhomme
2011-04-15
*
Minor changes (HTML font-size).
cedricbonhomme
2011-03-03
*
Removed year of copyright.
cedricbonhomme
2011-01-02
*
Release 2.4.
cedricbonhomme
2010-12-07
*
Removed unused imports
cedricbonhomme
2010-12-07
*
Minor improvements. Removed useless .encode('utf-8').
cedricbonhomme
2010-12-06
*
Updated code for new data structure. #7
cedricbonhomme
2010-12-03
*
Updated code for new data structure. #6
cedricbonhomme
2010-12-03
*
Updated code for new data structure. #3
cedricbonhomme
2010-12-03
*
Scheißdreck. Removed useless print
cedricbonhomme
2010-12-03
*
Major improvement. New data structure to store articles and feeds in memory (...
cedricbonhomme
2010-12-02
*
Performance improvement. collections.defaultdict used in order to sotr articl...
cedricbonhomme
2010-12-01
*
Performance improvement. collections.defaultdict used in order to sotr articles.
cedricbonhomme
2010-12-01
*
Performance optimization. Load of articles (utils.load_feed() function.)
cedricbonhomme
2010-12-01
*
Removed language detection functionality.
cedricbonhomme
2010-12-01
*
Minor bug fix (when data base is empty).
cedricbonhomme
2010-11-25
*
E-mail notifications are now sent with an HTML content and with an alternativ...
cedricbonhomme
2010-11-25
*
Improvement of mail notification for new articles (HTML output).
cedricbonhomme
2010-11-23
*
Added comments.
cedricbonhomme
2010-11-04
*
Improvement of the performance (concerning the load of articles from data bas...
cedricbonhomme
2010-11-04
*
Updated address of contact.
cedricbonhomme
2010-11-04
*
Release 2.1. Better export of articles in HTML format. Lot of improvements. N...
cedricbonhomme
2010-10-25
*
Normalized file name.
cedricbonhomme
2010-10-25
*
Improvements of the regular expression for tag clouds and search.
cedricbonhomme
2010-10-21
*
Improvements of the top_words() function using a regular expression.
cedricbonhomme
2010-10-18
*
Improvements of the page of unread articles and optimization of the top_words...
cedricbonhomme
2010-10-18
*
Attached the GPL v3 notice to the start of each source file.
cedricbonhomme
2010-09-29
*
Added more comments. Cleaner code.
cedricbonhomme
2010-09-22
*
Unescape HTML entities.
cedricbonhomme
2010-09-19
*
Minor bugfix in topwords() function.
cedricbonhomme
2010-09-17
*
Articles are now stored in the Python blist high performance data-structure. ...
cedricbonhomme
2010-09-08
*
Added history page with a tag clouds.
cedricbonhomme
2010-09-03
*
Added detect_url_errors() function.
cedricbonhomme
2010-09-02
*
Release 1.8. It is now easier to install pyAggr3g470r. No more need to set an...
cedricbonhomme
2010-08-25
*
Configuration file improvement (no need to set the path in the configuration ...
cedricbonhomme
2010-08-25
*
Release 1.6. It is now possible to automatically add a feed (with the URL of ...
cedricbonhomme
2010-07-08
*
Lot of performance improvements
cedricbonhomme
2010-07-07
*
Faster top_words function.
cedricbonhomme
2010-07-06
*
Regular expression improvement.
cedricbonhomme
2010-07-06
*
Use of most_common() method of collections.Counter() object (new in Python 2.7)
cedricbonhomme
2010-07-05
*
Use of collections.Counter() (new in Python 2.7) object instead of defaultDict.
cedricbonhomme
2010-07-05
*
Better regular expression to remove HTML tags, special caracters and consecut...
cedricbonhomme
2010-07-05
*
Removed useless __future__ import
cedricbonhomme
2010-07-05
[next]
bgstack15