aboutsummaryrefslogtreecommitdiff
path: root/var
Commit message (Collapse)AuthorAge
* Added new test feed.cedricbonhomme2012-01-03
|
* Test of the detection of feeds in HTML page.cedricbonhomme2011-09-26
|
* Minor improvement of the control script (test if there is an argument).cedricbonhomme2011-07-15
|
* Added a new function which enables to change the URL of a feed (this updates ↵cedricbonhomme2011-06-19
| | | | all the data base).
* Minor improvement: HTML purification of articles description with ↵cedricbonhomme2011-06-01
| | | | BeautifulSoup. The purification is done before the insertion in the database.
* Minor changes (HTML font-size).cedricbonhomme2011-03-03
|
* Minor improvements (size of HTML5 number input). Minor bug fixes.cedricbonhomme2011-01-19
|
* Updated list of blog.cedricbonhomme2011-01-05
|
* Minor bug fix when removing a feed from the data base.cedricbonhomme2011-01-05
|
* Export of the base of articles for 'dokuwiki'. Example: ↵cedricbonhomme2010-11-03
| | | | http://wiki.cedricbonhomme.org/doku.php/news-archives .
* Removed HN feed (for test).cedricbonhomme2010-10-20
|
* Minor bugfix when detecting an RSS stream in a Web page.cedricbonhomme2010-10-20
|
* Automatically added a new stream for test. Success ;-)cedricbonhomme2010-10-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.
* Release 1.9. Improvement of the feedgetter module. More details about ↵cedricbonhomme2010-09-02
| | | | articles are sotred in the data base (when it is possible).
* Updated README file.cedricbonhomme2010-07-12
|
* 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
|
* Minor bug fix (indentation error).cedricbonhomme2010-06-29
|
* Bug fix line 234 of utils.py. append() replaced by extend() when searching ↵cedricbonhomme2010-06-16
| | | | for RSS/ATOM feeds.
* Release 1.4. It is now possible to remove all articles of a given feed from ↵cedricbonhomme2010-06-10
| | | | the SQLite base via the management page. You can also add a feed just with the URL of the web page. The URL of the feed is obtained by parsing the web page with the module BeautifulSoup.
* Removed xkcdcedricbonhomme2010-06-09
|
* Little bug fix when the link of the feed in the tag 'link' don't contains ↵cedricbonhomme2010-06-09
| | | | the domain.
* Minor improvement.cedricbonhomme2010-04-16
|
* Added: email notification of new articles.cedricbonhomme2010-03-22
|
* Minor improvements.cedricbonhomme2010-02-23
|
* It is now possible to mark all articles as read.cedricbonhomme2010-02-07
|
* Unread articles are now in bold (new field in the SQLite database). New tabs ↵cedricbonhomme2010-02-05
| | | | for articles's description are opened with the _rel=noreferrer_ option in order to separates processes (useful with Chromium).
* Bug fix : replaced base64 by sha256 to generate identiants of URL.cedricbonhomme2010-02-02
|
* Bug fix : bad descrition URL in [All articles] pages.cedricbonhomme2010-02-01
|
* Downloading of informations feeds and the update of base are asynchronous. ↵cedricbonhomme2010-01-30
| | | | Use of a mutex to protect the base. You can now refresh the web interface during the downloading of feeds.
* Added : primary key in the SQLite base and check the existence of table.cedricbonhomme2010-01-30
|
* Initial importcedric2010-01-29
bgstack15