aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-11-02 04:20:37 +0000
committerjwangen <jwangen>2002-11-02 04:20:37 +0000
commitc1b79428e7e0ce1c094457932e1941fd397768ce (patch)
tree3acda09508243f442203adafeb23657b6f81c13b /config.inc.php
parent405e76ca59ed46f0af3a7e518c62cda469c1519c (diff)
downloadphpicalendar-c1b79428e7e0ce1c094457932e1941fd397768ce.tar.gz
phpicalendar-c1b79428e7e0ce1c094457932e1941fd397768ce.tar.bz2
phpicalendar-c1b79428e7e0ce1c094457932e1941fd397768ce.zip
cutting down on some of the repeating regexp in effort to speed parser
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.inc.php b/config.inc.php
index 2831762..ea68a5f 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -10,7 +10,7 @@ $calendar_path = './calendars'; // Path to directory with calendars
$default_view = 'day'; // Default view for calendars = 'day', 'week', 'month', 'year'
$minical_view = 'current'; // Where do the mini-calendars go when clicked? = 'day', 'week', 'month', 'current'
$default_cal = 'School'; // Exact filename of calendar without .ics
-$language = 'japanese'; // Language support - 'English', 'Polish', 'German', 'French', 'Dutch', 'Danish', 'Italian', 'Japanese', 'Norwegian', 'Spanish', 'Swedish', 'Portuguese'
+$language = 'English'; // Language support - 'English', 'Polish', 'German', 'French', 'Dutch', 'Danish', 'Italian', 'Japanese', 'Norwegian', 'Spanish', 'Swedish', 'Portuguese'
$week_start_day = 'Sunday'; // Day of the week your week starts on
$day_start = '0700'; // Start time for day grid
$gridLength = '15'; // Grid distance in minutes for day view, multiples of 15 preferred
@@ -19,7 +19,7 @@ $month_event_lines = '1'; // Number of lines to wrap each event title in mo
$tomorrows_events_lines = '1'; // Number of lines to wrap each event title in the 'Tommorrow's events' box, 0 means display all lines.
$allday_week_lines = '1'; // Number of lines to wrap each event title in all-day events in week view, 0 means display all lines.
$week_events_lines = '1'; // Number of lines to wrap each event title in the 'Tommorrow's events' box, 0 means display all lines.
-$timezone = 'Same as Server'; // Set timezone. Read TIMEZONES file for more information
+$timezone = ''; // Set timezone. Read TIMEZONES file for more information
$default_path = 'http://www.example.com/phpicalendar'; // The HTTP URL to the PHP iCalendar directory
$tmp_dir = '/tmp'; // The temporary directory on your system (/tmp is fine for UNIXes including Mac OS X)
@@ -41,7 +41,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[] = 'http://icalx.com/public/carlos/Halloween.ics'; // Fill in between the quotes exact URL of a calendar that you wish
+$list_webcals[] = ''; // 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