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
- remember last location in webapp mode
- better error handler
- configuration page
- number of articles in a list configuration
- versionning
- a proper changelog
- small next/prev links in the header of an article
- the rest as issues
Don't hesitate to give a hand :-)