From 241586bee370ee58ae2487c2c5916da2a2b08b44 Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Mon, 5 Nov 2001 17:52:33 +0000 Subject: [PATCH] All done with initial SSL doc checkin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91756 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/ssl/Makefile | 15 ++ docs/manual/ssl/ssl_template.inc | 405 +++++++++++++++++++++++++++++++ 2 files changed, 420 insertions(+) create mode 100644 docs/manual/ssl/Makefile create mode 100644 docs/manual/ssl/ssl_template.inc diff --git a/docs/manual/ssl/Makefile b/docs/manual/ssl/Makefile new file mode 100644 index 0000000000..cb275b37d4 --- /dev/null +++ b/docs/manual/ssl/Makefile @@ -0,0 +1,15 @@ +## +## Makefile -- mod_ssl User Manual: Build Precedure +## Copyright (c) 1998-2001 Ralf S. Engelschall, All Rights Reserved. +## + +WMK = wmk + +# it's trivial because we use Website META Language (WML) +# Make command to perform all building ;-) +all: + $(WMK) + +clean: + -rm -f *.html + diff --git a/docs/manual/ssl/ssl_template.inc b/docs/manual/ssl/ssl_template.inc new file mode 100644 index 0000000000..f799d40dc4 --- /dev/null +++ b/docs/manual/ssl/ssl_template.inc @@ -0,0 +1,405 @@ +## +## ssl_template.inc -- mod_ssl User Manual: The Heart +## Copyright (c) 1998-2001 Ralf S. Engelschall, All Rights Reserved. +## + +#use wml::std::page +#use wml::des::space +#use wml::des::rollover +#use wml::des::typography +#use wml::std::box + + +\ + + +\ + + + +
+ + + + +
+
+ + + + + + + + + + + + + +
+ + + + + + +
+ mod_ssl + > + + $(title) + " " + Chapter \ + $(num) + "> +
+ +
\ + \ +
+ + + + + +
\ + {#NAVBUT_TOP_PREV#} + \ + {#NAVBUT_TOP_NEXT#} +
+
+ + $(title) + "> +
+ "> + {#BODY#} + +
+ + + + + + + + + + +
+ + + + + +
\ + {#NAVBUT_BOT_PREV#} + \ + {#NAVBUT_BOT_NEXT#} +
+
\ + \ +
\ + + + + + +
\ + + mod_ssl 2.8, User Manual
+ The Apache Interface to OpenSSL +
+
\ + + Copyright © 1998-2001 + Ralf S. Engelschall
+ All Rights Reserved
+
+
+
+ "> +
+
+{#BODY#: + + + + + +{#NAVBUT_TOP_PREV#: +
+:##} +{#NAVBUT_BOT_PREV#: +
+:##} + + +
+ + + + + +{#NAVBUT_TOP_NEXT#: +
+:##} +{#NAVBUT_BOT_NEXT#: +
+:##} + + +
+ + + + + +
+ + + +
+ +\ + +
\ +%body\ +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + +
+Name:
+Description:
Syntax:
Default:
Context:
Override:
Status: Extension
Module: mod_ssl
Compatibility:
+
+ + + + + + + +
+ + + + + +
+> + + + +" "" "" " + + + +"> +
+%body +
+ + + +
+
+ + +
-- 2.40.0