doc/us/index.html

changeset 0
24d141cb2d1e
child 5
4570d6616c99
equal deleted inserted replaced
-1:000000000000 0:24d141cb2d1e
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>LuaExpat: XML Expat parsing for the Lua programming language</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>
10
11 <div id="container">
12
13 <div id="product">
14 <div id="product_logo">
15 <a href="http://www.keplerproject.org"><img alt="LuaExpat logo" src="luaexpat.png"/></a>
16 </div>
17 <div id="product_name"><big><strong>LuaExpat</strong></big></div>
18 <div id="product_description">XML Expat parsing for the Lua programming language</div>
19 </div> <!-- id="product" -->
20
21 <div id="main">
22
23 <div id="navigation">
24 <h1>LuaExpat</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#references">References</a></li>
33 <li><a href="index.html#credits">Credits</a></li>
34 <li><a href="index.html#contact">Contact</a></li>
35 </ul>
36 </li>
37 <li><a href="manual.html">Manual</a>
38 <ul>
39 <li><a href="manual.html#introduction">Introduction</a></li>
40 <li><a href="manual.html#building">Building</a></li>
41 <li><a href="manual.html#installation">Installation</a></li>
42 <li><a href="manual.html#parser">Parser Objects</a></li>
43 </ul>
44 </li>
45 <li><a href="examples.html">Examples</a></li>
46 <li><a href="lom.html">Lua Object Model</a></li>
47 <li><a href="http://luaforge.net/projects/luaexpat/">Project</a>
48 <ul>
49 <li><a href="http://luaforge.net/tracker/?group_id=13">Bug Tracker</a></li>
50 <li><a href="http://luaforge.net/scm/?group_id=13">CVS</a></li>
51 </ul>
52 </li>
53 <li><a href="license.html">License</a></li>
54 </ul>
55 </div> <!-- id="navigation" -->
56
57 <div id="content">
58
59 <h2><a name="overview"></a>Overview</h2>
60
61 <p>LuaExpat is a <a href="http://www.saxproject.org/">SAX</a> XML parser based on the
62 <a href="http://www.libexpat.org/">Expat</a> library.</p>
63
64 <p>LuaExpat is free software and uses the same <a href="license.html">license</a>
65 as Lua 5.1.</p>
66
67 <h2><a name="status"></a>Status</h2>
68
69 <p>Current version is 1.1.0. It was developed for both Lua 5.0 and Lua 5.1, and has been tested on
70 Linux, Windows (2000/XP) and MacOS X with Expat 2.0.0.</p>
71
72 <h2><a name="download"></a>Download</h2>
73
74 <p>LuaExpat source can be downloaded from its
75 <a href="http://luaforge.net/projects/luaexpat/files">LuaForge</a>
76 page. If you are using <a href="http://luabinaries.luaforge.net">LuaBinaries</a>
77 a Windows binary version of LuaExpat can be found at the LuaForge page.</p>
78
79 <h2><a name="history"></a>History</h2>
80
81 <dl class="history">
82 <dt><strong>Version 1.1.0</strong> [05/Jun/2007]</dt>
83 <dd>
84 <ul>
85 <li>adapted to work on both Lua 5.0 and Lua 5.1</li>
86 <li>updated to use Expat 2.0.0</li>
87 </ul>
88 </dd>
89
90 <dt><strong><a href="http://www.keplerproject.org/luaexpat/1.0">Version 1.0.2</a></strong> [23/Mar/2006]</dt>
91 <dd>
92 <ul>
93 <li>minor bugfix, <code>lom</code> correct module name is <code>lxp.lom</code></li>
94 </ul>
95 </dd>
96
97 <dt><strong>Version 1.0.1</strong> [06/Jun/2005]</dt>
98 <dd>
99 <ul>
100 <li>minor changes for compatibility with Expat version 1.95.8</li>
101 </ul>
102 </dd>
103
104 <dt><strong>Version 1.0</strong> [2/Dec/2004]</dt>
105 <dd />
106
107 <dt><strong>Version 1.0 Beta</strong> [4/Apr/2004]</dt>
108 <dd />
109
110 <dt><strong>Version 1.0 Alpha</strong> [10/Dec/2003]</dt>
111 <dd />
112 </dl>
113
114 <h2><a name="references"></a>References</h2>
115
116 <p>LuaExpat uses the
117 <a href="http://www.libexpat.org/">Expat</a> library.
118 For details on the C API please refer to the article
119 <a href="http://www.xml.com/pub/a/1999/09/expat/index.html?page=1">"Using Expat"</a>.</p>
120
121 <p>LuaExpat implements the <a href="http://www.saxproject.org/">SAX</a> API.</p>
122
123 <h2><a name="credits"></a>Credits</h2>
124
125 <p>Version 1.0 was designed by Roberto Ierusalimschy, Andr&eacute;
126 Carregal and Tom&aacute;s Guisasola as part of the Kepler Project
127 which holds its copyright. The implementation was coded by
128 Roberto Ierusalimschy, based on a previous design by
129 <a href="http://www.place.org/~nop/lua">Jay Carlson</a>.</p>
130
131 <p>LuaExpat development was sponsored by
132 <a href="http://www.fabricadigital.com.br">F&aacute;brica Digital</a> and
133 FINEP.</p>
134
135 <h2><a name="contact"></a>Contact</h2>
136
137 <p>For more information please
138 <a href="mailto:info-NO-SPAM-THANKS@keplerproject.org">contact us</a>.
139 Comments are welcome!</p>
140
141 <p>You can also reach other Kepler developers and users on the Kepler Project
142 <a href="http://luaforge.net/mail/?group_id=104">mailing list</a>.</p>
143
144 </div> <!-- id="content" -->
145
146 </div> <!-- id="main" -->
147
148 <div id="about">
149 <p><a href="http://validator.w3.org/check?uri=referer">
150 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
151 <p><small>$Id: index.html,v 1.45 2007/06/05 21:11:29 carregal Exp $</small></p>
152 </div> <!-- id="about" -->
153
154 </div> <!-- id="container" -->
155
156 </body>
157 </html>

mercurial