From f12f52962861cdf390265474bf3a58530741b038 Mon Sep 17 00:00:00 2001 From: Neck Date: Tue, 21 May 2013 19:38:09 +0100 Subject: [PATCH] Update documentation for cronjob. --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index e1c6c1d..da2bdea 100644 --- a/README.markdown +++ b/README.markdown @@ -89,6 +89,8 @@ Examples: # Update all feeds in 60 minutes (updates the 8 oldest feeds each time with a total of 120 feeds). * */4 * * * cd /path/to/miniflux && php cronjob.php --call-interval=4 --update-interval=60 >/dev/null 2>&1 +Note: cronjob.php can also be called from the web; in this case specify the options as GET variables. For example: http://yourpersonalserver/miniflux/cronjob.php?call-interval=4&update-interval=60 + ### How Miniflux update my feeds from the user interface? Miniflux use an Ajax request to refresh each subscription.