summaryrefslogtreecommitdiff
path: root/docs/en/users/06_Mobile_access.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/users/06_Mobile_access.md')
-rw-r--r--docs/en/users/06_Mobile_access.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/en/users/06_Mobile_access.md b/docs/en/users/06_Mobile_access.md
index 13dba828d..f5f1520e9 100644
--- a/docs/en/users/06_Mobile_access.md
+++ b/docs/en/users/06_Mobile_access.md
@@ -29,7 +29,7 @@ See the [page about the Fever compatible API](06_Fever_API.md) for another possi
* If you get *Service Unavailable!*, then check from step 1 again.
* With __Apache__:
* If you get *FAIL getallheaders!*, the combination of your PHP version and your Web server does not provide access to [`getallheaders`](http://php.net/getallheaders)
- * Update to PHP 5.4+, or use PHP as module instead of CGI. Otherwise turn on Apache `mod_setenvif` (often enabled by default), or `mod_rewrite` with the following procedure:
+ * Turn on Apache `mod_setenvif` (often enabled by default), or `mod_rewrite` with the following procedure:
* Allow [`FileInfo` in `.htaccess`](http://httpd.apache.org/docs/trunk/mod/core.html#allowoverride): see the [server setup](../admins/02_Installation.md) again.
* Enable [`mod_rewrite`](http://httpd.apache.org/docs/trunk/mod/mod_rewrite.html):
* With Debian / Ubuntu: `sudo a2enmod rewrite`
@@ -43,7 +43,7 @@ See the [page about the Fever compatible API](06_Fever_API.md) for another possi
# Compatible clients
-6. On the same FreshRSS API page, note the adress given under “Your API address”, like `https://freshrss.example.net/api/greader.php`
+6. On the same FreshRSS API page, note the address given under “Your API address”, like `https://freshrss.example.net/api/greader.php`
* You will type it in a client, together with your FreshRSS username, and the corresponding special API password.
7. Pick a client supporting a Google Reader-like API. Selection:
@@ -55,6 +55,9 @@ See the [page about the Fever compatible API](06_Fever_API.md) for another possi
* [FeedReader 2.0+](https://jangernert.github.io/FeedReader/) (Open source)
* MacOS
* [Vienna RSS](http://www.vienna-rss.com/) (Open source)
+ * [Reeder](https://www.reederapp.com/) (Commercial)
+ * iOS
+ * [Reeder](https://www.reederapp.com/) (Commercial)
* Firefox
* [FreshRSS-Notify](https://addons.mozilla.org/firefox/addon/freshrss-notify-webextension/) (Open source)