docs/html/getting-started.html

changeset 282
3070d72f54af
parent 273
c743721d566f
child 283
0e36bb75a732
--- a/docs/html/getting-started.html	Sat Aug 05 11:33:17 2017 +0200
+++ b/docs/html/getting-started.html	Sat Aug 05 13:35:27 2017 +0200
@@ -68,9 +68,9 @@
 <h3 id="test">Test</h3>
 <p>After successful installation you can test dav with your WebDAV server.</p>
 <pre><code>dav list http://example.com/webdav/</code></pre>
-<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. Infact you can also write dav ls instead of dav list and there is also a -l option like ls has one.</p>
+<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>
 <h3 id="create-a-repository">Create a repository</h3>
-<p>All dav commands are expecting a url argument, but it may be a bit cumbersome to type a full url every time. But you can configure a repository in the dav configuration file ($HOME/.dav/config.xml) with the servers url, optional authentication information and other options. After that you can access a webdav server just with the repository name and an optional path.</p>
+<p>All dav commands are expecting an url argument, but it may be a bit cumbersome to type a full url every time. But you can configure a repository in the dav configuration file ($HOME/.dav/config.xml) with the servers url, optional authentication information and other options. Afterwards you can access a webdav server just with the repository name and an optional path.</p>
 <p>So when you have created a repository with the name myserv and the url http://example.com/webdav/, you can just type</p>
 <pre><code>dav list myserv</code></pre>
 <p>You can add a path to the repository name to access an other url</p>

mercurial