aboutsummaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-16 20:41:03 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-16 20:41:03 +0000
commitba2f0b8c6ba7fb3a26fa6d9676ee1aefe6d873cc (patch)
tree1a49ac4a3c74b9d3bf8e4220d4bf9c48641f3dbc /doc/index.html
parent0a4c1534f39511894728da193ab8225ad6022de9 (diff)
downloadluasocket-ba2f0b8c6ba7fb3a26fa6d9676ee1aefe6d873cc.tar.gz
luasocket-ba2f0b8c6ba7fb3a26fa6d9676ee1aefe6d873cc.tar.bz2
luasocket-ba2f0b8c6ba7fb3a26fa6d9676ee1aefe6d873cc.zip
Fine tuning the manual...
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html18
1 files changed, 13 insertions, 5 deletions
diff --git a/doc/index.html b/doc/index.html
index 888bc92..f6d37ac 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -51,13 +51,21 @@ and Unix platforms.
51</p> 51</p>
52 52
53<p> 53<p>
54The most used modules implement the SMTP (sending e-mails), HTTP 54The most used modules implement the
55(WWW access) and FTP (uploading and downloading files) client 55<a href=smtp.html>SMTP</a>
56(sending e-mails),
57<a href=http.html>HTTP</a>
58(WWW access) and
59<a href=ftp.html>FTP</a>
60(uploading and downloading files) client
56protocols. These provide a very natural and generic interface to the e 61protocols. These provide a very natural and generic interface to the e
57functionality covered by the protocols. 62functionality covered by the protocols.
58In addition, you will find that the MIME (common encodings), URL (anything you 63In addition, you will find that the
59could possible want to do with one) and LTN12 (filters, sinks, sources 64<a href=mime.html>MIME</a> (common encodings),
60and pumps) modules can be very handy. 65<a href=url.html>URL</a>
66(anything you could possible want to do with one) and
67<a href=ltn12.html>LTN12</a>
68(filters, sinks, sources and pumps) modules can be very handy.
61</p> 69</p>
62 70
63<p> 71<p>