From b6dea5956e20b9ea356df02b5046867cd5205553 Mon Sep 17 00:00:00 2001 From: Wesley Miaw Date: Thu, 24 Nov 2005 01:33:31 +0000 Subject: Added support for Apple iCal native repository format and recursive calendar searching to the 2.2 README change list. --- README | 15 +++++++++++++-- config.inc.php | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/README b/README index e12bf0a..1561c0c 100644 --- a/README +++ b/README @@ -81,8 +81,19 @@ COPYING for more information about our license. Changes: -------- -2.2 -rss.php new feed types for different kinds of date ranges changed handling of multi-day events -bug fixes from 2.1 handling of webcals popup encoding display when individual calendars displayed - -known bug: webcals don't work with multiple calendar selection 2.1 +2.2 + -Added Apple iCal native repository support. + -Added support for finding calendars in subdirectories. + -rss.php + new feed types for different kinds of date ranges + changed handling of multi-day events + -bug fixes from 2.1 + handling of webcals + popup encoding + display when individual calendars displayed + -known bug: webcals don't work with multiple calendar selection + +2.1 -Updated languages: Finnish -RSS feeds display as previously indended. -Updated languages: Finnish, Norwegian, French diff --git a/config.inc.php b/config.inc.php index a3c7517..aed8a4e 100644 --- a/config.inc.php +++ b/config.inc.php @@ -72,7 +72,7 @@ $blacklisted_cals[] = ''; // list. This should be the exact calendar filenam $blacklisted_cals[] = ''; // the parser will *not* parse any cal that is in this list (it will not be Web accessible) // add more lines as necessary -$list_webcals[] = ''; // Fill in between the quotes exact URL of a calendar that you wish +$list_webcals['US Holidays'] = 'http://ical.mac.com/ical/US32Holidays.ics'; // Fill in between the quotes exact URL of a calendar that you wish $list_webcals[] = ''; // to show up in your calendar list. You must prefix the URL with http:// $list_webcals[] = ''; // or webcal:// and the filename should contain the .ics suffix $list_webcals[] = ''; // $allow_webcals does *not* need to be "yes" for these to show up and work -- cgit v1.2.3