Add web page stuff.
[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 <a name="top"></a>
12 <body>
13         <table>
14                 <tr>
15                         <td>
16                                 <a href="/"><IMG SRC="dss.png" alt="dss"></a>
17                         </td>
18                         <td>
19                                 <h1>The dyadic snapshot scheduler</h1>
20                         </td>
21                 </tr>
22         </table>
23
24         <hr>
25
26         [<a href="#top">Top</a>]
27         [<a href="#readme">README</a>]
28         [<a href="#download">Download</a>]
29         [<a href="#install">INSTALL</a>]
30         [<a href="#license">License</a>]
31         [<a href="#contact">Contact</a>]
32         [<a href="#manpage">Man page</a>]
33
34         <hr>
35
36         <center>
37                 <h2>
38                         <a name="readme">README</a>
39                 </h2>
40         </center>
41
42         @README@
43
44         <hr>
45
46
47         <center>
48                 <h2>
49                         <a name="download">Download</a>
50                 </h2>
51         </center>
52
53         <p>Only the source code is available for download. Either use
54
55                 <a href="http://www.kernel.org/pub/software/scm/git/docs/">git</a>
56
57         to clone the dss repository by executing</p>
58
59         <center>
60
61                 <tt>git clone git://git.tuebingen.mpg.de/dss</tt>
62
63         </center>
64
65         <p>or go to the
66
67                 <a href="http://git-tuebingen.mpg.de/dss">dss gitweb page</a>
68
69         and click on the <em>snapshot</em> link to download a tarball.</p>
70
71         <hr>
72
73         <center>
74                 <h2>
75                         <a name="install">INSTALL</a>
76                 </h2>
77         </center>
78
79         @INSTALL@
80
81         <hr>
82
83         <center>
84                 <h2>
85                         <a name="license">License</a>
86                 </h2>
87         </center>
88
89         <p>dss is open source software, licensed under the
90
91         <a
92         href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU
93         General Public License, Version 2</a>.</p>
94
95         <hr>
96
97         <center>
98                 <h2>
99                         <a name="contact">Contact</a>
100                 </h2>
101         </center>
102
103         <p> Andr&eacute; Noll, <a
104         href="mailto:maan@systemlinux.org">maan@systemlinux.org</a>
105         </p> Comments and bug reports are welcome Please provide
106         enough info such as the version of dss you are using and
107         relevant parts of the logs. Including the string [dss] in
108         the subject line is also a good idea.
109
110         <hr>
111
112         <center>
113                 <h2>
114                         <a name="manpage">Man page</a>
115                 </h2>
116         </center>
117
118         @MAN_PAGE@
119
120 </body> </html>
121