aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-18 03:27:28 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-18 03:27:28 +0200
commit5c2985c2264fcc3f1439cc2741a7ea0ea98db073 (patch)
tree11e6b4ba5a1c0ff20e46181c73c28aaa2211e822
parentMove (vcomponent create) to new object system. (diff)
downloadcalp-5c2985c2264fcc3f1439cc2741a7ea0ea98db073.tar.gz
calp-5c2985c2264fcc3f1439cc2741a7ea0ea98db073.tar.xz
Add commentary to (web http dav)
-rw-r--r--module/web/http/dav.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/module/web/http/dav.scm b/module/web/http/dav.scm
index 9adc8b87..dc50b680 100644
--- a/module/web/http/dav.scm
+++ b/module/web/http/dav.scm
@@ -1,3 +1,8 @@
+;;; Commentary:
+;;; This is a simple WedDAV client.
+;;; TODO figure out what it's used for.
+;;; Code:
+
(define-module (web http dav)
:use-module (srfi srfi-9)
:use-module (srfi srfi-88)