aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Guisasola <tomas@luaforge.net>2003-12-29 15:48:59 +0000
committerTomas Guisasola <tomas@luaforge.net>2003-12-29 15:48:59 +0000
commit0f87009bbd0cbc62f5862fe2445db7767e9f2534 (patch)
treeb8d82f216bd9c469f686f29cf146c95fc2f072f3
parentLogo do LuaLDAP. (diff)
downloadlualdap-0f87009bbd0cbc62f5862fe2445db7767e9f2534.tar.xz
lualdap-0f87009bbd0cbc62f5862fe2445db7767e9f2534.zip
Atualizacao do logo e links correspondentes.
Modificacao no link para a licenca.
-rwxr-xr-xlualdap/Makefile2
-rwxr-xr-xlualdap/README4
-rwxr-xr-xlualdap/doc/us/index.html15
-rwxr-xr-xlualdap/doc/us/manual.html15
4 files changed, 21 insertions, 15 deletions
diff --git a/lualdap/Makefile b/lualdap/Makefile
index 8b8aff8..2808068 100755
--- a/lualdap/Makefile
+++ b/lualdap/Makefile
@@ -11,7 +11,7 @@ ZIP_FILE= $(PKG).zip
SRCS= README Makefile \
lualdap.c loader.tmpl \
test.lua \
- index.html manual.html license.html lua.png
+ index.html manual.html license.html lualdqp.png
AR= ar rcu
RANLIB= ranlib
diff --git a/lualdap/README b/lualdap/README
index c919f06..ec77292 100755
--- a/lualdap/README
+++ b/lualdap/README
@@ -6,11 +6,11 @@ Here goes a small description of the files in the distribution
license.html -- Copyright & License
lualdap.c -- C source file
lualdap.def -- .def file for Windows
- lua.png -- Lua Logo
+ lualdqp.png -- LuaLDAP Logo
Makefile -- Makefile for Unix systems
manual.html -- Reference manual
lualdap.lua -- Dynamic library loader script
README -- This file
test.lua -- Overall API test script
-$Id: README,v 1.2 2003-12-02 14:25:09 tomas Exp $
+$Id: README,v 1.3 2003-12-29 15:48:59 tomas Exp $
diff --git a/lualdap/doc/us/index.html b/lualdap/doc/us/index.html
index 00e1ef4..d5b8b70 100755
--- a/lualdap/doc/us/index.html
+++ b/lualdap/doc/us/index.html
@@ -13,10 +13,12 @@ ul { list-style-type: disc };
<center>
<table border=0 cellspacing=2 cellpadding=2>
-<tr><td align=center><a href="http://www.lua.org">
-<img border=0 alt="The Lua language" src="lua.png"></a>
+<tr><td align=center><a href="http://www.keplerproject.org/lualdap">
+<img border=0 alt="LuaLDAP logo" src="lualdap.png"></a>
<tr><td align=center><big><b>LuaLDAP</b></big>
-<tr><td align=center valign=top>A Lua interface to the OpenLDAP library
+<tr><td align=center valign=top>A
+<a href="http://www.lua.org">Lua</a>
+interface to the OpenLDAP library
</table>
</center>
<p>
@@ -71,8 +73,9 @@ It enables a Lua program to:
</ul>
</p>
<p>
-LuaLDAP is
-<a href="license.html">free software</a>.
+LuaLDAP is free software and uses the same
+<a href="license.html">license</a>
+as Lua 5.0.
<a name=version>
@@ -148,7 +151,7 @@ and FINEP.
<hr>
<small>
-$Id: index.html,v 1.11 2003-12-10 17:47:15 tomas Exp $
+$Id: index.html,v 1.12 2003-12-29 15:48:59 tomas Exp $
</small>
</body>
diff --git a/lualdap/doc/us/manual.html b/lualdap/doc/us/manual.html
index e8b984f..1124dea 100755
--- a/lualdap/doc/us/manual.html
+++ b/lualdap/doc/us/manual.html
@@ -13,10 +13,12 @@ ul { list-style-type: disc };
<center>
<table border=0 cellspacing=2 cellpadding=2>
-<tr><td align=center><a href="http://www.lua.org">
-<img border=0 alt="The Lua language" src="lua.png"></a>
+<tr><td align=center><a href="http://www.keplerproject.org/lualdap">
+<img border=0 alt="LuaLDAP logo" src="lualdap.png"></a>
<tr><td align=center><big><b>LuaLDAP Reference Manual</b></big>
-<tr><td align=center valign=top>A Lua interface to the OpenLDAP library
+<tr><td align=center valign=top>A
+<a href="http://www.lua.org">Lua</a>
+interface to the OpenLDAP library
</table>
</center>
<p>
@@ -62,8 +64,9 @@ Attribute's values can be strings or tables of strings when
they have multiple values on the directory.
</p>
<p>
-LuaLDAP is
-<a href="license.html">free software</a>.
+LuaLDAP is free software and uses the same
+<a href="license.html">license</a>
+as Lua 5.0.
</p>
@@ -317,7 +320,7 @@ of LDAP Search Filters (RFC 2254)</a>
<hr>
<small>
-$Id: manual.html,v 1.11 2003-12-10 17:47:15 tomas Exp $
+$Id: manual.html,v 1.12 2003-12-29 15:48:59 tomas Exp $
</small>
</body>