aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorial.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial.texi')
-rw-r--r--doc/tutorial.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/tutorial.texi b/doc/tutorial.texi
index bc6ebe54..7b9b877e 100644
--- a/doc/tutorial.texi
+++ b/doc/tutorial.texi
@@ -39,6 +39,7 @@ Free Documentation License".
39* Supporting basic authentication:: 39* Supporting basic authentication::
40* Processing POST data:: 40* Processing POST data::
41* Improved processing of POST data:: 41* Improved processing of POST data::
42* Adding a layer of security::
42* Bibliography:: 43* Bibliography::
43* License text:: 44* License text::
44* Example programs:: 45* Example programs::
@@ -72,6 +73,10 @@ Free Documentation License".
72@chapter Improved processing of POST data 73@chapter Improved processing of POST data
73@include chapters/largerpost.inc 74@include chapters/largerpost.inc
74 75
76@node Adding a layer of security
77@chapter Adding a layer of security
78@include chapters/tlsauthentication.inc
79
75@node Bibliography 80@node Bibliography
76@appendix Bibliography 81@appendix Bibliography
77@include chapters/bibliography.inc 82@include chapters/bibliography.inc
@@ -89,6 +94,7 @@ Free Documentation License".
89* basicauthentication.c:: 94* basicauthentication.c::
90* simplepost.c:: 95* simplepost.c::
91* largepost.c:: 96* largepost.c::
97* tlsauthentication.c::
92@end menu 98@end menu
93 99
94@node hellobrowser.c 100@node hellobrowser.c
@@ -127,5 +133,10 @@ Free Documentation License".
127@verbatiminclude examples/largepost.c 133@verbatiminclude examples/largepost.c
128@end smalldisplay 134@end smalldisplay
129 135
136@node tlsauthentication.c
137@section tlsauthentication.c
138@smalldisplay
139@verbatiminclude examples/tlsauthentication.c
140@end smalldisplay
130 141
131@bye 142@bye