Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Minor bug fix (indentation error). | cedricbonhomme | 2010-06-29 |
| | |||
* | Bug fix line 234 of utils.py. append() replaced by extend() when searching ↵ | cedricbonhomme | 2010-06-16 |
| | | | | for RSS/ATOM feeds. | ||
* | Release 1.4. It is now possible to remove all articles of a given feed from ↵ | cedricbonhomme | 2010-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 xkcd | cedricbonhomme | 2010-06-09 |
| | |||
* | Little bug fix when the link of the feed in the tag 'link' don't contains ↵ | cedricbonhomme | 2010-06-09 |
| | | | | the domain. | ||
* | Minor improvement. | cedricbonhomme | 2010-04-16 |
| | |||
* | Added: email notification of new articles. | cedricbonhomme | 2010-03-22 |
| | |||
* | Minor improvements. | cedricbonhomme | 2010-02-23 |
| | |||
* | It is now possible to mark all articles as read. | cedricbonhomme | 2010-02-07 |
| | |||
* | Unread articles are now in bold (new field in the SQLite database). New tabs ↵ | cedricbonhomme | 2010-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. | cedricbonhomme | 2010-02-02 |
| | |||
* | Bug fix : bad descrition URL in [All articles] pages. | cedricbonhomme | 2010-02-01 |
| | |||
* | Downloading of informations feeds and the update of base are asynchronous. ↵ | cedricbonhomme | 2010-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. | cedricbonhomme | 2010-01-30 |
| | |||
* | Initial import | cedric | 2010-01-29 |