commit 2b016cd34b626f987e961b98f79b4041853c90e6
parent 82381396ffa4bb7e39821f57315e1ab4143ae7ea
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 16 Nov 2008 23:39:15 +0000
docu
Diffstat:
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/doc/chapters/bibliography.inc b/doc/chapters/bibliography.inc
@@ -1,10 +1,10 @@
-@itemize @bullet
@heading API reference
+@itemize @bullet
@item
-The @emph{GNU libmicrohttpd} manual by Christian Grothoff 2008
+The @emph{GNU libmicrohttpd} manual by Marco Maggi and Christian Grothoff 2008
@uref{http://gnunet.org/libmicrohttpd/microhttpd.html}
-@heading Requests for comments
+@item
All referenced RFCs can be found on the website of @emph{The Internet Engineering Task Force}
@uref{http://www.ietf.org/}
@@ -17,7 +17,6 @@ All referenced RFCs can be found on the website of @emph{The Internet Engineerin
Luotonen, A., and L. Stewart, "HTTP Authentication: Basic and Digest Access Authentication", RFC 2617, June 1999.
-@heading Recommended readings
@item
A well--structured @emph{HTML} reference can be found on
@uref{http://www.echoecho.com/html.htm}
diff --git a/doc/libmicrohttpd.3 b/doc/libmicrohttpd.3
@@ -1,4 +1,4 @@
-.TH LIBMICROHTTPD "3" "11 Apr 2008" "libmicrohttpd"
+.TH LIBMICROHTTPD "3" "14 Nov 2008" "libmicrohttpd"
.SH "NAME"
GNU libmicrohttpd \- library for embedding HTTP servers
.SH "SYNOPSIS"
@@ -18,7 +18,7 @@ The details of the API are described in comments in the header file and on the w
\fBcurl\fP(1), \fBlibcurl\fP(3)
.SH "LEGAL NOTICE"
-libmicrohttpd is released under the LGPL.
+libmicrohttpd is released under the LGPL Version 2 or higher.
.SH "FILES"
.TP
@@ -32,7 +32,7 @@ libmicrohttpd library
Report bugs by using mantis <https://gnunet.org/mantis/>.
.SH "AUTHORS"
-GNU libmicrohttpd was originally designed by Christian Grothoff <christian@grothoff.org> and Chris GauthierDickey <chrisg@cs.du.edu>. The implementation was done by Daniel Pittman and Christian Grothoff.
+GNU libmicrohttpd was originally designed by Christian Grothoff <christian@grothoff.org> and Chris GauthierDickey <chrisg@cs.du.edu>. The original implementation was done by Daniel Pittman <depittman@gmail.com> and Christian Grothoff. SSL/TLS support was added by Sagie Amir using code from gnutls. See the AUTHORS file in the distribution for a more detailed list of contributors.
.SH "AVAILABILITY"
You can obtain the latest version from http://www.gnu.org/software/libmicrohttpd/.