docs/html/configuration.html

changeset 320
12ed560c926c
parent 307
a4419589ea26
child 429
1607450065ba
--- 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>&lt;configuration&gt;</code> as root element. The <code>&lt;configuration&gt;</code> element can have the following child elements: <code>&lt;repository&gt;</code>, <code>&lt;http-proxy&gt;</code>, <code>&lt;https-proxy&gt;</code>, <code>&lt;key&gt;</code></p>
+<p>The <em>config.xml</em> file is an XML file with <code>&lt;configuration&gt;</code> as root element. The <code>&lt;configuration&gt;</code> element can have the following child elements: <code>&lt;repository&gt;</code>, <code>&lt;http-proxy&gt;</code>, <code>&lt;https-proxy&gt;</code>, <code>&lt;key&gt;</code>, <code>&lt;namespace&gt;</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>&lt;name&gt;</code>, <code>&lt;url&gt;</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>&lt;no&gt;host1, host2, host3&lt;/no&gt;</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>&lt;namespace prefix=&quot;e&quot; uri=&quot;http://example.com/&quot; /&gt;</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>&lt;configuration&gt;

mercurial