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
*
The path of the SQLite base is useless. Configuration of the MongoDB database...
cedricbonhomme
2012-03-10
*
We can now again delete a feed from the management page.
cedricbonhomme
2012-03-10
*
Removed create_base() for SQLite.
cedricbonhomme
2012-03-09
*
MongoDB configuration (address, port, username and password) is loaded at lau...
cedricbonhomme
2012-03-09
*
Feed information page is working with MongoDB.
cedricbonhomme
2012-03-03
*
Main page almost working.
cedricbonhomme
2012-03-03
*
Bugfix. The mutex was not released in the function load_feed() when an excpet...
cedricbonhomme
2011-11-25
*
Added more comments in headers.~
cedricbonhomme
2011-09-27
*
Minor improvements: if pyAggr3g470r.cfg is not present, try to read pyAggr3g4...
cedricbonhomme
2011-07-07
*
reinitialize sha1.update() before each hash.
cedricbonhomme
2011-07-07
*
Added control file to start/stop pyAggr3g470r.
cedricbonhomme
2011-06-20
*
It is now possible to change the logo of a feed anytime via the feed manageme...
cedricbonhomme
2011-06-20
*
It is now possible to change the name of a feed anytime via the feed manageme...
cedricbonhomme
2011-06-20
*
Added a new function which enables to change the URL of a feed (this updates ...
cedricbonhomme
2011-06-19
*
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
[next]
bgstack15