aboutsummaryrefslogtreecommitdiff
path: root/module/web
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-28 23:42:48 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-11-06 00:46:26 +0100
commitfe703d074ae30c39458d8a1a206b807df38411d0 (patch)
treef13d6069207d4c6888da40a07803c46ba8656df9 /module/web
parentMove 'validate-event' into only module using it. (diff)
downloadcalp-fe703d074ae30c39458d8a1a206b807df38411d0.tar.gz
calp-fe703d074ae30c39458d8a1a206b807df38411d0.tar.xz
Minor documentation improvements.
Diffstat (limited to 'module/web')
-rw-r--r--module/web/http/dav.scm5
1 files changed, 3 insertions, 2 deletions
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)