1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 7 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Possibility to mark all articles as read only by feeds.
Cedric Bonhomme
as cedricbonhomme
More... about 14 years ago
It is now possible to mark all articles as read.
Cedric Bonhomme
as cedricbonhomme
More... about 14 years ago
Improvement. Tuple are remplaced by list of articles in order to update self.dic faster (without having to reload from the database).
Cedric Bonhomme
as cedricbonhomme
More... about 14 years ago
Bug fix : there was a problem with utf-8 in the SQLite3 database with Python 2.6. Solved with http://www.python.org/doc/2.6/library/sqlite3.html#using-adapters-to-store-additional-python-types-in-sqlite-databases .
Cedric Bonhomme
as cedricbonhomme
More... about 14 years ago
Bug fix. Really stupid error in the evaluation of numbers of articles by stream (in the right menu).
Cedric Bonhomme
as cedricbonhomme
More... about 14 years ago
Release 0.6. Filter unread articles.
Cedric Bonhomme
as cedricbonhomme
More... about 14 years ago
Improvements of the display and navigation in unread articles.
Cedric Bonhomme
as cedricbonhomme
More... about 14 years ago
Unread articles are now in bold (new field in the SQLite database). New tabs for articles's description are opened with the _rel=noreferrer_ option in order to separates processes (useful with Chromium).
Cedric Bonhomme
as cedricbonhomme
More... about 14 years ago
Release 0.5. Added : a link _Fetch all feeds_ manually (when you want, without cron). Improvements of the navigation.
Cedric Bonhomme
as cedricbonhomme
More... about 14 years ago
Bug fix : replaced base64 by sha256 to generate identiants of URL.
Cedric Bonhomme
as cedricbonhomme
More... about 14 years ago
Minor enhancements.
Cedric Bonhomme
as cedricbonhomme
More... about 14 years ago
Bug fix : bad descrition URL in [All articles] pages.
Cedric Bonhomme
as cedricbonhomme
More... about 14 years ago
Release 0.4. The main page display only 10 articles by feeds. For each feeds a page present the list of all articles. The SQLite base is smaller than before (removed hashed value). And a lot of improvements.
Cedric Bonhomme
as cedricbonhomme
More... about 14 years ago
Added a menu to access more faster to feeds and some improvements of the CSS.
Cedric Bonhomme
as cedricbonhomme
More... about 14 years ago
Added comments. Some improvements.
Cedric Bonhomme
as cedricbonhomme
More... about 14 years ago
Release 0.2. Improvements and description of articles.
Cedric Bonhomme
as cedricbonhomme
More... about 14 years ago
Added : description of articles. Some improvements.
Cedric Bonhomme
as cedricbonhomme
More... about 14 years ago
Added : function to compare two dates in the format yyyy-mm-dd hh:mm:ss.
Cedric Bonhomme
as cedricbonhomme
More... about 14 years ago
Sort articles by date for each feeds.
Cedric Bonhomme
as cedricbonhomme
More... about 14 years ago
All date are parsed into the standard Python datetime format.
Cedric Bonhomme
as cedricbonhomme
More... about 14 years ago
Downloading of informations feeds and the update of base are asynchronous. Use of a mutex to protect the base. You can now refresh the web interface during the downloading of feeds.
Cedric Bonhomme
as cedricbonhomme
More... about 14 years ago
Added : primary key in the SQLite base and check the existence of table.
Cedric Bonhomme
as cedricbonhomme
More... about 14 years ago
Added : UTF-8 encoding of web pages and a link for the management of feed.
Cedric Bonhomme
as cedricbonhomme
More... over 14 years ago
Bug fix : error in the address of the SQLite base.
Cedric Bonhomme
as cedricbonhomme
More... over 14 years ago
Initial import
Cedric Bonhomme
as cedric
More... over 14 years ago