diff --git a/docs/website/inc/page-footer.php b/docs/website/inc/page-footer.php index e5833ec4..559cd758 100644 --- a/docs/website/inc/page-footer.php +++ b/docs/website/inc/page-footer.php @@ -11,7 +11,7 @@ echo $tags_to_be_closed; XHTML | CSS

-Copyright 2007 | Andrew McMillan +Copyright 2007-2009 | Andrew McMillan

 diff --git a/docs/website/inc/page-header.php b/docs/website/inc/page-header.php index 6a7a81fe..4773e6b3 100644 --- a/docs/website/inc/page-header.php +++ b/docs/website/inc/page-header.php @@ -29,6 +29,7 @@ else { Installation | Client Config | Administration | +Background | DAViCal Wiki | Blog | DAViCal on Sourceforge @@ -37,7 +38,7 @@ else {

\n"; - if ( $two_panes ) { + if ( isset($two_panes) && $two_panes ) { $tags_to_be_closed .= $tags_to_be_closed; echo '
'; } diff --git a/docs/website/index.php b/docs/website/index.php index c4c6e1cc..ac5908d2 100644 --- a/docs/website/index.php +++ b/docs/website/index.php @@ -2,78 +2,86 @@ $title = "DAViCal Home"; include("inc/page-header.php"); ?> -

Background

-

The CalDAV specification has been under development for a few years now, and at the same time we -have seen increasing pressure from people and organisations in the open source world to provide a -solution to their shared calendaring problems. -

-

In evaluating the possibilities for shared calendaring, there are a number of possible approaches, but -we have elected to follow the path of implementing CalDAV because we believe it is a good specification -and that it will in due course gain client implementations and provide the richest user -experience through those client implementations.

- -

Goals

-

CalDAV is a client-server protocol specific to managing and reporting on collections of calendar resources.

-

As such, our intentions in developing this application are as follows:

-