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