This commit is contained in:
Christian Grothoff
2011-03-01 15:08:50 +00:00
parent 449bb33ca0
commit d4a325b3ed
+17 -5
View File
@@ -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