From 2fd8dd4773842c1af4141dfce74ce645b2ce276f Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Tue, 19 Nov 2019 23:28:25 +0100 Subject: [PATCH] . --- Our Work/Projects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Our Work/Projects b/Our Work/Projects index 2704b24..6177ace 100644 --- a/Our Work/Projects +++ b/Our Work/Projects @@ -42,7 +42,7 @@ The CalDAV server project began in 2017 when [Stefanie Schirmer and Hannes Mehne Currently all basic features of a calendar are implemented, for example "please add this event to the calendar", and "modify the weekly meeting from now on to start half an hour later", and it is tested with a variety of CalDAV clients. -[calendar.robur.coop](https://any:any@calendar.robur.coop) is a live test server with the [calDavZAP](https://www.inf-it.com/open-source/clients/caldavzap/) web user interface, try it with any user and any password (first come first serve), it persists to a remote git repository. +[calendar.robur.coop](https://calendar.robur.coop) is a live test server with the [calDavZAP](https://www.inf-it.com/open-source/clients/caldavzap/) web user interface, try it with any user and any password (first come first serve), it persists to a remote git repository. Our CalDAV server has a very small codebase which provides a number of security benefits and it stores all the data in git so there is a history of changes, it can easily be exported and converted to and from other formats, and if a client behaves badly (by removing entries they cannot deal with), this can be tracked and reverted.