aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-01 15:08:50 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-01 15:08:50 +0000
commitd4a325b3edd24ba5ac1957898fd089b3a810a84f (patch)
tree74235834f12745b14ceeb22b99c3debb5b5c6411
parent449bb33ca0d05ea2d73ca3c2c62fd6539a11428f (diff)
downloadlibmicrohttpd-d4a325b3edd24ba5ac1957898fd089b3a810a84f.tar.gz
libmicrohttpd-d4a325b3edd24ba5ac1957898fd089b3a810a84f.zip
man
-rw-r--r--doc/microhttpd-tutorial.texi22
1 files changed, 17 insertions, 5 deletions
diff --git a/doc/microhttpd-tutorial.texi b/doc/microhttpd-tutorial.texi
index b89d3fd6..b4f19a34 100644
--- a/doc/microhttpd-tutorial.texi
+++ b/doc/microhttpd-tutorial.texi
@@ -1,10 +1,10 @@
1\input texinfo @c -*-texinfo-*- 1\input texinfo @c -*-texinfo-*-
2@finalout 2@finalout
3@setfilename microhttpd-tutorial.info 3@setfilename microhttpd-tutorial.info
4@set UPDATED 26 Dec 2010 4@set UPDATED 28 Feb 2010
5@set UPDATED-MONTH Dec 2010 5@set UPDATED-MONTH Feb 2010
6@set EDITION 0.9.4 6@set EDITION 0.9.7
7@set VERSION 0.9.4 7@set VERSION 0.9.7
8@settitle A tutorial for GNU libmicrohttpd 8@settitle A tutorial for GNU libmicrohttpd
9 9
10@dircategory GNU Libraries 10@dircategory GNU Libraries
@@ -18,7 +18,7 @@ updated @value{UPDATED}.
18 18
19Copyright (c) 2008 Sebastian Gerhardt. 19Copyright (c) 2008 Sebastian Gerhardt.
20 20
21Copyright (c) 2010 Christian Grothoff. 21Copyright (c) 2010, 2011 Christian Grothoff.
22@quotation 22@quotation
23Permission is granted to copy, distribute and/or modify this document 23Permission is granted to copy, distribute and/or modify this document
24under the terms of the GNU Free Documentation License, Version 1.3 24under the terms of the GNU Free Documentation License, Version 1.3
@@ -59,6 +59,7 @@ Free Documentation License".
59* Supporting basic authentication:: 59* Supporting basic authentication::
60* Processing POST data:: 60* Processing POST data::
61* Improved processing of POST data:: 61* Improved processing of POST data::
62* Session management::
62* Adding a layer of security:: 63* Adding a layer of security::
63* Bibliography:: 64* Bibliography::
64* License text:: 65* License text::
@@ -93,6 +94,10 @@ Free Documentation License".
93@chapter Improved processing of POST data 94@chapter Improved processing of POST data
94@include chapters/largerpost.inc 95@include chapters/largerpost.inc
95 96
97@node Session management
98@chapter Session management
99@include chapters/sessions.inc
100
96@node Adding a layer of security 101@node Adding a layer of security
97@chapter Adding a layer of security 102@chapter Adding a layer of security
98@include chapters/tlsauthentication.inc 103@include chapters/tlsauthentication.inc
@@ -114,6 +119,7 @@ Free Documentation License".
114* basicauthentication.c:: 119* basicauthentication.c::
115* simplepost.c:: 120* simplepost.c::
116* largepost.c:: 121* largepost.c::
122* sessions.c::
117* tlsauthentication.c:: 123* tlsauthentication.c::
118@end menu 124@end menu
119 125
@@ -153,6 +159,12 @@ Free Documentation License".
153@verbatiminclude examples/largepost.c 159@verbatiminclude examples/largepost.c
154@end smalldisplay 160@end smalldisplay
155 161
162@node sessions.c
163@section sessions.c
164@smalldisplay
165@verbatiminclude examples/sessions.c
166@end smalldisplay
167
156@node tlsauthentication.c 168@node tlsauthentication.c
157@section tlsauthentication.c 169@section tlsauthentication.c
158@smalldisplay 170@smalldisplay