We now recommend the website.

This commit is contained in:
Andrew McMillan 2006-10-26 00:38:53 +13:00
parent c8c24564be
commit 73fd5a05c3

View File

@ -8,33 +8,11 @@ require_once("interactive-page.php");
$c->title = "Really Simple CalDAV Store - Configuration Help"; $c->title = "Really Simple CalDAV Store - Configuration Help";
include("page-header.php"); include("page-header.php");
$username = ( $session->user_no > 0 ? $session->username : "username" ); ?>
<h1>Help</h1>
echo <<<EOBODY <p>For initial help you should visit the <a href="http://rscds.sourceforge.net/">RSCDS Home Page</a>. If you can't
<h1>$c->title</h1> find the answers there, then you should post your problem in the RSCDS forums on Sourceforge itself.</p>
<h2>Evolution</h2> <?php
<p>
<ol>
<li><span class="prompt">Type:</span>CalDAV</li>
<li><span class="prompt">Name:</span>Give the calendar a local name</li>
<li><span class="prompt">URL:</span>caldav://server.domain.name/caldav.php/$username/</li>
<li><span class="prompt">Use SSL:</span>if your server is using SSL you should check this, but there may be bugs in Evolution's handling of SSL.</li>
<li><span class="prompt">Username:</span>$username</li>
</ol>
</p>
<p>If you have problems with Evolution, you will need to quit evolution, remove the cache file which will be in ~/.evolution/cache/calendar/ and
restart. If you still have problems try doing that, but killing evolution-data-server in addition.
</p>
<p>Sometimes evolution writes error messages into the cache file, so if you have ongoing problems you may want to
take a look inside that.</p>
<p>There are some quirks with Evolution's handling of CalDAV too, so perhaps take a look at the following
bugs:
<ul>
<li><a href="http://bugzilla.gnome.org/show_bug.cgi?id=355659">New appointments disappear for 1 minute, and then reappear</a></li>
<li><a href="http://bugzilla.gnome.org/show_bug.cgi?id=354855">Support Response with Relative URLs</a></li>
</ul>
</p>
EOBODY;
include("page-footer.php"); include("page-footer.php");