--- 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 @@ <li><a href="move.html">move</a></li> <li><a href="get-property.html">get-property</a></li> <li><a href="set-property.html">set-property</a></li> + <li><a href="remove-property.html">remove-property</a></li> <li><a href="lock.html">lock</a></li> <li><a href="unlock.html">unlock</a></li> <li><a href="info.html">info</a></li> @@ -48,6 +49,7 @@ <ul> <li><a href="pull.html">pull</a></li> <li><a href="push.html">push</a></li> + <li><a href="archive.html">archive</a></li> <li><a href="resolve-conflicts.html">resolve-conflicts</a></li> <li><a href="delete-conflicts.html">delete-conflicts</a></li> <li><a href="trash-info.html">trash-info</a></li> @@ -68,7 +70,7 @@ <h1 class="title">Configuration</h1> </div> <p>The main configuration file for <em>dav</em> is <code>$HOME/.dav/config.xml</code> and is used for configuring repositories, proxies and encryption keys. This configuration is also used by <em>dav-sync</em>. The file is created automaticaly if it doesn't exist.</p> -<p>The <em>config.xml</em> file is an XML file with <code><configuration></code> as root element. The <code><configuration></code> element can have the following child elements: <code><repository></code>, <code><http-proxy></code>, <code><https-proxy></code>, <code><key></code></p> +<p>The <em>config.xml</em> file is an XML file with <code><configuration></code> as root element. The <code><configuration></code> element can have the following child elements: <code><repository></code>, <code><http-proxy></code>, <code><https-proxy></code>, <code><key></code>, <code><namespace></code></p> <h2 id="repository">repository</h2> <p>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.</p> <p>Required child elements: <code><name></code>, <code><url></code><br /> @@ -169,6 +171,9 @@ <p>A comma separated list of all hosts that should not be accessed through the proxy.</p> <p>Type: string<br /> Example: <code><no>host1, host2, host3</no></code></p> +<h2 id="namespace">namespace</h2> +<p>Configures an XML-namespace with prefix and uri. The prefix can be used with commands like <code>get-property</code>. The element must have the <code>prefix</code> and the <code>uri</code> attribute.</p> +<p>Type: no value Example: <code><namespace prefix="e" uri="http://example.com/" /></code></p> <h2 id="example-1-minimal-repository-configuration">Example 1: minimal repository configuration</h2> <p>A minimal configuration for a repository. If no user and/or password are configured, dav prompts for authentication informations if required.</p> <pre><code><configuration>