aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/webdav/util.texi
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-24 18:17:58 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-24 18:17:58 +0200
commit4a351f516947afbde448a387921ae53db547c345 (patch)
tree4171f42918b1c79d05b6a57c90871d6fb3cca391 /doc/ref/webdav/util.texi
parentAdd tests for (calp translation). (diff)
downloadcalp-4a351f516947afbde448a387921ae53db547c345.tar.gz
calp-4a351f516947afbde448a387921ae53db547c345.tar.xz
Split webdav documentation into multiple files.
Diffstat (limited to '')
-rw-r--r--doc/ref/webdav/util.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ref/webdav/util.texi b/doc/ref/webdav/util.texi
new file mode 100644
index 00000000..c45f8a72
--- /dev/null
+++ b/doc/ref/webdav/util.texi
@@ -0,0 +1,10 @@
+@node WebDAV Utilities
+@section Utilities
+@defun href->string href
+HREF's are represented as lists of strings. The root resource (``/'')
+is the empty list.
+@end defun
+
+@defun string->href string
+Return a href list back into a string. A leading slash will always be added.
+@end defun