From 3b7c263954171f7f75478a73a16050a08e5121d0 Mon Sep 17 00:00:00 2001 From: Diego Nehab <diego@tecgraf.puc-rio.br> Date: Mon, 3 Jan 2005 00:13:14 +0000 Subject: Minor tune-ups in the manual. --- doc/index.html | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/doc/index.html b/doc/index.html index f0661e2..33cdad8 100644 --- a/doc/index.html +++ b/doc/index.html @@ -120,12 +120,10 @@ LuaSocket a try (Those on Unix or Mac OS X can just type <tt>make</tt>): </blockquote> <p> -The quick and dirty way to use these binaries is to unpack everything into a -directory, say <tt>c:\luasocket</tt> (include all Lua files from the -LuaSocket distribution in the same directory too!). -Then set <tt>LUA_INIT</tt> to load the <tt>compat-5.1.lua</tt> and set -<tt>LUA_PATH</tt> and <tt>LUA_CPATH</tt> to look for files in the current -directory: +The quick and dirty way to use these binaries is to unpack everything into +a directory, say <tt>c:\luasocket</tt> then set <tt>LUA_INIT</tt> to load +the <tt>compat-5.1.lua</tt> and set <tt>LUA_PATH</tt> and +<tt>LUA_CPATH</tt> to look for files in the current directory: </p> <pre class=example> @@ -214,10 +212,10 @@ call <tt>require("url")</tt> should update their code to <h2 id=old>Old Versions</h2> <p> -All previous versions of the LuaSocket library can be downloaded -<a href="http://www.tecgraf.puc-rio.br/luasocket/old">here</a>. Although -these versions are no longer supported, they are still available for -those that have compatibility issues. +All previous versions of the LuaSocket library can be downloaded <a +href="http://www.cs.princeton.edu/~diego/professional/luasocket/old"> +here</a>. Although these versions are no longer supported, they are +still available for those that have compatibility issues. </p> <!-- footer +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> -- cgit v1.2.3-55-g6feb