diff --git a/htdocs/setup.php b/htdocs/setup.php new file mode 100644 index 00000000..77cb752a --- /dev/null +++ b/htdocs/setup.php @@ -0,0 +1,26 @@ +LoginRequired(); + +include("interactive-page.php"); +include("page-header.php"); + + echo <<Setup +

Currently this page does nothing. Suggestions or patches to make it do something +useful will be gratefully received. + +

Configuring Calendar Clients for DAViCal

+

The DAViCal client setup page on sourceforge have information on how +to configure Evolution, Sunbird, Lightning and Mulberry to use remotely hosted calendars.

+

The administrative interface has no facility for viewing or modifying calendar data.

+ +

Configuring DAViCal

+

If you can read this then things must be mostly working already.

+

The DAViCal installation page on sourceforge has +some further information on how to install and configure this application.

+EOBODY; + +include("page-footer.php"); diff --git a/htdocs/upgrade.php b/htdocs/upgrade.php new file mode 100644 index 00000000..ef564a24 --- /dev/null +++ b/htdocs/upgrade.php @@ -0,0 +1,31 @@ +LoginRequired(); + +include("interactive-page.php"); +include("page-header.php"); + + echo <<Upgrade +

Currently this page does nothing. Suggestions or patches to make it do something +useful will be gratefully received. + +

Upgrading DAViCal Versions

+

The update-davical-database should be run +manually after upgrading the software to a new version of DAViCal.

+ +

In due course this program will implement the functionality which is currently contained in that +script, but until then I'm afraid you do need to run it. +EOBODY; + +