aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-24 03:15:57 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-24 03:15:57 +0000
commitd2d402b37a7c0eebdfeb759bde783e5ddf234f44 (patch)
tree3f582fc7a74245b2d2bef74c4774d2aeed11d786 /config.inc.php
parentc25ffb161bca97dd17abe2eb6d13ad2b86328228 (diff)
downloadphpicalendar-d2d402b37a7c0eebdfeb759bde783e5ddf234f44.tar.gz
phpicalendar-d2d402b37a7c0eebdfeb759bde783e5ddf234f44.tar.bz2
phpicalendar-d2d402b37a7c0eebdfeb759bde783e5ddf234f44.zip
Updated for 1.0 RC-1
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.inc.php b/config.inc.php
index dfd654b..2e125a2 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -29,7 +29,7 @@ $download_uri = ''; // The HTTP URL to your calendars directory, ie. http:
$default_path = 'http://www.example.com/phpicalendar'; // The HTTP URL to the PHP iCalendar directory, ie. http://www.example.com/phpicalendar
// Yes/No questions --- 'yes' means Yes, anything else means no. 'yes' must be lowercase.
-$save_parsed_cals = 'no'; // Recommended 'yes'. Saves a copy of the cal in /tmp after it's been parsed. Improves performence.
+$save_parsed_cals = 'yes'; // Recommended 'yes'. Saves a copy of the cal in /tmp after it's been parsed. Improves performence.
$use_sessions = 'no'; // This has not yet been implemented.
$display_custom_goto = 'no'; // In the 'Jump To' box, display the custom 'go to day' box.
$display_ical_list = 'yes'; // In the 'Jump To' box, display the pop-up menu with the list of all calendars in the $calendar_path directory.
@@ -38,13 +38,14 @@ $this_months_events = 'yes'; // Display "This month's events" at the bottom o
$use_color_cals = 'yes'; // Display each calendar in the pop-up as a different color.
$daysofweek_dayview = 'no'; // Display the days of the week in day.php view.
$enable_rss = 'yes'; // Enable RSS access to your calendars (good thing).
-$enable_publishing = 'no'; // Enable webdav style publishing to your calendar's folder. READ calendars/publish.php before using!
$show_search = 'yes'; // Show the search box in the sidebar.
$allow_preferences = 'yes'; // Allow visitors to change various preferences via cookies.
$printview_default = 'no'; // Set print view as the default view. day, week, and month only supported views for $default_view (listed well above).
$show_todos = 'yes'; // Show your todo list on the side of day and week view.
$show_completed = 'no'; // Show completed todos on your todo list.
$show_login = 'no'; // Set to yes to prompt for login to unlock calendars.
+
+// Webdav style publishing
$phpicalendar_publishing = ''; // Set to '1' to enable remote webdav style publish. See 'calendars/publish.php' for complete information;
// Administration settings

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