e783e7f43d3404e5b2cc8250eea64e1e18b1aa03
[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="#quick_start">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="quick_start">QUICK START</a>
92                 </h2>
93         </center>
94
95         @QUICK_START@
96
97         <hr>
98
99         <center>
100                 <h2>
101                         <a name="license">License</a>
102                 </h2>
103         </center>
104
105         <p>osl is open source software, licensed under the
106
107         <a
108         href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU
109         General Public License, Version 2</a>.</p>
110
111         <hr>
112
113         <center>
114                 <h2>
115                         <a name="contact">Contact</a>
116                 </h2>
117         </center>
118
119         <p> Email: Andr&eacute; Noll, <a
120         href="mailto:maan@tuebingen.mpg.de">maan@tuebingen.mpg.de</a>,
121         Homepage: <a
122         href="http://people.tuebingen.mpg.de/maan/">http://people.tuebingen.mpg.de/maan/</a>
123         </p>
124
125
126         Comments and bug reports are welcome. Please provide
127         enough info such as the version of osl you are using and
128         relevant parts of the logs. Including the string [osl] in
129         the subject line is also a good idea.
130
131         <hr>
132
133         <center>
134                 <h2>
135                         <a name="manpage">Man page</a>
136                 </h2>
137         </center>
138
139         @MAN_PAGE@
140
141 </body> </html>