From: <cl...@us...> - 2003-09-21 18:33:07
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1:/tmp/cvs-serv19100 Modified Files: README Log Message: README update for 4.x browsers. Added links to ical based apps. Index: README =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/README,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** README 20 Sep 2003 21:46:17 -0000 1.49 --- README 21 Sep 2003 18:33:02 -0000 1.50 *************** *** 44,51 **** valid IETF 2445 files (.ics). Some of the supported applications are: ! -Apple iCal ! -Mozilla Calendar ! -Ximian Evolution ! -KOrganizer Bugs: --- 44,57 ---- valid IETF 2445 files (.ics). Some of the supported applications are: ! - Apple iCal ! - http://www.apple.com/ical/ ! - Mozilla Calendar ! - http://www.mozilla.org/projects/calendar/ ! - Ximian Evolution ! - http://www.ximian.com/products/evolution/ ! - KOrganizer ! - http://korganizer.kde.org/ ! - WinDates 5.0 ! - http://www.rockinsoftware.com/windates.htm Bugs: *************** *** 71,74 **** --- 77,88 ---- COPYING for more information about our license. + Older Browser Support: + ---------------------- + Starting with 0.9.4, PHP iCalendar is moving away from supporting 4.x browsers. + If you still need support for these browers, 0.9.3 is still available for + download. To get the latest ical support, simply download the latest version + of PHP iCalendar and replace the file called 'ical_parser.php' in the + functions folder. + Changes: -------- *************** *** 83,86 **** --- 97,101 ---- -Moved HTML head into header.inc.php to better support embedding of calendar. -Moved HTML foot into footer.inc.php to better support embedding of calendar. + -Specify the name of 'All Calendars Combined' in language files. 0.9.3 *************** *** 89,92 **** --- 104,109 ---- -Added Esperanto language. -Major bug fixes. + -Last to support Netscape 4.x + 0.9.2 -Fixed an extra .php on the preferences page. |