From fe703d074ae30c39458d8a1a206b807df38411d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 28 Oct 2023 23:42:48 +0200 Subject: Minor documentation improvements. --- module/web/http/dav.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'module/web') diff --git a/module/web/http/dav.scm b/module/web/http/dav.scm index dc50b680..0d604cdf 100644 --- a/module/web/http/dav.scm +++ b/module/web/http/dav.scm @@ -1,6 +1,7 @@ ;;; Commentary: -;;; This is a simple WedDAV client. -;;; TODO figure out what it's used for. +;;; This is a simple WedDAV and CalDAV client. +;;; It's used in calp to implement the CalDAV storage backend, as well as +;;; testing our server implementation. ;;; Code: (define-module (web http dav) -- cgit v1.2.3