95039a787d7667bca7c8486c58bb5fd070b2e6b2
[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 on the right to
68         download a tarball.</p>
69
70         <hr>
71
72         <center>
73                 <h2>
74                         <a name="install">INSTALL</a>
75                 </h2>
76         </center>
77
78         @INSTALL@
79
80         <hr>
81
82         <center>
83                 <h2>
84                         <a name="license">License</a>
85                 </h2>
86         </center>
87
88         <p>dss is open source software, licensed under the
89
90         <a
91         href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU
92         General Public License, Version 2</a>.</p>
93
94         <hr>
95
96         <center>
97                 <h2>
98                         <a name="contact">Contact</a>
99                 </h2>
100         </center>
101
102         <p> Andr&eacute; Noll, <a
103         href="mailto:maan@systemlinux.org">maan@systemlinux.org</a>
104         </p> Comments and bug reports are welcome Please provide
105         enough info such as the version of dss you are using and
106         relevant parts of the logs. Including the string [dss] in
107         the subject line is also a good idea.
108
109         <hr>
110
111         <center>
112                 <h2>
113                         <a name="manpage">Man page</a>
114                 </h2>
115         </center>
116
117         @MAN_PAGE@
118
119 </body> </html>
120