From d33b8f3665b4f7d3eb9864d6dbd1c8d15b4e8c14 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sun, 29 Oct 2006 19:35:07 +1300 Subject: [PATCH] Rewritten content to provide some useful help and overview for users. --- htdocs/index.php | 51 +++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 44 insertions(+), 7 deletions(-) diff --git a/htdocs/index.php b/htdocs/index.php index 06b0d661..568999e9 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -7,14 +7,51 @@ require_once("interactive-page.php"); include("page-header.php"); echo <<These are the admin pages... -

You appear to be logged on as $session->username ($session->fullname)

-

Useful links: -

-

+

Administration

+

You are logged on as $session->username ($session->fullname)

EOBODY; +?> +

Administration Functions

+

The administration of this application should be fairly simple. You can administer:

+ +

There is no ability to view and / or maintain calendars or events from within this administrative interface.

+

To do that you will need to use a CalDAV capable calendaring application such as Evolution, Sunbird, Thunderbird +(with the Lightning extension) or Mulberry.

+

Users, Resources and Groups

+

These are the things which may have collections of calendar resources (i.e. calendars).

+

Here is a list of users. You can click on any user to see the full detail +for that person (or group or resource - but from now we'll just call them users).

+

The primary differences between them are as follows:

+ + +

Types of Relationships

+

These define the structure of the relationships between users.

+

A manager might want to grant full access to their calendar to an assistant, for example, so +there should be an "Is assisted by" relationship between the manager and the assistant.

+

Relationships themselves are maintained on the User maintenance screen.

+

It can also be useful to have several people having the same kind of access to a particular +set of resources. The "Is a member of group" relationship is used to link users to the group, +and then the group is linked to each resource with the "Administers Resource" relationship.

+

You can also define other relationship types beyond the basic ones just described.

+ +

Configuring Calendar Clients for RSCDS

+

The RSCDS 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 RSCDS

+

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

+

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

+ + \ No newline at end of file