aboutsummaryrefslogtreecommitdiff
path: root/docs/en/users
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-02-27 21:50:28 +0100
committerGravatar GitHub <noreply@github.com> 2022-02-27 21:50:28 +0100
commit639f8eea84ddee767ab115b61091a1c7e3dcdbf8 (patch)
treeccaf589a1a435f4f4c95cd04820e76b77bce4096 /docs/en/users
parentc45e5ba85c253ebf05c060ce5ffa9ad2b725410a (diff)
Documentation improved: mobile access (#4235)
* Update 06_Mobile_access.md * Readme: Windows + MacOS * fix markdown * Update docs/en/users/06_Mobile_access.md Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * Update docs/en/users/06_Mobile_access.md Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * MacOS -> macOS * Update 06_Mobile_access.md * Update docs/en/users/06_Mobile_access.md Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'docs/en/users')
-rw-r--r--docs/en/users/06_Mobile_access.md23
1 files changed, 20 insertions, 3 deletions
diff --git a/docs/en/users/06_Mobile_access.md b/docs/en/users/06_Mobile_access.md
index 91271e771..1795cf962 100644
--- a/docs/en/users/06_Mobile_access.md
+++ b/docs/en/users/06_Mobile_access.md
@@ -1,6 +1,23 @@
This page assumes you have completed the [server setup](../admins/03_Installation.md).
-# Enable the API in FreshRSS
+# Mobile Access
+
+You can access FreshRSS on mobile devices via browser and via mobile apps.
+
+
+## Access via Browser
+
+The FreshRSS user interface is optimized for both small and large screens. The content will fit nicely on small mobile device screens as well.
+
+
+## Access via Mobile App
+
+FreshRSS supports access from mobile / native apps for Linux, Android, iOS, Windows and macOS, via two distinct APIs: Google Reader API (best), and Fever API (limited features and less efficient).
+
+A list of known apps is available on the [FreshRSS GitHub page](https://github.com/FreshRSS/FreshRSS#apis--native-apps).
+
+
+### Enable the API in FreshRSS
1. Under the section “Authentication”, enable the option “Allow API access (required for mobile apps)”.
2. Under the section “Profile”, fill-in the field “API password (e.g., for mobile apps)”.
@@ -11,7 +28,7 @@ See the [page about the Google Reader compatible API](../developers/06_GoogleRea
See the [page about the Fever compatible API](../developers/06_Fever_API.md) for more details.
-# Testing
+### Testing
1. Under the section “Profile”, click on the link like `https://rss.example.net/api/` next to the field “API password”.
2. Click on first link “Check full server configuration”:
@@ -20,7 +37,7 @@ See the [page about the Fever compatible API](../developers/06_Fever_API.md) for
* If you get any other error message, proceed to step 5.
-# Fix server configuration
+### Fix server configuration
* Click on the second link “Check partial server configuration (without `%2F` support)”:
* If you get `PASS`, then the problem is indeed that your server does not accept slashes `/` that are escaped `%2F`.