docs/html/index.html

changeset 285
02d3e4b1245f
child 429
1607450065ba
equal deleted inserted replaced
284:8e7ef0675946 285:02d3e4b1245f
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <meta http-equiv="Content-Style-Type" content="text/css" />
6 <meta name="generator" content="pandoc" />
7 <title>DavUtils - cmd tools documentation</title>
8 <style type="text/css">code{white-space: pre;}</style>
9 <link rel="stylesheet" href="davdoc.css" type="text/css" />
10 </head>
11 <body>
12 <div class="header">
13 <a href="./index.html"><span>DavUtils documentation</span></a>
14 </div>
15 <div class="sidebar">
16 <div class="nav">
17 <h3>dav</h3>
18 <ul>
19 <li><a href="getting-started.html">Getting started</a></li>
20 <li><a href="commands.html">Commands</a></li>
21 <ul>
22 <li><a href="list.html">list</a></li>
23 <li><a href="get.html">get</a></li>
24 <li><a href="put.html">put</a></li>
25 <li><a href="mkdir.html">mkdir</a></li>
26 <li><a href="remove.html">remove</a></li>
27 <li><a href="copy.html">copy</a></li>
28 <li><a href="move.html">move</a></li>
29 <li><a href="get-property.html">get-property</a></li>
30 <li><a href="set-property.html">set-property</a></li>
31 <li><a href="lock.html">lock</a></li>
32 <li><a href="unlock.html">unlock</a></li>
33 <li><a href="info.html">info</a></li>
34 <li><a href="date.html">date</a></li>
35 <li><a href="add-repository.html">add-repository</a></li>
36 <li><a href="list-repositories.html">list-repositories</a></li>
37 <li><a href="check-config.html">check-config</a></li>
38 </ul>
39 <li><a href="configuration.html">Configuration</a></li>
40 <li><a href="encryption.html">Encryption</a></li>
41 </ul>
42 </div>
43 <div class="nav">
44 <h3>dav-sync</h3>
45 <ul>
46 <li><a href="introduction.html">Introduction</a></li>
47 <li><a href="sync-commands.html">Commands</a></li>
48 <ul>
49 <li><a href="pull.html">pull</a></li>
50 <li><a href="push.html">push</a></li>
51 <li><a href="resolve-conflicts.html">resolve-conflicts</a></li>
52 <li><a href="delete-conflicts.html">delete-conflicts</a></li>
53 <li><a href="trash-info.html">trash-info</a></li>
54 <li><a href="empty-trash.html">empty-trash</a></li>
55 <li><a href="add-directory.html">add-directory</a></li>
56 <li><a href="list-directories.html">list-directories</a></li>
57 <li><a href="sync-check-config.html">check-config</a></li>
58 <li><a href="check-repositories.html">check-repositories</a></li>
59 </ul>
60 <li><a href="sync-configuration.html">Configuration</a></li>
61 </ul>
62 </div>
63 </div>
64
65 <!-- begin content -->
66 <div class="content">
67 <div id="header">
68 <h1 class="title">DavUtils documentation</h1>
69 </div>
70 <p>Home of the documentation for the dav cmd tools version 1.x.</p>
71
72 <h3>Authors</h3>
73 <p>Olaf Wintermann</p>
74 <p>Mike Becker</p>
75
76 <h3>License</h3>
77 <pre></code>Copyright 2017 Olaf Wintermann. All rights reserved.
78
79 Redistribution and use in source and binary forms, with or without
80 modification, are permitted provided that the following conditions are met:
81
82 1. Redistributions of source code must retain the above copyright
83 notice, this list of conditions and the following disclaimer.
84
85 2. Redistributions in binary form must reproduce the above copyright
86 notice, this list of conditions and the following disclaimer in the
87 documentation and/or other materials provided with the distribution.
88
89 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
90 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
91 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
92 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
93 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
94 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
95 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
96 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
97 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
98 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
99 POSSIBILITY OF SUCH DAMAGE.
100 </code></pre>
101
102 </div>
103 <!-- end content -->
104 </body>
105 </html>

mercurial