| 2 <html xmlns="http://www.w3.org/1999/xhtml"> |
2 <html xmlns="http://www.w3.org/1999/xhtml"> |
| 3 <head> |
3 <head> |
| 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 5 <meta http-equiv="Content-Style-Type" content="text/css" /> |
5 <meta http-equiv="Content-Style-Type" content="text/css" /> |
| 6 <meta name="generator" content="pandoc" /> |
6 <meta name="generator" content="pandoc" /> |
| 7 <title></title> |
7 <title>Getting started</title> |
| 8 <style type="text/css">code{white-space: pre;}</style> |
8 <style type="text/css">code{white-space: pre;}</style> |
| 9 <link rel="stylesheet" href="davdoc.css" type="text/css" /> |
9 <link rel="stylesheet" href="davdoc.css" type="text/css" /> |
| 10 </head> |
10 </head> |
| 11 <body> |
11 <body> |
| 12 <div class="header"> |
12 <div class="header"> |
| 62 </div> |
62 </div> |
| 63 </div> |
63 </div> |
| 64 |
64 |
| 65 <!-- begin content --> |
65 <!-- begin content --> |
| 66 <div class="content"> |
66 <div class="content"> |
| 67 <h1 id="getting-started">Getting started</h1> |
67 <div id="header"> |
| |
68 <h1 class="title">Getting started</h1> |
| |
69 </div> |
| 68 <h3 id="test">Test</h3> |
70 <h3 id="test">Test</h3> |
| 69 <p>After successful installation you can test dav with your WebDAV server.</p> |
71 <p>After successful installation you can test dav with your WebDAV server.</p> |
| 70 <pre><code>dav list http://example.com/webdav/</code></pre> |
72 <pre><code>dav list http://example.com/webdav/</code></pre> |
| 71 <p>This lists all child resources of the specified collection. If you are unfamiliar to WebDAV terminology this means basically listing all files in a directory, similar to the ls unix tool. Actually you can also write <code>dav ls</code> instead of <code>dav list</code> and there is also an <code>-l</code> option similarly to the unix tool <code>ls</code>.</p> |
73 <p>This lists all child resources of the specified collection. If you are unfamiliar to WebDAV terminology this means basically listing all files in a directory, similar to the ls unix tool. Actually you can also write <code>dav ls</code> instead of <code>dav list</code> and there is also an <code>-l</code> option similarly to the unix tool <code>ls</code>.</p> |
| 72 <h3 id="create-a-repository">Create a repository</h3> |
74 <h3 id="create-a-repository">Create a repository</h3> |