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