slive 00/11/28 18:30:38
Modified: htdocs/manual/developer debugging.html hooks.html index.html
modules.html
Log:
A little more prettying up of developer docs.
Revision Changes Path
1.2 +3 -0 httpd-docs-2.0/htdocs/manual/developer/debugging.html
Index: debugging.html
===================================================================
RCS file: /home/cvs/httpd-docs-2.0/htdocs/manual/developer/debugging.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -b -u -r1.1 -r1.2
--- debugging.html 2000/06/18 10:41:32 1.1
+++ debugging.html 2000/11/29 02:30:36 1.2
@@ -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 @@
<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>
1.2 +5 -0 httpd-docs-2.0/htdocs/manual/developer/hooks.html
Index: hooks.html
===================================================================
RCS file: /home/cvs/httpd-docs-2.0/htdocs/manual/developer/hooks.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -b -u -r1.1 -r1.2
--- hooks.html 2000/01/15 20:13:50 1.1
+++ hooks.html 2000/11/29 02:30:36 1.2
@@ -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 @@
possible.</P>
<I>Ben Laurie, 15th August 1999</I>
+
+<!--#include virtual="footer.html" -->
+
</body>
</html>
1.8 +0 -1 httpd-docs-2.0/htdocs/manual/developer/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/httpd-docs-2.0/htdocs/manual/developer/index.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -b -u -r1.7 -r1.8
--- index.html 2000/11/29 02:25:45 1.7
+++ index.html 2000/11/29 02:30:36 1.8
@@ -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" -->
1.2 +3 -0 httpd-docs-2.0/htdocs/manual/developer/modules.html
Index: modules.html
===================================================================
RCS file: /home/cvs/httpd-docs-2.0/htdocs/manual/developer/modules.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -b -u -r1.1 -r1.2
--- modules.html 2000/01/15 20:13:50 1.1
+++ modules.html 2000/11/29 02:30:36 1.2
@@ -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_child_init_hook
</li>
+<!--#include virtual="footer.html" -->
</body>
</html>