aboutsummaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html18
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html
index 620f385..a2c2d59 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -40,7 +40,8 @@ LuaSocket is a <a href="http://www.lua.org">Lua</a> extension library
40that is composed by two parts: a C layer that provides support for the TCP 40that is composed by two parts: a C layer that provides support for the TCP
41and UDP transport layers, and a set of Lua modules that add support for 41and UDP transport layers, and a set of Lua modules that add support for
42the SMTP (sending e-mails), HTTP (WWW access) and FTP (uploading and 42the SMTP (sending e-mails), HTTP (WWW access) and FTP (uploading and
43downloading files) protocols. 43downloading files) protocols and other functionality commonly needed by
44applications that deal with the Internet.
44</p> 45</p>
45 46
46<p> 47<p>
@@ -106,10 +107,25 @@ This binary has been compiled with the <tt>LUASOCKET_DEBUG</tt>
106option, and should be able to run the automatic test procedures. 107option, and should be able to run the automatic test procedures.
107</p> 108</p>
108 109
110<!-- thanks +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
111
112<h2 id=thanks>Special thanks</h2>
113
114<p>
115Throughout LuaSocket its history, many people gave sugestions that helped
116improve it. For that, I thank the Lua comunity.
117Special thanks go to
118David Burgess, who has pushed the library to a new level of quality and
119from whom I have learned a lot stuff that doesn't show up in RFCs.
120Special thanks also to Carlos Cassino, who played a big part in the
121extensible design seen in the C core of LuaSocket 2.0.
122</p>
123
109<!-- whatsnew +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> 124<!-- whatsnew +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
110 125
111<h2 id=new>What's New</h2> 126<h2 id=new>What's New</h2>
112 127
128
113<p> 129<p>
114Most of the changes for 2.0 happened in the C layer, which 130Most of the changes for 2.0 happened in the C layer, which
115has been almost completely rewritten. The code has been ported to Lua 5.0 131has been almost completely rewritten. The code has been ported to Lua 5.0