beta-0.89.2
[luatex.git] / source / texk / web2c / luatexdir / luazip / doc / us / index.html
blobca5aad3f4121c0d82d39833e099d2ee189e293cd
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html>
4 <head>
5 <title>LuaZip: Reading files inside zip files</title>
6 <link rel="stylesheet" href="http://www.keplerproject.org/doc.css" type="text/css"/>
7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
8 </head>
9 <body>
11 <div id="container">
13 <div id="product">
14 <div id="product_logo">
15 <a href="http://www.keplerproject.org"><img alt="LuaZip logo" src="luazip-128.png"/></a>
16 </div>
17 <div id="product_name"><big><strong>LuaZip</strong></big></div>
18 <div id="product_description">Reading files inside zip files</div>
19 </div> <!-- id="product" -->
21 <div id="main">
23 <div id="navigation">
24 <h1>LuaZip</h1>
25 <ul>
26 <li><strong>Home</strong>
27 <ul>
28 <li><a href="index.html#overview">Overview</a></li>
29 <li><a href="index.html#status">Status</a></li>
30 <li><a href="index.html#download">Download</a></li>
31 <li><a href="index.html#history">History</a></li>
32 <li><a href="index.html#credits">Credits</a></li>
33 <li><a href="index.html#contact">Contact</a></li>
34 </ul>
35 </li>
36 <li><a href="manual.html">Manual</a>
37 <ul>
38 <li><a href="manual.html#introduction">Introduction</a></li>
39 <li><a href="manual.html#installation">Installation</a></li>
40 <li><a href="manual.html#reference">Reference</a></li>
41 </ul>
42 </li>
43 <li><a href="examples.html">Examples</a></li>
44 <li><a href="http://luaforge.net/projects/luazip/">Project</a>
45 <ul>
46 <li><a href="http://luaforge.net/tracker/?group_id=8">Bug Tracker</a></li>
47 <li><a href="http://luaforge.net/scm/?group_id=8">CVS</a></li>
48 </ul>
49 </li>
50 <li><a href="license.html">License</a></li>
51 </ul>
52 </div> <!-- id="navigation" -->
54 <div id="content">
56 <h2><a name="overview"></a>Overview</h2>
58 <p>LuaZip is a lightweight <a href="http://www.lua.org">Lua</a> 5.0 extension library
59 used to read files stored inside zip files. The API is very similar to the standard
60 Lua I/O library API.</p>
62 <p>LuaZip is free software and uses the same <a href="license.html">license</a> as Lua 5.0.</p>
64 <h2><a name="status"></a>Status</h2>
66 <p>Current version is 1.2.2. It was developed for Lua 5.0.</p>
68 <p>Version 1.2.2 follows the
69 <a href="http://www.keplerproject.org/compat">package model</a>
70 for Lua 5.1 (see section <a href="manual.html#installation">Installation</a>
71 for more details).</p>
73 <h2><a name="download"></a>Download</h2>
75 <p>LuaZip source can be downloaded from its
76 <a href="http://luaforge.net/projects/luazip/files">Lua Forge</a>
77 page. If you are using
78 <a href="http://luabinaries.luaforge.net">LuaBinaries</a> Release 2
79 a Windows binary version of LuaZip can be found at the same
80 LuaForge page.</p>
82 <h2><a name="history"></a>History</h2>
84 <dl class="history">
85 <dt><strong>Version 1.2.2</strong> [24/Mar/2006]</dt>
86 <dd>Minor fixes on makefile and config</dd>
88 <dt><strong>Version 1.2.1</strong> [08/Jun/2005]</dt>
89 <dd>Minor bug fixes</dd>
91 <dt><strong>Version 1.2.0</strong> [01/Dec/2004]</dt>
92 <dd></dd>
94 <dt><strong><a href="http://www.keplerproject.org/luazip/1.1">Version 1.1.3</a></strong> [25/Jun/2004]</dt>
95 <dd>First Public Release</dd>
96 </dl>
98 <h2><a name="credits"></a>Credits</h2>
100 <p>LuaZip was designed and coded by Danilo Tuler as part of the
101 <a href="http://www.keplerproject.org">Kepler Project</a>.</p>
103 <h2><a name="contact"></a>Contact</h2>
105 <p>For more information please
106 <a href="mailto:info-NO-SPAM-THANKS@keplerproject.org">contact</a> us.
107 Comments are welcome!</p>
109 <p>You can also reach other Kepler developers and users on the Kepler Project
110 <a href="http://luaforge.net/mail/?group_id=104">mailing list</a>.</p>
112 </div> <!-- id="content" -->
114 </div> <!-- id="main" -->
116 <div id="about">
117 <p><a href="http://validator.w3.org/check?uri=referer">
118 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
119 <p><small>$Id: index.html,v 1.7 2006/03/23 20:45:21 carregal Exp $</small></p>
120 </div> <!-- id="about" -->
122 </div> <!-- id="container" -->
124 </body>
125 </html>