------------------------------------------------------------------------------ $Id: install.txt,v 1.1 2002/03/02 07:36:11 ying Exp $ Pretty Print Crontab (ppCron) (c) 2000 Ying Zhang ------------------------------------------------------------------------------ INTRODUCTION ------------ ppCron takes the contents of a Crontab file and displays it in a calendar format. The latest version is available from http://dcfonline.sfu.ca/ying/projects/ppcron/ REQUIREMENTS ------------ You need to have PHP 4.1.0 or greater, specifically the strtok() function may not behave as expected with versions before 4.1.0. If the version of PHP you are using has the array_fill() function, you must remove the array_fill() function from index.php. INSTALLATION ------------ 1. Download ppcron-1.00.tar.gz or ppcron-1.00.zip 2. Extract it into your web directory, you can name the directory whatever you like as long as all the .php files are together 3. Access ppcron from your web browser and follow the online instructions NOTES ----- * Documentation is sparse, read the code :) * The program logic is not efficient but it works * The error handling may not be as robust as necessary to catch errors in your Crontab syntax