# HG changeset patch
# User Olaf Wintermann
# Date 1501777740 -7200
# Node ID c743721d566fe66175ddb7f866b6600b55399254
# Parent b321a3be0a38fcc14ecbcbc4ad70058c39af54c7
more documentation
diff -r b321a3be0a38 -r c743721d566f README
--- a/README Thu Aug 03 14:32:36 2017 +0200
+++ b/README Thu Aug 03 18:29:00 2017 +0200
@@ -1,5 +1,5 @@
- DavUtils - cmd tools
-============================
+ DavUtils - dav cmd tools
+==========================
Introduction
------------
@@ -19,7 +19,8 @@
Documentation
-------------
-Documentation can be found at http://davutils.sourceforge.net/docs/
+Documentation can be found at http://davutils.sourceforge.net/docs/ and
+in the docs sub-directory.
First Steps
diff -r b321a3be0a38 -r c743721d566f docs/html/add-directory.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/html/add-directory.html Thu Aug 03 18:29:00 2017 +0200
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
dav-sync add-directory
+
The command runs an interactive assistant that creates a sync-directory configuration and adds it to the sync.xml file. Before running this command, a repository must be created. See dav add-repository .
+
Command alias: add-dir
+
+
+
+
diff -r b321a3be0a38 -r c743721d566f docs/html/add-repository.html
--- a/docs/html/add-repository.html Thu Aug 03 14:32:36 2017 +0200
+++ b/docs/html/add-repository.html Thu Aug 03 18:29:00 2017 +0200
@@ -43,14 +43,30 @@
-
+
dav add-repository
+
The command runs an interactive assistant that creates a repository configuration and adds it to the config.xml file.
+
Command alias: add-repo
+
+
+
+
+
+
+
+
+
diff -r b321a3be0a38 -r c743721d566f docs/html/check-config.html
--- a/docs/html/check-config.html Thu Aug 03 14:32:36 2017 +0200
+++ b/docs/html/check-config.html Thu Aug 03 18:29:00 2017 +0200
@@ -43,14 +43,29 @@
-
+
dav check-config
+
Validates the config.xml file. If the config is ok, it prints Configuration OK.
on stdout and returns 0, otherwise it prints an error message on stderr and returns 1.
diff -r b321a3be0a38 -r c743721d566f docs/html/check-repositories.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/html/check-repositories.html Thu Aug 03 18:29:00 2017 +0200
@@ -0,0 +1,71 @@
+
+
+