Index: INSTALL.txt =================================================================== RCS file: /cvs/drupal/drupal/INSTALL.txt,v retrieving revision 1.16 diff -u -r1.16 INSTALL.txt --- INSTALL.txt 15 Mar 2005 21:07:49 -0000 1.16 +++ INSTALL.txt 31 Mar 2005 21:30:36 -0000 @@ -18,7 +18,7 @@ (http://www.php.net/) and either MySQL (http://www.mysql.com/) or PostgreSQL (http://www.postgresql.org/). -NOTE: The Apache web server and MySQL database are strongly recommended; +NOTE: the Apache web server and MySQL database are strongly recommended; other web server and database combinations such as IIS and PostgreSQL are possible but tested to a lesser extent. @@ -206,7 +206,7 @@ this. The following example crontab line will activate the cron tasks automatically on the hour: - 0 * * * * wget -O - -q http://www.example.com/cron.php + 0 * * * * wget -O - -q http://www.example.com/cron.php More information about the cron scripts are available in the admin help pages and in the Drupal handbook at drupal.org. Example