summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2010-10-25 23:49:48 +0200
committerAraq <rumpf_a@web.de>2010-10-25 23:49:48 +0200
commit1dd9ec85b28335baae23d1e8d7bdb00a74c16cbf (patch)
tree33d60936af173bdb14c418c296370e74785ce1c5 /doc
parentbeb9e3d32579ec9a5f9251f5cb89e857de31c8d9 (diff)
downloadNim-1dd9ec85b28335baae23d1e8d7bdb00a74c16cbf.tar.gz
bugfix: typo in SMTP module; SCGI module finished
Diffstat (limited to 'doc')
-rw-r--r--doc/lib.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/lib.txt b/doc/lib.txt
index e95551c78..dfbcac9a4 100644
--- a/doc/lib.txt
+++ b/doc/lib.txt
@@ -113,7 +113,10 @@ Internet Protocols and Support
 ------------------------------
 
 * `cgi <cgi.html>`_
-  This module implements helpers for CGI applictions.
+  This module implements helpers for CGI applications.
+
+* `scgi <scgi.html>`_
+  This module implements helpers for SCGI applications.
 
 * `sockets <sockets.html>`_
   This module implements a simple portable type-safe sockets layer.
@@ -128,6 +131,9 @@ Internet Protocols and Support
 * `httpclient <httpclient.html>`_
   This module implements a simple HTTP client.
 
+* `smtp <smtp.html>`_
+  This module implement a simple SMTP client. 
+  
 
 Parsers
 -------
@@ -194,6 +200,9 @@ Cryptography and Hashing
 * `md5 <md5.html>`_
   This module implements the MD5 checksum algorithm.
 
+* `base64 <base64.html>`_
+  This module implements a base64 encoder and decoder.
+
 
 Multimedia support
 ------------------
@@ -251,6 +260,9 @@ Other
   This module contains simple high-level procedures for dealing with the
   Web like loading the contents of a Web page from an URL.
 
+* `ssl <ssl.html>`_
+  This module provides an easy to use sockets-style 
+  Nimrod interface to the OpenSSL library.
 
 
 Wrappers
@@ -425,6 +437,8 @@ Internet Protocols and Support
 * `libcurl <libcurl.html>`_
   Contains a wrapper for the libcurl library.
 
+* `openssl <openssl.html>`_
+  Wrapper for OpenSSL.
 
 Scripting languages
 -------------------