diff --git a/docs/website/clients.php b/docs/website/clients.php index fcda89b3..44c1af00 100644 --- a/docs/website/clients.php +++ b/docs/website/clients.php @@ -43,6 +43,7 @@ sort($clients); foreach( $clients AS $k => $v ) { if ( $v == "Interoperability" ) continue; + if ( $v == "Other" ) continue; $style = (strcmp($client_page,$v) == 0 ? ' class="selected"' : '' ); printf( '
', $style, $style, urlencode($v) ); if ( isset($icons[$v]) ) { @@ -51,6 +52,9 @@ echo "$v
\n"; } + $style = ($client_page == "Other" ? ' class="selected"' : '' ); + printf( '', $style, $style ); + include("inc/page-middle.php"); include("clients/".$details[$client_page]); diff --git a/docs/website/clients/Chandler-details.php b/docs/website/clients/Chandler-details.php index 9d98c63f..9f395937 100644 --- a/docs/website/clients/Chandler-details.php +++ b/docs/website/clients/Chandler-details.php @@ -23,5 +23,5 @@ button or with a default frequency of hourly. This is quite different to the ot have used which all aggressively push new and changed items to the server as soon as possible, but which may be lazy about fetching updates. -Operation with RSCDS is not yet perfect but basic operation is satisfactory. I will be -concentrating on making RSCDS interoperate with Chandler over coming releases.
+Operation with DAViCal is not yet perfect but basic operation is satisfactory. I will be +concentrating on making DAViCal interoperate with Chandler over coming releases.
diff --git a/docs/website/clients/Evolution-details.php b/docs/website/clients/Evolution-details.php index 9381a94f..39691d1f 100644 --- a/docs/website/clients/Evolution-details.php +++ b/docs/website/clients/Evolution-details.php @@ -5,7 +5,7 @@ was little in the way of a repository available to test against until recently.<caldav://server.domain.name/caldav.php/username/home/, enter your user name for RSCDS and click "OK".
caldav://server.domain.name/caldav.php/username/home/, enter your user name for DAViCal and click "OK".
Sometimes Evolution writes error messages into the cache file, so if you have ongoing problems you may want to take a look inside that.
-There are some quirks with Evolution's handling of CalDAV too, so perhaps take a look at the following -bugs:
+There are some quirks with Evolution's handling of CalDAV too, prior to 2.12.0, so perhaps take a look at the following +bugs (fixed in 2.12.0):
There may also be bugs in Evolution's handling of SSL with CalDAV - I couldn't get it to work reliably.
-Hopefully those will be fixed before too long...
+ diff --git a/docs/website/clients/Interoperability-details.php b/docs/website/clients/Interoperability-details.php index 96c9834a..0a226fba 100644 --- a/docs/website/clients/Interoperability-details.php +++ b/docs/website/clients/Interoperability-details.php @@ -1,5 +1,5 @@If you intend to have users accessing the Really Simple CalDAV Store with more than one client +
If you intend to have users accessing the DAViCal CalDAV Server with more than one client then you should attempt to structure the URLs which they use to access the system in the way that Mulberry does it.
Basically, Mulberry breaks the URL into three parts:
@@ -11,7 +11,7 @@ that Mulberry does it.The host name is, of course, up to you. The 'root path' should be /caldav.php/ and anything following that is the calendar namespace.
Within the calendar namespace RSCDS uses the first element of the path as the user or resource name, so that a client connecting at the root path +
Within the calendar namespace DAViCal uses the first element of the path as the user or resource name, so that a client connecting at the root path can see all of the (accessible) users and resources available to them (Mulberry displays this hierarchy) with any calendars below that.
Effectively this means that in Evolution, Sunbird and Lightning you should really specify a calendar URL which is something like:
diff --git a/docs/website/clients/Mozilla-details.php b/docs/website/clients/Mozilla-details.php index a3c35da0..915afd7e 100644 --- a/docs/website/clients/Mozilla-details.php +++ b/docs/website/clients/Mozilla-details.php @@ -2,7 +2,7 @@The Mozilla Calendar project offers their calendar under two different names: Sunbird is a standalone calendar application, and Lightning is a Thunderbird extension. - The two are essentially the same, as far as RSCDS is + The two are essentially the same, as far as DAViCal is concerned, and these instructions should work for either of them.
diff --git a/docs/website/clients/Mulberry-details.php b/docs/website/clients/Mulberry-details.php index 55a3a49e..af58256b 100644 --- a/docs/website/clients/Mulberry-details.php +++ b/docs/website/clients/Mulberry-details.php @@ -23,7 +23,7 @@ PROPFIND requests.
Unfortunately Mulberry is not (yet) open-source, though it is free, so we must wait on the developer to fix the user interface niggles when he gets around to it.
Note that Mulberry has a complex user interface. When I wrote this I went back into Mulberry and initially -thought that RSCDS had regressed somewhat and that these instructions didn't exactly work... :-) It turned out +thought that DAViCal had regressed somewhat and that these instructions didn't exactly work... :-) It turned out that these instructions worked just fine when I followed them to the letter the next day. Go figure. I think I need to record some screenshots of this one...
diff --git a/docs/website/clients/Other-details.php b/docs/website/clients/Other-details.php index c4474d62..0ca4ca8e 100644 --- a/docs/website/clients/Other-details.php +++ b/docs/website/clients/Other-details.php @@ -1,8 +1,8 @@Other Client Software
-I would love to have more client software available to test RSCDS +
I would love to have more client software available to test DAViCal against, but so far these are the only ones I have access to.
If you want to point me at more free software that supports CalDAV, or send me free copies of such proprietary software, then I will add it to -the list as well as make RSCDS work with it.
+the list as well as make DAViCal work with it. diff --git a/docs/website/inc/page-footer.php b/docs/website/inc/page-footer.php index 74ef0a7e..20d95992 100644 --- a/docs/website/inc/page-footer.php +++ b/docs/website/inc/page-footer.php @@ -11,10 +11,10 @@ echo $tags_to_be_closed; XHTML | CSS-Copyright 2006 | Andrew McMillan +Copyright 2007 | Andrew McMillan
diff --git a/docs/website/inc/page-header.php b/docs/website/inc/page-header.php index 42aec5ea..a7aa10fa 100644 --- a/docs/website/inc/page-header.php +++ b/docs/website/inc/page-header.php @@ -2,7 +2,7 @@ -Really Simple CalDAV StoreDAViCal CalDAV Server - Really Simple CalDAV Store+DAViCal CalDAV ServerHome | Installation | Client Config | Administration | -RSCDS Wiki | +DAViCal Wiki | Blog | -RSCDS on Sourceforge +DAViCal on Sourceforge