[pmwiki-users] Condition authority on date?

Patrick R. Michaud pmichaud at pobox.com
Tue May 30 09:48:05 CDT 2006


On Tue, May 30, 2006 at 02:23:49PM +1200, Allister Jenks wrote:
> 
> OK, so another question now.  If I were to set up a cron job to run a
> php script, how can I get access to the ReadPage and WritePage
> functions of PmWiki?

The "easy" way to do this is to simply call the pmwiki.php script
from the cron job, and do the work there.

However, I find that there's very little that needs to be done
from cron; it's often more efficient to do things in response to
browser requests.  :-)

Pm




More information about the pmwiki-users mailing list