⚠️ rdltr is no longer maintained.
rdltr is a read-it later web application: save articles for later reading.
Categories and tags can be used to classify articles.
It is also possible to add articles from FreshRSS.
A Firefox add-on is available: SamR1/rdltr-addon, allowing
to add article from browser side.
➡️ see documentation for installation instructions and features.
Initially a small project to learn Vue (with Flask)2, rdltr uses readability-lxml to parse HTML content.
Notes:
1. test coverage: only for Python
2. application structure inspired by this tutorial: Full-stack single page application with Vue.js and Flask