aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-11-16 23:39:15 +0000
committerChristian Grothoff <christian@grothoff.org>2008-11-16 23:39:15 +0000
commit2b016cd34b626f987e961b98f79b4041853c90e6 (patch)
treeec24b7dc2bea7fc2d54a9bdc1b3a279d46fc3c97 /doc
parent82381396ffa4bb7e39821f57315e1ab4143ae7ea (diff)
downloadlibmicrohttpd-2b016cd34b626f987e961b98f79b4041853c90e6.tar.gz
libmicrohttpd-2b016cd34b626f987e961b98f79b4041853c90e6.zip
docu
Diffstat (limited to 'doc')
-rw-r--r--doc/chapters/bibliography.inc7
-rw-r--r--doc/libmicrohttpd.36
2 files changed, 6 insertions, 7 deletions
diff --git a/doc/chapters/bibliography.inc b/doc/chapters/bibliography.inc
index 547028f5..cc288bc0 100644
--- a/doc/chapters/bibliography.inc
+++ b/doc/chapters/bibliography.inc
@@ -1,10 +1,10 @@
1@itemize @bullet
2@heading API reference 1@heading API reference
2@itemize @bullet
3@item 3@item
4The @emph{GNU libmicrohttpd} manual by Christian Grothoff 2008 4The @emph{GNU libmicrohttpd} manual by Marco Maggi and Christian Grothoff 2008
5@uref{http://gnunet.org/libmicrohttpd/microhttpd.html} 5@uref{http://gnunet.org/libmicrohttpd/microhttpd.html}
6 6
7@heading Requests for comments 7@item
8All referenced RFCs can be found on the website of @emph{The Internet Engineering Task Force} 8All referenced RFCs can be found on the website of @emph{The Internet Engineering Task Force}
9@uref{http://www.ietf.org/} 9@uref{http://www.ietf.org/}
10 10
@@ -17,7 +17,6 @@ All referenced RFCs can be found on the website of @emph{The Internet Engineerin
17Luotonen, A., and L. Stewart, "HTTP Authentication: Basic and Digest Access Authentication", RFC 2617, June 1999. 17Luotonen, A., and L. Stewart, "HTTP Authentication: Basic and Digest Access Authentication", RFC 2617, June 1999.
18 18
19 19
20@heading Recommended readings
21@item 20@item
22A well--structured @emph{HTML} reference can be found on 21A well--structured @emph{HTML} reference can be found on
23@uref{http://www.echoecho.com/html.htm} 22@uref{http://www.echoecho.com/html.htm}
diff --git a/doc/libmicrohttpd.3 b/doc/libmicrohttpd.3
index 134a7c14..da2554f1 100644
--- a/doc/libmicrohttpd.3
+++ b/doc/libmicrohttpd.3
@@ -1,4 +1,4 @@
1.TH LIBMICROHTTPD "3" "11 Apr 2008" "libmicrohttpd" 1.TH LIBMICROHTTPD "3" "14 Nov 2008" "libmicrohttpd"
2.SH "NAME" 2.SH "NAME"
3GNU libmicrohttpd \- library for embedding HTTP servers 3GNU libmicrohttpd \- library for embedding HTTP servers
4.SH "SYNOPSIS" 4.SH "SYNOPSIS"
@@ -18,7 +18,7 @@ The details of the API are described in comments in the header file and on the w
18\fBcurl\fP(1), \fBlibcurl\fP(3) 18\fBcurl\fP(1), \fBlibcurl\fP(3)
19 19
20.SH "LEGAL NOTICE" 20.SH "LEGAL NOTICE"
21libmicrohttpd is released under the LGPL. 21libmicrohttpd is released under the LGPL Version 2 or higher.
22 22
23.SH "FILES" 23.SH "FILES"
24.TP 24.TP
@@ -32,7 +32,7 @@ libmicrohttpd library
32Report bugs by using mantis <https://gnunet.org/mantis/>. 32Report bugs by using mantis <https://gnunet.org/mantis/>.
33 33
34.SH "AUTHORS" 34.SH "AUTHORS"
35GNU 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. 35GNU 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.
36 36
37.SH "AVAILABILITY" 37.SH "AVAILABILITY"
38You can obtain the latest version from http://www.gnu.org/software/libmicrohttpd/. 38You can obtain the latest version from http://www.gnu.org/software/libmicrohttpd/.