Allows users to register their Tiny Tiny RSS instance at subtome.com. Once done, they can subscribe to feeds with only two clicks.
Screenshots are available on the introductory blog post.
- Go to Tiny Tiny RSS preferences.
That's it. Your Tiny Tiny RSS instance is registered at subtome.com now.
Clone this repository into the plugins.local/
directory of your
TT-RSS folder:
$ cd /path/to/tt-rss/ $ cd plugins.local/ $ git clone git://git.cweiske.de/tt-rss-subtome.git subtome
Then enable the plugin in the preferences.
Note
To make it easy for everyone, enable the plugin for all
users by adding it to the PLUGINS
configuration in
config.php
:
define('PLUGINS', 'auth_internal, note, subtome');
The Tiny Tiny RSS SubToMe plugin was written by Christian Weiske and is licensed under the AGPLv3 or later.