blob: a49742818aa08e178684e7c24ab7ad8fa9a00f76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>OSL - the object storage layer library</title>
<link rel="shortcut icon" href="osl.ico">
<style type='text/css'>
body {
color: #000;
background-color: #fff;
text-align: justify;
padding: 0px 30px 0px 25px;
}
p {
text-align: justify;
}
.toc tr:nth-child(odd) {
background-color: #ccc;
}
.toc tr:nth-child(even) {
background-color: #ddd;
}
.toc table {
margin: 5px;
border: solid;
}
.toc td {
padding: 12px;
}
</style>
</head>
<body>
<table>
<tr>
<td>
<a href="index.html">
<IMG
SRC="osl.png"
alt="osl logo"
border="0"
>
</a>
</td>
<td>
<h1>The lightweight storage library</h1>
</td>
</tr>
</table>
<hr>
[<a href="index.html#readme">README</a>]
[<a href="index.html#install">INSTALL</a>]
[<a href="index.html#quick_start">Quick Start</a>]
[<a href="api.html">API</a>]
[<a href="index.html#manpage">man page</a>]
<hr>
|