aboutsummaryrefslogtreecommitdiffstats
path: root/lualdap/doc
diff options
context:
space:
mode:
authorAndre Carregal <carregal@luaforge.net>2005-06-10 20:34:20 +0000
committerAndre Carregal <carregal@luaforge.net>2005-06-10 20:34:20 +0000
commitb35f83edc5dc017249b5861dc978337e120800f6 (patch)
treec118f9086b3b2cb817b83711fc6ef489cddd0816 /lualdap/doc
parentrelease date update (diff)
downloadlualdap-b35f83edc5dc017249b5861dc978337e120800f6.tar.xz
lualdap-b35f83edc5dc017249b5861dc978337e120800f6.zip
Documentation update
Diffstat (limited to 'lualdap/doc')
-rwxr-xr-xlualdap/doc/us/manual.html36
1 files changed, 18 insertions, 18 deletions
diff --git a/lualdap/doc/us/manual.html b/lualdap/doc/us/manual.html
index f20eb7b..6be33c9 100755
--- a/lualdap/doc/us/manual.html
+++ b/lualdap/doc/us/manual.html
@@ -70,8 +70,6 @@ tables; attributes are its fields. The attribute values can be
strings or tables of strings (used to represent multiple
values).</p>
-<h2><a name="installation"></a>Installation</h2>
-
<p>LuaLDAP is a bind to the <a href=
"http://www.openldap.org">OpenLDAP</a> library, therefore it
depends on a previous installation of this library. You can
@@ -79,21 +77,23 @@ download OpenLDAP from the OpenLDAP <a href=
"http://www.openldap.org/software/download">download
page</a>.</p>
-<p>LuaLDAP follows the <a href=
-"http://www.keplerproject.org/compat/">package model</a> for Lua
-5.1, therefore this package should be "installed". In other words,
-if you are using Lua 5.0, the files <code>compat-5.1.c</code> and
-<code>compat-5.1.h</code> must be used in the compilation and the file
-<code>compat-5.1.lua</code> must be installed in the <code>LUA_PATH</code>.
-If you are using Lua 5.1, nothing should be done.</p>
-
-<p>If you are using the Windows pre-compiled version of LuaLDAP, refer
-to <a href="http://www.keplerproject.org/compat/manual.html#configuration">
-Compat-5.1 configuration</a> section about how to install
-<code>lualdap.dll</code> properly. The file <code>libsasl.dll</code>
-must also be copied to the directory that contains the Lua interpreter
-(<code>lua50.exe</code>) or any other Lua host application
-(a Kepler launcher for example).</p>
+<p>LuaLDAP source consists in a single C source file.
+The distribution provides a <code>Makefile</code> prepared to
+compile the library and install it. The file <code>config</code> should
+be edited to suit the needs of the aimed platform.</p>
+
+<h2><a name="installation"></a>Installation</h2>
+
+<p>LuaLDAP follows the
+<a href="http://www.keplerproject.org/compat/">package model</a>
+for Lua 5.1, therefore it should be "installed". Refer to
+<a href="http://www.keplerproject.org/compat/manual.html#configuration">
+Compat-5.1 configuration</a> section about how to install the compiled
+binary properly.</p>
+
+<p>Windows users can use the pre-compiled version of LuaLDAP
+(<code>libsasl.dll</code>) available at
+<a href="http://luaforge.net/projects/lualdap/files">LuaForge</a>.</p>
<h2><a name="attributes"></a>Representing attributes</h2>
@@ -329,7 +329,7 @@ ld:delete ("mydn=newuser,ou=people,dc=ldp,dc=world")()
<div id="about">
<p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
<p><small>
- $Id: manual.html,v 1.24 2005-05-24 23:27:38 carregal Exp $
+ $Id: manual.html,v 1.25 2005-06-10 20:34:20 carregal Exp $
</small></p>
</div> <!-- id="about" -->