From 5c2985c2264fcc3f1439cc2741a7ea0ea98db073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 18 Oct 2023 03:27:28 +0200 Subject: Add commentary to (web http dav) --- module/web/http/dav.scm | 5 +++++ 1 file changed, 5 insertions(+) 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) -- cgit v1.2.3