A mobile webapp for Tiny Tiny RSS
This webapp is a client for Tiny Tiny RSS. It uses its JSON API.
I wrote because the default mobile version is slow, very limited and not in good shape.
ttrss-mobile is using:
You should install the files in a directory on the same host as your Tiny Tiny RSS install. As the webapp uses AJAX calls to access the API, it should be hosted on the same domain name.
Copy conf.js-dist
to conf.js
and set these variables:
window.apiPath
window.webappPath
Finally, make sure that the user you'll use to connect has the API activated in Tiny Tiny RSS preferences :
- in Tiny Tiny RSS go into
Actions
->Preferences
Configuration
->Enable external API
- mark all as read/unread
- categories support
- feeds icon display
- image & objects adapted to the screen size (
max-width: 100%
in CSS) - link to the original article
- unread count display
- special feeds
- publish/unpublish article support
- star/unstar article support
- mark as read/unread article support
- iPhone webapp support (startup image & icon)
- SINGLE_USER_MODE support
- settings page
Other features to come are tracked as issues. Don't hesitate to give a hand or request things :-)