diff options
| author | 2023-12-03 19:52:02 +0100 | |
|---|---|---|
| committer | 2023-12-03 19:52:02 +0100 | |
| commit | f0d4f2762d2b74eeadf2fb64ff83039b5cc16c26 (patch) | |
| tree | ebdb0bcffeb4370d1fa08defe7313dbf5f02e47a /docs | |
| parent | eb2c2d9a01ba54865b944f75d8436f933ed3ebfc (diff) | |
Rework keepmax (#5905)
* Rework keepmax
fix https://github.com/FreshRSS/FreshRSS/issues/5702
fix https://github.com/FreshRSS/FreshRSS/issues/5870
* More WIP
* Minor progress
* Progress
* Beta
* Improved debug message
* Revert noCommit
* Fix variable reset
* Remove debug syslogs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/en/users/09_refreshing_feeds.md | 12 | ||||
| -rw-r--r-- | docs/fr/users/03_Main_view.md | 12 | ||||
| -rw-r--r-- | docs/i18n/freshrss.fr.po | 8 | ||||
| -rw-r--r-- | docs/i18n/templates/freshrss.pot | 9 |
4 files changed, 8 insertions, 33 deletions
diff --git a/docs/en/users/09_refreshing_feeds.md b/docs/en/users/09_refreshing_feeds.md index 0f3debfc3..94b689b0d 100644 --- a/docs/en/users/09_refreshing_feeds.md +++ b/docs/en/users/09_refreshing_feeds.md @@ -58,19 +58,15 @@ To do so, you need to create a scheduled task, which need to call a specific URL 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" +- 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" +- 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". +If *maxFeeds* is set the configured amount of feeds is refreshed at once. The default setting is `10`. -- Parameter "token" +- 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". diff --git a/docs/fr/users/03_Main_view.md b/docs/fr/users/03_Main_view.md index 3ca3b907c..350520cc4 100644 --- a/docs/fr/users/03_Main_view.md +++ b/docs/fr/users/03_Main_view.md @@ -45,19 +45,15 @@ toutes les heures. « Paramètres de configuration du script; Ils sont utilisables simultanément : » -* 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> +* 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" +* 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". +setting is `10`. -* Parameter "token" +* 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". diff --git a/docs/i18n/freshrss.fr.po b/docs/i18n/freshrss.fr.po index 1cc5512d6..42585197d 100644 --- a/docs/i18n/freshrss.fr.po +++ b/docs/i18n/freshrss.fr.po @@ -8387,14 +8387,6 @@ msgstr "" "simultanément : »" #. type: Plain text -#: en/./users/09_refreshing_feeds.md:64 -msgid "" -"- 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." -msgstr "" - -#. type: Plain text #: en/./users/09_refreshing_feeds.md:68 msgid "" "- Parameter \"ajax\" <https://freshrss.example.net/i/?" diff --git a/docs/i18n/templates/freshrss.pot b/docs/i18n/templates/freshrss.pot index f4cc616f2..ca48baebb 100644 --- a/docs/i18n/templates/freshrss.pot +++ b/docs/i18n/templates/freshrss.pot @@ -7880,15 +7880,6 @@ msgid "Special parameters to configure the script - all parameters can be combin msgstr "" #. type: Plain text -#: en/./users/09_refreshing_feeds.md:64 -#, markdown-text -msgid "" -"- 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." -msgstr "" - -#. type: Plain text #: en/./users/09_refreshing_feeds.md:68 #, markdown-text msgid "" |
