*/10 * * * * wget --spider -q "http://www.newsblur.com/reader/refresh_all_feeds" |
Personally, and for maximum functionality I would write a bash script to use php5-cli to execute the php file, and send the outputs to log files. The script could still be used by web-side apps in the normal manner.
]]>0,10,20,30,40,50 * * * * wget --spider -q "http://www.newsblur.com/reader/refresh_all_feeds" |
This particular crontab entry works every 10 minutes (on the X:00, X:10, X:20, etc). You should have wget, but if not, it’s easy to install.
]]>Jack.
]]>