diff --git a/doc/us/index.html b/doc/us/index.html index e7daa89..cd4f2da 100755 --- a/doc/us/index.html +++ b/doc/us/index.html @@ -37,6 +37,7 @@

LuaExpat

  • Manual @@ -124,8 +125,8 @@

    Credits

    Version 1.0 was designed by Roberto Ierusalimschy, André Carregal and Tomás Guisasola as part of the Kepler Project -which holds its copyright. The implementation is compatible with Lua 5.0 -and was coded by Roberto Ierusalimschy, based on a previous design by +which holds its copyright. The implementation was coded by +Roberto Ierusalimschy, based on a previous design by Jay Carlson.

    LuaExpat development was sponsored by @@ -148,7 +149,7 @@

    Contact

    Valid XHTML 1.0!

    -

    $Id: index.html,v 1.42 2006-06-26 18:28:26 carregal Exp $

    +

    $Id: index.html,v 1.43 2006-07-24 00:32:52 tomas Exp $

    diff --git a/doc/us/manual.html b/doc/us/manual.html index ccddb60..cfc34cd 100755 --- a/doc/us/manual.html +++ b/doc/us/manual.html @@ -81,15 +81,43 @@

    Introduction

    LuaExpat is distributed as a library and a file lom.lua that implements the Lua Object Model.

    + +

    Building

    + +

    +LuaExpat could be built to Lua 5.0 or to Lua 5.1. +In both cases, +the language library and headers files for the desired version +must be installed properly. +LuaExpat also depends on Expat 2.0 which should also be installed. +

    +

    +LuaExpat offers a Makefile and a separate configuration file, +config, +which should be edited to suit the particularities of the target platform +before running +make. +The file has some definitions like paths to the external libraries, +compiler options and the like. +One important definition is the version of Lua language, +which is not obtained from the installed software. +

    + +

    Installation

    The compiled binary file should be copied to a directory in your -LUA_CPATH. Lua 5.0 users should install Compat-5.1 also.

    +C path. +Lua 5.0 users should also install +Compat-5.1.

    Windows users can use the binary version of LuaExpat (lxp.dll, compatible with LuaBinaries 5.0.2 Release 2) available at LuaForge.

    +

    The file lom.lua should be copied to a directory in your +Lua path. +

    Parser objects

    Usually SAX implementations base all operations on the @@ -326,7 +354,7 @@

    The separator character

    Valid XHTML 1.0!

    -

    $Id: manual.html,v 1.25 2006-06-26 18:28:26 carregal Exp $

    +

    $Id: manual.html,v 1.26 2006-07-24 00:32:52 tomas Exp $