Add info about debug mode in README

This commit is contained in:
Mitsukarenai 2016-03-20 16:54:05 +01:00
parent 599e36a9ac
commit 3318e66cbc
2 changed files with 65 additions and 64 deletions

View file

@ -113,6 +113,7 @@ Technical notes
===
* There is a cache so that source services won't ban you even if you hammer the rss-bridge with requests. Each bridge has a different duration for the cache. The `cache` subdirectory will be automatically created and cached objects older than 24 hours get purged.
* To implement a new rss-bridge, [follow the specifications](CREATE_BRIDGE.md) and take a look at existing bridges for examples.
* To enable debug mode (disabling cache and enabling error reporting), create an empty file named `DEBUG` in the root directory (next to `index.php`).
Rant
===