After my canceled experiment with Gregarius I came across Tiny Tiny rss:
Tiny Tiny RSS is a web-based news feed aggregator, designed to allow youto read news from any location, while feeling as close to a real desktop application as possible.
See there for a complete FeatureList.
Update:
Commands needed to set up the MySQL database:
create database ttrss; grant alter,create,delete,drop,insert,update,select on ttrss.* to ttrss identified by <password>; mysql -u ttrss -D ttrss -p < schema/ttrss_schema_mysql.sql
Comments are closed.