diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-01-03 00:13:14 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-01-03 00:13:14 +0000 |
commit | 3b7c263954171f7f75478a73a16050a08e5121d0 (patch) | |
tree | 96d3152729217455bb48836deedc9d467b0bf7c0 /doc | |
parent | c5486e206c2cbb6ee64e2dd3f0d8efafe1e51268 (diff) | |
download | luasocket-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.html | 18 |
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> |
123 | The quick and dirty way to use these binaries is to unpack everything into a | 123 | The quick and dirty way to use these binaries is to unpack everything into |
124 | directory, say <tt>c:\luasocket</tt> (include all Lua files from the | 124 | a directory, say <tt>c:\luasocket</tt> then set <tt>LUA_INIT</tt> to load |
125 | LuaSocket distribution in the same directory too!). | 125 | the <tt>compat-5.1.lua</tt> and set <tt>LUA_PATH</tt> and |
126 | Then 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 | ||
128 | directory: | ||
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> |
217 | All previous versions of the LuaSocket library can be downloaded | 215 | All previous versions of the LuaSocket library can be downloaded <a |
218 | <a href="http://www.tecgraf.puc-rio.br/luasocket/old">here</a>. Although | 216 | href="http://www.cs.princeton.edu/~diego/professional/luasocket/old"> |
219 | these versions are no longer supported, they are still available for | 217 | here</a>. Although these versions are no longer supported, they are |
220 | those that have compatibility issues. | 218 | still available for those that have compatibility issues. |
221 | </p> | 219 | </p> |
222 | 220 | ||
223 | <!-- footer +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 221 | <!-- footer +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |