aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWesley Miaw <josuah@users.sourceforge.net>2005-11-24 01:33:31 +0000
committerWesley Miaw <josuah@users.sourceforge.net>2005-11-24 01:33:31 +0000
commitb6dea5956e20b9ea356df02b5046867cd5205553 (patch)
treef160875931c62ba148e20d514fcdf5ac9b94d212
parent9c2a541cc01e9e8e6b132ec8c7f9ab5a7b35f881 (diff)
downloadphpicalendar-b6dea5956e20b9ea356df02b5046867cd5205553.tar.gz
phpicalendar-b6dea5956e20b9ea356df02b5046867cd5205553.tar.bz2
phpicalendar-b6dea5956e20b9ea356df02b5046867cd5205553.zip
Added support for Apple iCal native repository format and recursive
calendar searching to the 2.2 README change list.
-rw-r--r--README15
-rw-r--r--config.inc.php2
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy