]> granicus.if.org Git - apache/commitdiff
A little more prettying up of developer docs.
authorJoshua Slive <slive@apache.org>
Wed, 29 Nov 2000 02:30:36 +0000 (02:30 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 29 Nov 2000 02:30:36 +0000 (02:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87119 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/debugging.html
docs/manual/developer/hooks.html
docs/manual/developer/index.html
docs/manual/developer/modules.html
docs/manual/developer/modules.html.en

index 2cb210f7326739616cc04360342fde2c25393494..581f1b8c580af9814725a3e55da65e56613d12d1 100644 (file)
@@ -13,6 +13,8 @@
  ALINK="#FF0000"
 >
 
+<!--#include virtual="header.html" -->
+
 <H1 ALIGN="CENTER">Debugging Memory Allocation in APR<br></H1>
 
 <p>The allocation mechanism's within APR have a number of debugging
@@ -165,6 +167,7 @@ typedef struct ap_pool_t {
 <h3>NB. In order to use the various options the server MUST be rebuilt after editing the header file.
 </h3>
 
+<!--#include virtual="footer.html" -->
 
 </body>
 </html>
index 39f4e8bad17d817e57c053bf20d1089569ef7cc0..6ab1ad6b74b10c5f8d76b03f274e9eba83f50c37 100644 (file)
@@ -13,6 +13,8 @@
  ALINK="#FF0000"
 >
 
+<!--#include virtual="header.html" -->
+
 <H1 align="center">Apache Hook Functions</H1>
 
 <P>In general, a hook function is one that Apache will call at some
@@ -198,5 +200,8 @@ by <TT>HOOK_<I>ORDER</I></TT> is preserved, as far as is
 possible.</P>
 
 <I>Ben Laurie, 15th August 1999</I>
+
+<!--#include virtual="footer.html" -->
+
 </body>
 </html>
index ba6b0485ed7037fc660d6bd374f16a751dcf30f3..f536c1454e052ad86fcd2dabf015c2bd57cbe7a5 100644 (file)
@@ -18,7 +18,6 @@
 
 <p><a href="hooks.html">Apache Hook Functions</a></p>
 <p><a href="modules.html">Converting Apache 1.3 Modules to Apache 2.0</a></p>
-<p><a href="../mpm.html">MPM listing</a></p>
 <p><a href="debugging.html">Debugging Memory Allocation in APR</a></p>
 
 <!--#include virtual="footer.html" -->
index b066223466f59e405fb92ed8510f0c698fd44c83..8a265f5ec15cf14f734caac66f69e55ef30b180b 100644 (file)
@@ -13,6 +13,8 @@
  ALINK="#FF0000"
 >
 
+<!--#include virtual="header.html" -->
+
 <H1 ALIGN="CENTER">From Apache 1.3 to Apache 2.0<br>Modules</H1>
 
 <p>
@@ -190,6 +192,7 @@ ap_hook_process_connection
 ap_hook_child_init_hook
 </li>
 
+<!--#include virtual="footer.html" -->
 
 </body>
 </html>
index b066223466f59e405fb92ed8510f0c698fd44c83..8a265f5ec15cf14f734caac66f69e55ef30b180b 100644 (file)
@@ -13,6 +13,8 @@
  ALINK="#FF0000"
 >
 
+<!--#include virtual="header.html" -->
+
 <H1 ALIGN="CENTER">From Apache 1.3 to Apache 2.0<br>Modules</H1>
 
 <p>
@@ -190,6 +192,7 @@ ap_hook_process_connection
 ap_hook_child_init_hook
 </li>
 
+<!--#include virtual="footer.html" -->
 
 </body>
 </html>