-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
76 lines (55 loc) · 1.97 KB
/
index.html
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Eonblast Fleece 0.3.1 Lite</title>
<link rel="stylesheet" type="text/css" href="etc/css/style.css" />
</head>
<body>
<div class=head><img class=head src=etc/images/fleece-head-1.2.2.2-letters.png></div>
<div class=body>
<h1>Eonblast Fleece 0.3.1 Lite</h1>
<p><strong>Fast Lua to JSON conversion.</strong></p>
</div>
<div class=panel style='border-radius: 2em; -moz-border-radius: 2em; border: 1px solid #303000; margin: 1em 4em 2em 4em; padding: 2em'>
<table>
<tr>
<td style = 'padding: 1em 2em 1em 1em;' valign=top>
<a class=pages href=README.html>More</a> <br />
<a class=pages href=test/README.html>Tests</a> <br />
<a class=pages href=src/README.html>Source</a> <br />
<a class=pages href=etc/README.html>Misc</a> <br />
<a class=pages href=test/SAMPLE.html>Sample</a> <br />
<br />
<a class=pages href=http://eonblast.github.com/fleece-lite/>Online Home</a> <br />
<a class=pages href=LICENSE.html>License</a> <br />
<a class=pages href=https://github.com/Eonblast/fleece-lite>Repository</a> <br />
<a class=pages href=http://www.eonblast.com>Eonblast</a> <br />
<br />
<br />
</td>
<td>
<p><strong>Download</strong></p>
<pre class=code-index>git clone https://[email protected]/Eonblast/fleece-lite.git fleece</pre>
<p><strong>Build</strong></p>
<pre class=code-index>cd fleece
make linux # or make macosx, or make macosx-old for <= 10.3
</pre>
<p><strong>Testing</strong></p>
<pre class=code-index>make test
make bench</pre>
<p><strong>Sample</strong></p>
<pre class=codelast-index>t = {1,2,3};
json_str = fleece.json(t)</pre>
</td>
</tr>
</table>
</div>
</div>
<center>
<small style='color:gray'>
© 2011 <a href=http://www.eonblast.com style='color:gray'>Eonblast Corporation</a>
</small>
</center>
<div class=foot style='padding-left: 2em;'></div>
</body></html>