mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-03 14:09:23 +00:00
Some random renaming of RSCDS to DAViCal.
This commit is contained in:
parent
00fb075f22
commit
39700005f4
@ -2,7 +2,7 @@
|
||||
/**
|
||||
* CalDAV Server - main program
|
||||
*
|
||||
* @package rscds
|
||||
* @package davical
|
||||
* @subpackage caldav
|
||||
* @author Andrew McMillan <andrew@catalyst.net.nz>
|
||||
* @copyright Catalyst .Net Ltd
|
||||
@ -53,4 +53,3 @@ switch ( $request->method ) {
|
||||
|
||||
$request->DoResponse( 500, translate("The application program does not understand that request.") );
|
||||
|
||||
?>
|
||||
@ -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");
|
||||
|
||||
?>
|
||||
<h1>Help</h1>
|
||||
<p>For initial help you should visit the <a href="http://rscds.sourceforge.net/">RSCDS Home Page</a>. If you can't
|
||||
find the answers there, then you should post your problem in the RSCDS forums on Sourceforge itself.</p>
|
||||
<p>For initial help you should visit the <a href="http://rscds.sourceforge.net/">DAViCal Home Page</a>. 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.</p>
|
||||
<?php
|
||||
|
||||
include("page-footer.php");
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/**
|
||||
* Tools for manipulating calendars
|
||||
*
|
||||
* @package rscds
|
||||
* @package davical
|
||||
* @subpackage RSCDSSession
|
||||
* @author Maxime Delorme <mdelorme@tennaxia.com>
|
||||
* @copyright Maxime Delorme
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
/**
|
||||
* Display a list of all users
|
||||
*
|
||||
* @package rscds
|
||||
* @subpackage RSCDSSession
|
||||
* @package davical
|
||||
* @subpackage Admin
|
||||
* @author Andrew McMillan <andrew@catalyst.net.nz>
|
||||
* @copyright Catalyst .Net Ltd
|
||||
* @license http://gnu.org/copyleft/gpl.html GNU GPL v2
|
||||
|
||||
@ -241,5 +241,6 @@
|
||||
<item url="inc/caldav-REPORT-principal.php" uploadstatus="1" />
|
||||
<item url="dba/patches/1.1.10.sql" uploadstatus="1" />
|
||||
<item url="inc/auth-functions.php" uploadstatus="1" />
|
||||
<item url="htdocs/tools.php" uploadstatus="1" />
|
||||
</project>
|
||||
</webproject>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user