INSTALL: Add a link to the public git repo.
[adu.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>ADU - Advanced disk usage</title>
7         <LINK href="adu.css" REL="stylesheet" TYPE="text/css">
8         <link rel="shortcut icon" href="adu.ico">
9 </head>
10
11 <body>
12         <table>
13                 <tr>
14                         <td>
15                                 <IMG SRC="adu.png" alt="adu">
16                         </td>
17                         <td>
18                                 <h1>Advanced disk usage</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. Use
52
53                 <a href="http://www.kernel.org/pub/software/scm/git/docs/">git</a>
54
55         to clone the adu repository by executing</p>
56
57         <center>
58
59                 <tt>git clone git://git.tuebingen.mpg.de/adu</tt>
60
61         </center>
62
63         <p> or grab the
64
65         <a href="http://git.tuebingen.mpg.de/cgi-bin/gitweb.cgi?p=adu.git;a=snapshot;h=HEAD;sf=tgz">tarball</a>
66
67         of the current tree. If you prefer to download the tarball of
68         the latest release, select the corresponding <em>snapshot</em>
69         link on the
70
71                 <a href="http://git.tuebingen.mpg.de/adu">adu gitweb page</a>
72
73         </p>
74
75         <hr>
76
77         <center>
78                 <h2>
79                         <a name="install">INSTALL</a>
80                 </h2>
81         </center>
82
83         @INSTALL@
84
85         <hr>
86
87         <center>
88                 <h2>
89                         <a name="license">License</a>
90                 </h2>
91         </center>
92
93         <p>adu is open source software, licensed under the
94
95         <a
96         href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU
97         General Public License, Version 2</a>.</p>
98
99         <hr>
100
101         <center>
102                 <h2>
103                         <a name="contact">Contact</a>
104                 </h2>
105         </center>
106
107         <p> Andr&eacute; Noll, <a
108         href="mailto:maan@systemlinux.org">maan@systemlinux.org</a>
109         </p> Comments and bug reports are welcome. Please provide
110         enough info such as the version of adu/libosl you are using
111         and relevant parts of the logs. Including the string [adu]
112         in the subject line is also a good idea.
113
114         <hr>
115
116         <center>
117                 <h2>
118                         <a name="manpage">Man page</a>
119                 </h2>
120         </center>
121
122         @MAN_PAGE@
123
124 </body> </html>
125