aboutsummaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
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>