Make negation in README more obvious

master
pictuga 2013-08-25 00:01:00 +02:00
parent d3c163fb74
commit a94d659bc8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ morss will auto-detect what "mode" to use.
For this, you need to make sure your host allows python script execution. This method uses HTTP calls to fetch the RSS feeds, such as `http://DOMAIN/MORSS/morss.py/feeds.bbci.co.uk/news/rss.xml`. Therefore the python script has to be accessible by the HTTP server. With the `.htaccess` file provided, it's also possible, on APACHE servers, to access the filled feed at `http://DOMAIN/MORSS/feeds.bbci.co.uk/news/rss.xml` (without the `morss.py`).
**NB.** Morss **DOESN'T** provide any HTTP server itself. This must be done with Apache or nginx with python support!
**NB.** Morss does **NOT** provide any HTTP server itself. This must be done with Apache or nginx with python support!
Works like a charm with [Tiny Tiny RSS](http://tt-rss.org/redmine/projects/tt-rss/wiki).