aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-01-03 00:13:14 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-01-03 00:13:14 +0000
commit3b7c263954171f7f75478a73a16050a08e5121d0 (patch)
tree96d3152729217455bb48836deedc9d467b0bf7c0 /doc
parentc5486e206c2cbb6ee64e2dd3f0d8efafe1e51268 (diff)
downloadluasocket-3b7c263954171f7f75478a73a16050a08e5121d0.tar.gz
luasocket-3b7c263954171f7f75478a73a16050a08e5121d0.tar.bz2
luasocket-3b7c263954171f7f75478a73a16050a08e5121d0.zip
Minor tune-ups in the manual.
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html18
1 files 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>):
120</blockquote> 120</blockquote>
121 121
122<p> 122<p>
123The quick and dirty way to use these binaries is to unpack everything into a 123The quick and dirty way to use these binaries is to unpack everything into
124directory, say <tt>c:\luasocket</tt> (include all Lua files from the 124a directory, say <tt>c:\luasocket</tt> then set <tt>LUA_INIT</tt> to load
125LuaSocket distribution in the same directory too!). 125the <tt>compat-5.1.lua</tt> and set <tt>LUA_PATH</tt> and
126Then set <tt>LUA_INIT</tt> to load the <tt>compat-5.1.lua</tt> and set 126<tt>LUA_CPATH</tt> to look for files in the current directory:
127<tt>LUA_PATH</tt> and <tt>LUA_CPATH</tt> to look for files in the current
128directory:
129</p> 127</p>
130 128
131<pre class=example> 129<pre class=example>
@@ -214,10 +212,10 @@ call <tt>require("url")</tt> should update their code to
214<h2 id=old>Old Versions</h2> 212<h2 id=old>Old Versions</h2>
215 213
216<p> 214<p>
217All previous versions of the LuaSocket library can be downloaded 215All previous versions of the LuaSocket library can be downloaded <a
218<a href="http://www.tecgraf.puc-rio.br/luasocket/old">here</a>. Although 216href="http://www.cs.princeton.edu/~diego/professional/luasocket/old">
219these versions are no longer supported, they are still available for 217here</a>. Although these versions are no longer supported, they are
220those that have compatibility issues. 218still available for those that have compatibility issues.
221</p> 219</p>
222 220
223<!-- footer +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> 221<!-- footer +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->