More name changing to DAViCal.

This commit is contained in:
Andrew McMillan 2007-11-05 15:00:47 +13:00
parent b7eae51e77
commit 9172e1a86c
3 changed files with 22 additions and 20 deletions

View File

@ -17,7 +17,7 @@ if ( isset($title) ) {
echo $title;
}
else {
echo "DAViCal CalDAV Store";
echo "DAViCal CalDAV Server";
}
?></div>
<div id="subTitle">DAViCal CalDAV Server</div>

View File

@ -1,5 +1,5 @@
<?php
$title = "RSCDS Home";
$title = "DAViCal Home";
include("inc/page-header.php");
?>
<h1>Background</h1>
@ -30,19 +30,19 @@ but no testing has been undertaken in other PHP environments to date.</p>
operating environments, and which is <em>fully</em> ACID compliant.</p>
<h2>Simplicity of Setup</h2>
<p>For the greatest ease use you should consider installing RSCDS on the <a href="http://www.debian.org/">Debian GNU/Linux</a>
<p>For the greatest ease use you should consider installing DAViCal on the <a href="http://www.debian.org/">Debian GNU/Linux</a>
distribution from the readily available, signed packages.</p>
<p>We expect to increase the level of automation and simplicity for the Debian target release in particular, although other
distributions might also become easier at the same time. We do expect slightly greater installation complexity in the first
few releases as we come to understand the particular problems people experience.</p>
<h2>Simplicity of Operation</h2>
<p>In general RSCDS should not need significant maintenance to keep it operating.</p>
<p>In general DAViCal should not need significant maintenance to keep it operating.</p>
<p>Administrative functionality will be kept as simple as possible, within the target of supporting
organisations of up to several hundred staff.</p>
<p>This is called a <em>Store</em> rather than a <em>Server</em> because the server-side smarts are intended to be
minimised to support CalDAV only in a manner sufficient to inter-operate with clients, and with the focus primarily
on the storage of calendar resources.</p>
<p>The server-side smarts in DAViCal are intended to be fairly minimal in order to support CalDAV
only in a manner sufficient to inter-operate with clients, and with the focus primarily
on the storage of calendar resources.</p>
<h2>Web-based Administration</h2>
<p>General administration of the system should be through a web-based application.</p>
@ -51,7 +51,7 @@ maintainable through a web-based client, although the server should support the
works using the CalDAV protocol.</p>
<h1>Credits</h1>
<p>The Really Simple CalDAV Store was conceived and written by <a href="http://andrew.mcmillan.net.nz/">Andrew McMillan</a>.</p>
<p>DAViCal CalDAV Server was conceived and written by <a href="http://andrew.mcmillan.net.nz/">Andrew McMillan</a>.</p>
<p>Translations of the administration interface have been done by:</p>
<ul>
<li>Lorena Paoletti (Spanish)</li>
@ -62,7 +62,8 @@ works using the CalDAV protocol.</p>
</ul>
<p>Other contributors:</p>
<ul>
<li>Maxime Delorme (CSS for Administration Pages)</li>
<li>Maxime Delorme (CSS, LDAP, SyncML, French translations)</li>
<li>Andrew Ruthven (Various enhancements)</li>
</ul>
<h1>Your Name Here!</h1>

View File

@ -29,8 +29,8 @@ sudo apt-key advanced --keyserver subkeys.pgp.net --recv-keys CCA377BD77494424B0
notes to pages somewhere under here:
<a href="http://rscds.sourceforge.net/moin/InstallationStuff">http://rscds.sourceforge.net/moin/InstallationStuff</a></p>
<h3>RPM Packages of RSCDS</h3>
<p>We have created RPM packages of RSCDS and libawl-php from the .deb packages
<h3>RPM Packages of DAViCal</h3>
<p>We have created RPM packages of DAViCal and libawl-php from the .deb packages
using "alien". I don't know how well these work, so would appreciate feedback
about your success with them.</p>
@ -40,7 +40,7 @@ about your success with them.</p>
<h3>Gentoo, Slackware, BSD and the rest</h3>
<p>You will need to download the latest versions of the <code>rscds</code> and <code>awl</code> packages
from the <a href="http://sourceforge.net/project/showfiles.php?group_id=179845">sourceforge download page for rscds</a>.</p>
from the <a href="http://sourceforge.net/project/showfiles.php?group_id=179845">sourceforge download page for DAViCal</a>.</p>
<p>You will need to untar these. Preferably you will untar them from within the "<code>/usr/share</code>" directory and everything
will be in it's expected location (well, except the docs, but it will at least be tidy and everything will be in one place).</p>
@ -60,7 +60,7 @@ the database creation scripts are likely to need love.</p>
<h1>Pre-requisites</h1>
<p>RSCDS depends on a number of things. Firstly, it depends
<p>DAViCal depends on a number of things. Firstly, it depends
on Andrew's Web Libraries (AWL) which is a set of useful
PHP functions and objects written by Andrew McMillan over
a number of years.</p>
@ -68,8 +68,8 @@ a number of years.</p>
<p>The following other software is also needed:</p>
<ul>
<li>Apache: 1.3.x or 2.x.x</li>
<li>PHP: 4.3 or greater, including PHP5</li>
<li>PostgreSQL: 7.4 or greater (8.1 or better recommended)</li>
<li>PHP: 5.0 or greater, PHP4 might work</li>
<li>PostgreSQL: 8.1 or greater</li>
</ul>
<p>The PostgreSQL database may be installed on a server other
@ -79,7 +79,7 @@ installation.</p>
<p>Since the CalDAV store takes over a significant amount of path
hierarchy, it is designed to be installed in it's own virtual
host. If you want it to operate within the web root of some
host. However if you want it to operate within the web root of some
other application there are instructions on the Wiki about doing this,
and other fancy tricks such as URL rewriting to shorten the path.</p>
@ -139,11 +139,11 @@ computer as the web server, the following line (near the top
of the pg_hba.conf file) should be enough:</p>
<pre>
local rscds general trust
local davical general trust
</pre>
<p>This means that anyone on the local computer (including the
web application) will have rights to connect to the RSCDS
web application) will have rights to connect to the DAViCal
database as the 'general' user. It will not allow remote access,
or access as any user other than 'general'.</p>
@ -152,7 +152,7 @@ unix sockets, the line in the pg_hba.conf file should look something
like:</p>
<pre>
host rscds general 127.0.0.1/32 trust
host davical general 127.0.0.1/32 trust
</pre>
<p>If the webserver is on a different machine to the database, that
@ -178,13 +178,14 @@ single virtual host.</p>
&lt;VirtualHost 123.4.56.78 >
DocumentRoot /usr/share/rscds/htdocs
DirectoryIndex index.php index.html
ServerName rscds.example.net
ServerName davical.example.net
ServerAlias calendar.example.net
Alias /images/ /usr/share/rscds/htdocs/images/
php_value include_path /usr/share/awl/inc
php_value magic_quotes_gpc 0
php_value register_globals 0
php_value error_reporting "E_ALL & ~E_NOTICE"
php_value default_charset "utf-8"
&lt;/VirtualHost>
</pre>