diff -r 2433b5969d44 -r 12ed560c926c docs/html/configuration.html --- a/docs/html/configuration.html Tue Oct 03 14:59:35 2017 +0200 +++ b/docs/html/configuration.html Tue Oct 03 16:59:39 2017 +0200 @@ -28,6 +28,7 @@
The main configuration file for dav is $HOME/.dav/config.xml
and is used for configuring repositories, proxies and encryption keys. This configuration is also used by dav-sync. The file is created automaticaly if it doesn't exist.
The config.xml file is an XML file with <configuration>
as root element. The <configuration>
element can have the following child elements: <repository>
, <http-proxy>
, <https-proxy>
, <key>
The config.xml file is an XML file with <configuration>
as root element. The <configuration>
element can have the following child elements: <repository>
, <http-proxy>
, <https-proxy>
, <key>
, <namespace>
This element is used to configure a repository. A repository must have a unique name to identify the repository and a url pointing to the root collection for this repository.
Required child elements: <name>
, <url>
@@ -169,6 +171,9 @@
A comma separated list of all hosts that should not be accessed through the proxy.
Type: string
Example: <no>host1, host2, host3</no>
Configures an XML-namespace with prefix and uri. The prefix can be used with commands like get-property
. The element must have the prefix
and the uri
attribute.
Type: no value Example: <namespace prefix="e" uri="http://example.com/" />
A minimal configuration for a repository. If no user and/or password are configured, dav prompts for authentication informations if required.
<configuration>