aboutsummaryrefslogtreecommitdiff
path: root/utils.py
Commit message (Expand)AuthorAge
* MongoDB collection of articles is indexed with 'article_date'.cedricbonhomme2012-03-20
* Removed the now useless function to load articles from a SQLite database.cedricbonhomme2012-03-19
* Renamed search function 'q' to 'search'.cedricbonhomme2012-03-11
* The path of the SQLite base is useless. Configuration of the MongoDB database...cedricbonhomme2012-03-10
* We can now again delete a feed from the management page.cedricbonhomme2012-03-10
* Removed create_base() for SQLite.cedricbonhomme2012-03-09
* MongoDB configuration (address, port, username and password) is loaded at lau...cedricbonhomme2012-03-09
* Feed information page is working with MongoDB.cedricbonhomme2012-03-03
* Main page almost working.cedricbonhomme2012-03-03
* Bugfix. The mutex was not released in the function load_feed() when an excpet...cedricbonhomme2011-11-25
* Added more comments in headers.~cedricbonhomme2011-09-27
* Minor improvements: if pyAggr3g470r.cfg is not present, try to read pyAggr3g4...cedricbonhomme2011-07-07
* reinitialize sha1.update() before each hash.cedricbonhomme2011-07-07
* Added control file to start/stop pyAggr3g470r.cedricbonhomme2011-06-20
* It is now possible to change the logo of a feed anytime via the feed manageme...cedricbonhomme2011-06-20
* It is now possible to change the name of a feed anytime via the feed manageme...cedricbonhomme2011-06-20
* Added a new function which enables to change the URL of a feed (this updates ...cedricbonhomme2011-06-19
* Minor bugfix: articles must be sorted before the selection of article to load.cedricbonhomme2011-06-13
* Added support of different POD for diaspora.cedricbonhomme2011-06-13
* Minor bugfix: in loaf_feed() function (number of articles to load per feed).cedricbonhomme2011-06-13
* Removed useless code in utils.py. Improvement of the CSStoopTip description.cedricbonhomme2011-06-01
* Minor improvement: HTML purification of articles description with BeautifulSo...cedricbonhomme2011-06-01
* It is now possible to set the maximum number of articles per feed in the conf...cedricbonhomme2011-04-20
* Release 2.7. Minor improvements. It is now possible to set a maximum number o...cedricbonhomme2011-04-15
* Added a new form in the management page in order to set the number of article...cedricbonhomme2011-04-15
* Minor changes (HTML font-size).cedricbonhomme2011-03-03
* Removed year of copyright.cedricbonhomme2011-01-02
* Release 2.4.cedricbonhomme2010-12-07
* Removed unused importscedricbonhomme2010-12-07
* Minor improvements. Removed useless .encode('utf-8').cedricbonhomme2010-12-06
* Updated code for new data structure. #7cedricbonhomme2010-12-03
* Updated code for new data structure. #6cedricbonhomme2010-12-03
* Updated code for new data structure. #3cedricbonhomme2010-12-03
* Scheißdreck. Removed useless printcedricbonhomme2010-12-03
* Major improvement. New data structure to store articles and feeds in memory (...cedricbonhomme2010-12-02
* Performance improvement. collections.defaultdict used in order to sotr articl...cedricbonhomme2010-12-01
* Performance improvement. collections.defaultdict used in order to sotr articles.cedricbonhomme2010-12-01
* Performance optimization. Load of articles (utils.load_feed() function.)cedricbonhomme2010-12-01
* Removed language detection functionality.cedricbonhomme2010-12-01
* Minor bug fix (when data base is empty).cedricbonhomme2010-11-25
* E-mail notifications are now sent with an HTML content and with an alternativ...cedricbonhomme2010-11-25
* Improvement of mail notification for new articles (HTML output).cedricbonhomme2010-11-23
* Added comments.cedricbonhomme2010-11-04
* Improvement of the performance (concerning the load of articles from data bas...cedricbonhomme2010-11-04
* Updated address of contact.cedricbonhomme2010-11-04
* Release 2.1. Better export of articles in HTML format. Lot of improvements. N...cedricbonhomme2010-10-25
* Normalized file name.cedricbonhomme2010-10-25
* Improvements of the regular expression for tag clouds and search.cedricbonhomme2010-10-21
* Improvements of the top_words() function using a regular expression.cedricbonhomme2010-10-18
* Improvements of the page of unread articles and optimization of the top_words...cedricbonhomme2010-10-18
bgstack15