]> git.tuebingen.mpg.de Git - dss.git/blob - index.html.in
Merge topic branch t/misc into pu
[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.svg" 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. Run</p>
62
63         <center>
64
65                 <tt>git clone https://git.tuebingen.mpg.de/dss</tt>
66
67         </center>
68
69         <p> or grab the
70
71         <a href="https://git.tuebingen.mpg.de/cgi-bin/gitweb.cgi?p=dss.git;a=snapshot;h=HEAD;sf=tgz">tarball</a>
72
73         of the current master branch. If you prefer to download the tarball of
74         the latest release, select the corresponding <em>snapshot</em>
75         link on the
76
77                 <a href="https://git.tuebingen.mpg.de/dss.git">dss gitweb page</a>
78
79         </p>
80
81         <hr>
82
83         <center>
84                 <h2>
85                         <a name="install">INSTALL</a>
86                 </h2>
87         </center>
88
89         @INSTALL@
90
91         <hr>
92
93         <center>
94                 <h2>
95                         <a name="license">License</a>
96                 </h2>
97         </center>
98
99         <p>dss is open source software, licensed under the
100
101         <a
102         href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU
103         General Public License, Version 2</a>.</p>
104
105         <hr>
106
107         <center>
108                 <h2>
109                         <a name="contact">Contact</a>
110                 </h2>
111         </center>
112
113         <p> Email: Andr&eacute; Noll, <a
114         href="mailto:maan@tuebingen.mpg.de">maan@tuebingen.mpg.de</a>,
115         Homepage: <a
116         href="https://people.tuebingen.mpg.de/maan/">https://people.tuebingen.mpg.de/maan/</a>
117         </p>
118
119         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