aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-05-30 12:34:10 +0200
committerGravatar GitHub <noreply@github.com> 2019-05-30 12:34:10 +0200
commitb2d5ef484261d81c67f6488fd64b3a19129942e9 (patch)
tree397748376ca761c74e5eac9808fa588a63c53e65 /docs
parent527b3ad8ebd898e7039c01ee583982dc6a4078e6 (diff)
parent5ccbd662c5aa1cb2bbdf5bf7cd2bbd64f556b1b2 (diff)
Merge pull request #2389 from Fake4d/patch-1
Update 03_Main_view.md
Diffstat (limited to 'docs')
-rw-r--r--docs/en/users/03_Main_view.md17
1 files changed, 17 insertions, 0 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