aboutsummaryrefslogtreecommitdiff
path: root/docs/en/users
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/users')
-rw-r--r--docs/en/users/03_Main_view.md17
-rw-r--r--docs/en/users/06_Fever_API.md2
-rw-r--r--docs/en/users/06_Mobile_access.md2
3 files changed, 20 insertions, 1 deletions
diff --git a/docs/en/users/03_Main_view.md b/docs/en/users/03_Main_view.md
index 53d7131b6..59d051e7e 100644
--- a/docs/en/users/03_Main_view.md
+++ b/docs/en/users/03_Main_view.md
@@ -30,6 +30,23 @@ Here is an example to trigger article update every hour.
0 * * * * php /path/to/FreshRSS/app/actualize_script.php > /tmp/FreshRSS.log 2>&1
```
+Special parameters to configure the script - all parameters can be combined:
+
+- Parameter "force"
+https://freshrss.example.net/i/?c=feed&a=actualize&force=1
+If *force* is set to 1 all feeds will be refreshed at once.
+
+- Parameter "ajax"
+https://freshrss.example.net/i/?c=feed&a=actualize&ajax=1
+Only a status site is returned and not a complete website. Example: "OK"
+
+- Parameter "maxFeeds"
+https://freshrss.example.net/i/?c=feed&a=actualize&maxFeeds=30
+If *maxFeeds* is set the configured amount of feeds is refreshed at once. The default setting is "10".
+
+- Parameter "token"
+https://freshrss.example.net/i/?c=feed&a=actualize&token=542345872345734
+Security parameter to prevent unauthorized refreshes. For detailed Documentation see "Form authentication".
### Online cron
diff --git a/docs/en/users/06_Fever_API.md b/docs/en/users/06_Fever_API.md
index 909164516..b895d4eae 100644
--- a/docs/en/users/06_Fever_API.md
+++ b/docs/en/users/06_Fever_API.md
@@ -26,7 +26,7 @@ Tested with:
- iOS
- [Fiery Feeds](https://itunes.apple.com/app/fiery-feeds-rss-reader/id1158763303)
- [Unread](https://itunes.apple.com/app/unread-rss-reader/id1252376153)
- - [Reeder-3](https://itunes.apple.com/app/reeder-3/id697846300)
+ - [Reeder-4](https://itunes.apple.com/app/reeder-4/id1449412357)
- MacOS
- [Readkit](https://itunes.apple.com/app/readkit/id588726889)
diff --git a/docs/en/users/06_Mobile_access.md b/docs/en/users/06_Mobile_access.md
index 4a2068404..13dba828d 100644
--- a/docs/en/users/06_Mobile_access.md
+++ b/docs/en/users/06_Mobile_access.md
@@ -55,6 +55,8 @@ 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)
+ * Firefox
+ * [FreshRSS-Notify](https://addons.mozilla.org/firefox/addon/freshrss-notify-webextension/) (Open source)
# Google Reader compatible API