aboutsummaryrefslogtreecommitdiff
path: root/utils.py
Commit message (Collapse)AuthorAge
* 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.
* Attached the GPL v3 notice to the start of each source file.cedricbonhomme2010-09-29
|
* Added more comments. Cleaner code.cedricbonhomme2010-09-22
|
* Unescape HTML entities.cedricbonhomme2010-09-19
|
* Minor bugfix in topwords() function.cedricbonhomme2010-09-17
|
* Articles are now stored in the Python blist high performance data-structure. ↵cedricbonhomme2010-09-08
| | | | if blist module not present, simple lists are used.
* Added history page with a tag clouds.cedricbonhomme2010-09-03
|
* Added detect_url_errors() function.cedricbonhomme2010-09-02
|
* Release 1.8. It is now easier to install pyAggr3g470r. No more need to set ↵cedricbonhomme2010-08-25
| | | | any path in the configuration file.
* Configuration file improvement (no need to set the path in the configuration ↵cedricbonhomme2010-08-25
| | | | file).
* Release 1.6. It is now possible to automatically add a feed (with the URL of ↵cedricbonhomme2010-07-08
| | | | the site), delete an article,delete a feed with all its articles and to delete all articles from the database. There is also some nice improvements to the side of performance (management page, tag clouds generation), tested with more than 3000 articles. Furthermore, a better HTML export of all the articles of the database. You can also export the articles in raw text. And finally some minor bugfix.
* Lot of performance improvementscedricbonhomme2010-07-07
|
bgstack15