commit d4a325b3edd24ba5ac1957898fd089b3a810a84f
parent 449bb33ca0d05ea2d73ca3c2c62fd6539a11428f
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 1 Mar 2011 15:08:50 +0000
man
Diffstat:
1 file changed, 17 insertions(+), 5 deletions(-)
diff --git a/doc/microhttpd-tutorial.texi b/doc/microhttpd-tutorial.texi
@@ -1,10 +1,10 @@
\input texinfo @c -*-texinfo-*-
@finalout
@setfilename microhttpd-tutorial.info
-@set UPDATED 26 Dec 2010
-@set UPDATED-MONTH Dec 2010
-@set EDITION 0.9.4
-@set VERSION 0.9.4
+@set UPDATED 28 Feb 2010
+@set UPDATED-MONTH Feb 2010
+@set EDITION 0.9.7
+@set VERSION 0.9.7
@settitle A tutorial for GNU libmicrohttpd
@dircategory GNU Libraries
@@ -18,7 +18,7 @@ updated @value{UPDATED}.
Copyright (c) 2008 Sebastian Gerhardt.
-Copyright (c) 2010 Christian Grothoff.
+Copyright (c) 2010, 2011 Christian Grothoff.
@quotation
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
@@ -59,6 +59,7 @@ Free Documentation License".
* Supporting basic authentication::
* Processing POST data::
* Improved processing of POST data::
+* Session management::
* Adding a layer of security::
* Bibliography::
* License text::
@@ -93,6 +94,10 @@ Free Documentation License".
@chapter Improved processing of POST data
@include chapters/largerpost.inc
+@node Session management
+@chapter Session management
+@include chapters/sessions.inc
+
@node Adding a layer of security
@chapter Adding a layer of security
@include chapters/tlsauthentication.inc
@@ -114,6 +119,7 @@ Free Documentation License".
* basicauthentication.c::
* simplepost.c::
* largepost.c::
+* sessions.c::
* tlsauthentication.c::
@end menu
@@ -153,6 +159,12 @@ Free Documentation License".
@verbatiminclude examples/largepost.c
@end smalldisplay
+@node sessions.c
+@section sessions.c
+@smalldisplay
+@verbatiminclude examples/sessions.c
+@end smalldisplay
+
@node tlsauthentication.c
@section tlsauthentication.c
@smalldisplay