diff --git a/htdocs/caldav.php b/htdocs/caldav.php index 4d89ba1b..5a82cd0a 100644 --- a/htdocs/caldav.php +++ b/htdocs/caldav.php @@ -2,7 +2,7 @@ /** * CalDAV Server - main program * -* @package rscds +* @package davical * @subpackage caldav * @author Andrew McMillan * @copyright Catalyst .Net Ltd @@ -53,4 +53,3 @@ switch ( $request->method ) { $request->DoResponse( 500, translate("The application program does not understand that request.") ); -?> \ No newline at end of file diff --git a/htdocs/help.php b/htdocs/help.php index 1adba1f3..c7aa4d52 100644 --- a/htdocs/help.php +++ b/htdocs/help.php @@ -5,13 +5,14 @@ $session->LoginRequired(); require_once("interactive-page.php"); -$c->page_title = "Really Simple CalDAV Store - Configuration Help"; +$c->page_title = "DAViCal CalDAV Server - Configuration Help"; include("page-header.php"); ?>

Help

-

For initial help you should visit the RSCDS Home Page. If you can't -find the answers there, then you should post your problem in the RSCDS forums on Sourceforge itself.

+

For initial help you should visit the DAViCal Home Page. If you can't +find the answers there, visit the #davical IRC channel on irc.oftc.net, send a question to the mailing list or +post your problem in the DAViCal forums on Sourceforge itself.

* @copyright Maxime Delorme diff --git a/htdocs/users.php b/htdocs/users.php index 3ca41b60..a469b903 100644 --- a/htdocs/users.php +++ b/htdocs/users.php @@ -2,8 +2,8 @@ /** * Display a list of all users * -* @package rscds -* @subpackage RSCDSSession +* @package davical +* @subpackage Admin * @author Andrew McMillan * @copyright Catalyst .Net Ltd * @license http://gnu.org/copyleft/gpl.html GNU GPL v2 diff --git a/rscds.webprj b/rscds.webprj index a32321e0..696fd70a 100644 --- a/rscds.webprj +++ b/rscds.webprj @@ -241,5 +241,6 @@ +