Clarify the difference between outdated and redundant snapshots.
[dss.git] / index.html.in
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2    "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
4 <head>
5         <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
6         <title>DSS - The dyadic snapshot scheduler</title>
7         <LINK href="dss.css" REL="stylesheet" TYPE="text/css">
8         <link rel="shortcut icon" href="dss.ico">
9 </head>
10
11 <body>
12         <table>
13                 <tr>
14                         <td>
15                                 <IMG SRC="dss.png" alt="dss">
16                         </td>
17                         <td>
18                                 <h1>The dyadic snapshot scheduler</h1>
19                         </td>
20                 </tr>
21         </table>
22
23         <hr>
24
25         [<a href="#readme">README</a>]
26         [<a href="#download">Download</a>]
27         [<a href="#install">INSTALL</a>]
28         [<a href="#license">License</a>]
29         [<a href="#contact">Contact</a>]
30         [<a href="#manpage">Man page</a>]
31
32         <hr>
33
34         <center>
35                 <h2>
36                         <a name="readme">README</a>
37                 </h2>
38         </center>
39
40         @README@
41
42         <hr>
43
44
45         <center>
46                 <h2>
47                         <a name="download">Download</a>
48                 </h2>
49         </center>
50
51         <p>Only the source code is available for download. Either use
52
53                 <a href="http://www.kernel.org/pub/software/scm/git/docs/">git</a>
54
55         to clone the dss repository by executing</p>
56
57         <center>
58
59                 <tt>git clone git://git.tuebingen.mpg.de/dss</tt>
60
61         </center>
62
63         <p>or go to the
64
65                 <a href="http://git-tuebingen.mpg.de/dss">dss gitweb page</a>
66
67         and click on the <em>snapshot</em> link to download a tarball.</p>
68
69         <hr>
70
71         <center>
72                 <h2>
73                         <a name="install">INSTALL</a>
74                 </h2>
75         </center>
76
77         @INSTALL@
78
79         <hr>
80
81         <center>
82                 <h2>
83                         <a name="license">License</a>
84                 </h2>
85         </center>
86
87         <p>dss is open source software, licensed under the
88
89         <a
90         href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU
91         General Public License, Version 2</a>.</p>
92
93         <hr>
94
95         <center>
96                 <h2>
97                         <a name="contact">Contact</a>
98                 </h2>
99         </center>
100
101         <p> Andr&eacute; Noll, <a
102         href="mailto:maan@systemlinux.org">maan@systemlinux.org</a>
103         </p> Comments and bug reports are welcome Please provide
104         enough info such as the version of dss you are using and
105         relevant parts of the logs. Including the string [dss] in
106         the subject line is also a good idea.
107
108         <hr>
109
110         <center>
111                 <h2>
112                         <a name="manpage">Man page</a>
113                 </h2>
114         </center>
115
116         @MAN_PAGE@
117
118 </body> </html>
119