build: Combine CFLAGS and DEBUG_CFLAGS.
[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="#news">NEWS</a>]
27         [<a href="#download">Download</a>]
28         [<a href="#install">INSTALL</a>]
29         [<a href="#license">License</a>]
30         [<a href="#contact">Contact</a>]
31         [<a href="#manpage">Man page</a>]
32
33         <hr>
34
35         <center>
36                 <h2>
37                         <a name="readme">README</a>
38                 </h2>
39         </center>
40
41         @README@
42
43         <hr>
44
45         <center>
46                 <h2>
47                         <a name="news">NEWS</a>
48                 </h2>
49         </center>
50
51         @NEWS@
52
53         <hr>
54
55         <center>
56                 <h2>
57                         <a name="download">Download</a>
58                 </h2>
59         </center>
60
61         <p>Only the source code is available for download. Use
62
63                 <a href="http://www.kernel.org/pub/software/scm/git/docs/">git</a>
64
65         to clone the dss repository by executing</p>
66
67         <center>
68
69                 <tt>git clone git://git.tuebingen.mpg.de/dss</tt>
70
71         </center>
72
73         <p> or grab the
74
75         <a href="http://git.tuebingen.mpg.de/cgi-bin/gitweb.cgi?p=dss.git;a=snapshot;h=HEAD;sf=tgz">tarball</a>
76
77         of the current master branch. If you prefer to download the tarball of
78         the latest release, select the corresponding <em>snapshot</em>
79         link on the
80
81                 <a href="http://git.tuebingen.mpg.de/dss.git">dss gitweb page</a>
82
83         </p>
84
85         <hr>
86
87         <center>
88                 <h2>
89                         <a name="install">INSTALL</a>
90                 </h2>
91         </center>
92
93         @INSTALL@
94
95         <hr>
96
97         <center>
98                 <h2>
99                         <a name="license">License</a>
100                 </h2>
101         </center>
102
103         <p>dss is open source software, licensed under the
104
105         <a
106         href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU
107         General Public License, Version 2</a>.</p>
108
109         <hr>
110
111         <center>
112                 <h2>
113                         <a name="contact">Contact</a>
114                 </h2>
115         </center>
116
117         <p> Andr&eacute; Noll, <a
118         href="mailto:maan@tuebingen.mpg.de">maan@tuebingen.mpg.de</a>
119         </p> Comments and bug reports are welcome. Please provide
120         enough info such as the version of dss you are using and
121         relevant parts of the logs. Including the string [dss] in
122         the subject line is also a good idea.
123
124         <hr>
125
126         <center>
127                 <h2>
128                         <a name="manpage">Man page</a>
129                 </h2>
130         </center>
131
132         @MAN_PAGE@
133
134 </body> </html>
135