From 96305dad2bb8306a90cb0d5e4448187f649ac8d3 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 3 Aug 2013 10:23:49 +0200 Subject: add docs on turning off cron job --- README.rst | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 050c50cf1..3411ed4b2 100644 --- a/README.rst +++ b/README.rst @@ -10,8 +10,8 @@ The News app is a an RSS/Atom feed aggregator. It offers a `RESTful API `_ -* `Bernhard Posselt `_ +* `Alessandro Cosentino `_ +* `Bernhard Posselt `_ * `Jan-Christoph Borchardt `_ (Design) Bugs @@ -25,7 +25,7 @@ Before reporting bugs: ---------------- -If you are not able to add a feed because its XML *does not validate* (see `this issue `_ for an example), +If you are not able to add a feed because its XML *does not validate* (see `this issue `_ for an example), check if: * it is a valid RSS by running it through the `W3C validator `_ @@ -64,7 +64,7 @@ Installation Keep up to date ~~~~~~~~~~~~~~~ -Both the **News** and **App Framework** App can be updated through the ownCloud apps page. +Both the **News** and **App Framework** App can be updated through the ownCloud apps page. Git (development version) @@ -181,12 +181,16 @@ All feeds are not updated and theres no cron.lock Configuration ------------- -This will be in a separate config file in the future but for now you can tweak the following things. +This will be in a separate config file in the future but for now you can tweak the following things. :file:`dependencyinjection/dicontainer.php` +* To use a custom update/cron script you need to disable the cronjob which is run by ownCloud by default: + + $this['useCronUpdates'] = false; + * To cache feeds longer increase:: - + $this['simplePieCacheDuration'] = 30*60; // seconds * To let people have more read items per feed before they are purged increase:: -- cgit v1.2.3