Files
php-web-doc/cron
Nuno Lopes a497ba534d first release of the howto cron job
I've switched to UTF-8, otherwise Gabor's name isn't renderered correctly :)
anyway the switch was going to be needed...
2005-01-21 16:32:03 +00:00
..
2004-11-20 17:45:00 +00:00

// $Id$

Cronjob Wrapper for Docweb

This directory tree allows pseudo-crontab manipulation whenever CVS updates,
avoiding the need for manual editing of the doc.php.net crontab.

For each script that should run at a regular interval (currently hourly,
daily, weekly, monthly), place a wrapper for this script in the appropriate
sub-directory.

The actual crontab for docweb should look something like this:
0 * * * * /path/to/docweb/cron/cron hourly
0 0 * * * /path/to/docweb/cron/cron daily
0 0 * * 1 /path/to/docweb/cron/cron weekly
0 0 1 * * /path/to/docweb/cron/cron monthly