From 097d7718699af0a9d81368d7bf37538f5ca6fb7f Mon Sep 17 00:00:00 2001 From: Fake4d Date: Mon, 29 Apr 2019 10:35:28 +0200 Subject: Update 03_Main_view.md Document all the parameters for "feed actualize". the new parameter "maxfeeds" from Pull Request #2388 is already considered. --- docs/en/users/03_Main_view.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'docs/en/users') diff --git a/docs/en/users/03_Main_view.md b/docs/en/users/03_Main_view.md index 53d7131b6..9588063d7 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 confgured 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 refreshs. For detailed Documentation see "Form authentication". ### Online cron -- cgit v1.2.3 From 0cd992df37fa9152ff2c1320d07f25451a7abcc8 Mon Sep 17 00:00:00 2001 From: Fake4d Date: Mon, 29 Apr 2019 10:40:54 +0200 Subject: Update 03_Main_view.md Typo in Param maxFeeds --- docs/en/users/03_Main_view.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/en/users') diff --git a/docs/en/users/03_Main_view.md b/docs/en/users/03_Main_view.md index 9588063d7..2ec30f333 100644 --- a/docs/en/users/03_Main_view.md +++ b/docs/en/users/03_Main_view.md @@ -40,9 +40,9 @@ If force is set to 1 all feeds will be refreshed at once. 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 confgured amount of feeds is refreshed at once. The default setting is "10". +- Parameter "maxFeeds" +https://freshrss.example.net/i/?c=feed&a=actualize&maxFeeds=30 +If maxFeeds is set the confgured 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 -- cgit v1.2.3 From 8df7caa0cf8209fcd2bedbc0c064578deb7330db Mon Sep 17 00:00:00 2001 From: Fake4d Date: Mon, 29 Apr 2019 11:03:01 +0200 Subject: Update 06_Fever_API.md Reeder-4 is new - Reeder-3 is the old version BUT: 3 is free ;-) And you have to pay for the new version.. So I dont know whether this should be linked here.. --- docs/en/users/06_Fever_API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/en/users') diff --git a/docs/en/users/06_Fever_API.md b/docs/en/users/06_Fever_API.md index 909164516..dd575f54c 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/de/app/reeder-4/id1449412357) - MacOS - [Readkit](https://itunes.apple.com/app/readkit/id588726889) -- cgit v1.2.3 From 05420ef40e02f0f8af7263a1e702d33a24b34f48 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 30 May 2019 12:30:35 +0200 Subject: Remove /de/ in URL --- docs/en/users/06_Fever_API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/en/users') diff --git a/docs/en/users/06_Fever_API.md b/docs/en/users/06_Fever_API.md index dd575f54c..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-4](https://itunes.apple.com/de/app/reeder-4/id1449412357) + - [Reeder-4](https://itunes.apple.com/app/reeder-4/id1449412357) - MacOS - [Readkit](https://itunes.apple.com/app/readkit/id588726889) -- cgit v1.2.3 From 5ccbd662c5aa1cb2bbdf5bf7cd2bbd64f556b1b2 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 30 May 2019 12:33:27 +0200 Subject: Fix typos --- docs/en/users/03_Main_view.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/en/users') diff --git a/docs/en/users/03_Main_view.md b/docs/en/users/03_Main_view.md index 2ec30f333..59d051e7e 100644 --- a/docs/en/users/03_Main_view.md +++ b/docs/en/users/03_Main_view.md @@ -34,7 +34,7 @@ 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. +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 @@ -42,11 +42,11 @@ 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 confgured 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" https://freshrss.example.net/i/?c=feed&a=actualize&token=542345872345734 -Security parameter to prevent unauthorized refreshs. For detailed Documentation see "Form authentication". +Security parameter to prevent unauthorized refreshes. For detailed Documentation see "Form authentication". ### Online cron -- cgit v1.2.3 From e09cf3fc7145f3f43b55522aa10b9f0d9f3391ea Mon Sep 17 00:00:00 2001 From: Purexo Date: Mon, 15 Jul 2019 15:44:50 +0200 Subject: Promote FreshRSS-Notify in user documentation (#2445) * Add FreshRSS-Notify in Clients compatibles section * Add FreshRSS-Notify in Compatible clients section * Use language-neutral link https://addons.mozilla.org/firefox/addon/freshrss-notify-webextension/ --- docs/en/users/06_Mobile_access.md | 2 ++ docs/fr/users/06_Mobile_access.md | 2 ++ 2 files changed, 4 insertions(+) (limited to 'docs/en/users') 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 diff --git a/docs/fr/users/06_Mobile_access.md b/docs/fr/users/06_Mobile_access.md index 4f5d24157..7bce9eea3 100644 --- a/docs/fr/users/06_Mobile_access.md +++ b/docs/fr/users/06_Mobile_access.md @@ -69,6 +69,8 @@ Tout client supportant une API de type Google Reader. Sélection : * [FeedReader 2.0+](https://jangernert.github.io/FeedReader/) (Libre) * MacOS * [Vienna RSS](http://www.vienna-rss.com/) (Libre) +* Firefox + * [FreshRSS-Notify](https://addons.mozilla.org/fr/firefox/addon/freshrss-notify-webextension/) (Libre) # API compatible Google Reader -- cgit v1.2.3