diff --git a/README.md b/README.md index 9e31d21..589a472 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ This plugin is an open source module for TinyTinyRSS which simulates the Fever A * Downloads * Supported/Tested Clients * Installation +* Debugging * License * Changelog @@ -40,6 +41,13 @@ Upload the ```fever``` folder in the ```plugins``` folder of your TinyTinyRSS in See [here](http://tt-rss.org/forum/viewtopic.php?f=22&t=1981) for more detailed informations. +## Debugging + +In the file ```fever_api.php``` there are two flags for debugging at the beginning of the file. + +* ```DEBUG``` - set this to true to get a fever_debug.txt file in your root folder of the Tiny Tiny RSS installation. +* ```DEBUG_USER``` - set this to the id (from ttrss_users) of your user you would like to always authenticate on your Tiny Tiny RSS installation. The authentication process is then skipped and the api gets always authentication. + ## License Licensed under GNU GPL version 2 (<- I think this is okay for this plugin…)