From: <ji...@us...> - 2007-05-22 01:35:21
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15185/phpicalendar Modified Files: README Log Message: update README Index: README =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/README,v retrieving revision 1.112 retrieving revision 1.113 diff -C2 -d -r1.112 -r1.113 *** README 22 May 2007 01:16:57 -0000 1.112 --- README 22 May 2007 01:35:20 -0000 1.113 *************** *** 22,27 **** - Put PHP iCalendar into your Sites folder (or another web directory) - PHP iCalendar works 'out of the box' but you may want to configure some things ! - If you are a new user, rename the file "config.inc-dist.php" to "config.inc.php" and see section below called "Configuration". ! Users who are upgrading should be able to use their old config.inc.php file, as long as the upgrade is from a relatively recent version. - Put your iCal files into the directory you specify in config.inc.php (default is "calendars") --- 22,26 ---- - Put PHP iCalendar into your Sites folder (or another web directory) - PHP iCalendar works 'out of the box' but you may want to configure some things ! - see section below called "Configuration". - Put your iCal files into the directory you specify in config.inc.php (default is "calendars") *************** *** 34,42 **** Configuration: -------------- ! View config.inc.php. The comments behind each variable definition will tell you what each setting does. Change the values between the quotation marks to change the setting of that variable. If there are restrictions as to what that variable can be set to, the comment behind will specify ! them. If you have difficulty with your configuration, you can ask the developers and other PHP iCalendar users at the PHP iCalendar forums: http://phpicalendar.net/forums/ --- 33,48 ---- Configuration: -------------- ! Starting with version 2.24, PHPicalendar uses a default settings file, which ! you can overrule with your own configuration settings. ! ! View config.inc-dist.php. The comments behind each variable definition will tell you what each setting does. Change the values between the quotation marks to change the setting of that variable. If there are restrictions as to what that variable can be set to, the comment behind will specify ! them. ! ! IN ORDER TO USE THESE SETTINGS YOU MUST RENAME THE FILE to config.inc.php ! ! If you have difficulty with your configuration, you can ask the developers and other PHP iCalendar users at the PHP iCalendar forums: http://phpicalendar.net/forums/ |