aboutsummaryrefslogtreecommitdiff
path: root/utils.py
Commit message (Collapse)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 ↵cedricbonhomme2012-03-10
| | | | database is in ./cgf/pyaggr3g470r.cfg-sample.
* 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 ↵cedricbonhomme2012-03-09
| | | | launch.
* 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 ↵cedricbonhomme2011-11-25
| | | | excpetion occurs in the SQLite querry.
* Added more comments in headers.~cedricbonhomme2011-09-27
|
* Minor improvements: if pyAggr3g470r.cfg is not present, try to read ↵cedricbonhomme2011-07-07
| | | | pyAggr3g470r.cfg-sample.
* 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 ↵cedricbonhomme2011-06-20
| | | | management page. The data base is automatically uptodated.
* It is now possible to change the name of a feed anytime via the feed ↵cedricbonhomme2011-06-20
| | | | management page. The data base is automatically uptodated.
* Added a new function which enables to change the URL of a feed (this updates ↵cedricbonhomme2011-06-19
| | | | all the data base).
* 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 ↵cedricbonhomme2011-06-01
| | | | BeautifulSoup. The purification is done before the insertion in the database.
* It is now possible to set the maximum number of articles per feed in the ↵cedricbonhomme2011-04-20
| | | | configuration file.
* Release 2.7. Minor improvements. It is now possible to set a maximum number ↵cedricbonhomme2011-04-15
| | | | of articles to be loaded from the data base for each feed.
* Added a new form in the management page in order to set the number of ↵cedricbonhomme2011-04-15
| | | | articles load by feed to be loaded.
* 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
| | | | (not usable yet).
* Performance improvement. collections.defaultdict used in order to sotr ↵cedricbonhomme2010-12-01
| | | | articles. (2)
* 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 ↵cedricbonhomme2010-11-25
| | | | alternative plain text version (MIMEMultipart).
* 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 ↵cedricbonhomme2010-11-04
| | | | base in memory).
* Updated address of contact.cedricbonhomme2010-11-04
|
* Release 2.1. Better export of articles in HTML format. Lot of improvements. ↵cedricbonhomme2010-10-25
| | | | New wiki.
* 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 ↵cedricbonhomme2010-10-18
| | | | top_words() function.
bgstack15