From 72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Wed, 5 Oct 2005 03:16:17 +0000 Subject: Bugs sent by David. --- doc/ftp.html | 4 ++-- doc/http.html | 2 +- doc/installation.html | 11 +++++++---- doc/smtp.html | 2 +- 4 files changed, 11 insertions(+), 8 deletions(-) (limited to 'doc') diff --git a/doc/ftp.html b/doc/ftp.html index 8b7ed96..1886344 100644 --- a/doc/ftp.html +++ b/doc/ftp.html @@ -140,7 +140,7 @@ authentication. Defaults to "ftp:anonymous@anonymous.org"; LTN12 pump step function used to pass data from the server to the sink. Defaults to the LTN12 pump.step function; -
  • accept: An optional function to be used instead of +
  • create: An optional function to be used instead of socket.tcp when the communications socket is created. @@ -225,7 +225,7 @@ authentication. Defaults to "ftp:anonymous@anonymous.org"; LTN12 pump step function used to pass data from the server to the sink. Defaults to the LTN12 pump.step function; -
  • accept: An optional function to be used instead of +
  • create: An optional function to be used instead of socket.tcp when the communications socket is created. diff --git a/doc/http.html b/doc/http.html index 27942b1..096ab2b 100644 --- a/doc/http.html +++ b/doc/http.html @@ -180,7 +180,7 @@ Defaults to the LTN12 pump.step function.
  • proxy: The URL of a proxy server to use. Defaults to no proxy;
  • redirect: Set to false to prevent the function from automatically following 301 or 302 server redirect messages; -
  • accept: An optional function to be used instead of +
  • create: An optional function to be used instead of socket.tcp when the communications socket is created. diff --git a/doc/installation.html b/doc/installation.html index d30e919..1b82ed3 100644 --- a/doc/installation.html +++ b/doc/installation.html @@ -76,9 +76,9 @@ distribution directory structure:

     <SHARE>/compat-5.1.lua
     <SHARE>/ltn12.lua
    -<SHARE>/mime/init.lua
    +<SHARE>/mime/init.lua (originally mime.lua)
     <LIB>/mime/core.dll
    -<SHARE>/socket/init.lua
    +<SHARE>/socket/init.lua (originally socket.lua)
     <LIB>/socket/core.dll
     <SHARE>/socket/http.lua
     <SHARE>/socket/tp.lua
    @@ -88,7 +88,10 @@ distribution directory structure:

    Naturally, on Unix systems, core.dll -would be replaced by core.so. +would be replaced by core.so. Notice that in the instalation, +socket.lua becomes socket/init.lua, and the same happens +with mime.lua, which becomes mime/init.lua. +

    In order for the interpreter to find all LuaSocket components, three environment variables need to be set. The first environment variable tells @@ -110,7 +113,7 @@ LUA_CPATH=<LIB>/?.dll;?.dll

    Again, naturally, on Unix systmems the shared library extension would be -.so instead of .dll

    +.so instead of .dll.

    Using LuaSocket

    diff --git a/doc/smtp.html b/doc/smtp.html index 1e1523b..14def8a 100644 --- a/doc/smtp.html +++ b/doc/smtp.html @@ -161,7 +161,7 @@ local machine host name; LTN12 pump step function used to pass data from the source to the server. Defaults to the LTN12 pump.step function; -
  • accept: An optional function to be used instead of +
  • create: An optional function to be used instead of socket.tcp when the communications socket is created. -- cgit v1.2.3-55-g6feb