diff options
author | Joshua Slive <slive@apache.org> | 2000-11-29 03:25:45 +0100 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2000-11-29 03:25:45 +0100 |
commit | f5d7f8409aa1e41721af9b9299ee2d2caea6793f (patch) | |
tree | c4ef7390785441da0d904a3a556ce8e0e7cebc56 /docs/manual/developer/index.html | |
parent | Compile break when I changed 'thread' in mpm_winnt.h to a HANDLE type. Fixed. (diff) | |
download | apache2-f5d7f8409aa1e41721af9b9299ee2d2caea6793f.tar.xz apache2-f5d7f8409aa1e41721af9b9299ee2d2caea6793f.zip |
Put the developer index in the standard format.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87118 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/developer/index.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/manual/developer/index.html b/docs/manual/developer/index.html index e795744e6d..ba6b0485ed 100644 --- a/docs/manual/developer/index.html +++ b/docs/manual/developer/index.html @@ -11,10 +11,16 @@ VLINK="#000080" ALINK="#FF0000" > -<h2 align="center">Developer Documentation for Apache-2.0</h2> + +<!--#include virtual="header.html" --> + +<h1 align="center">Developer Documentation for Apache-2.0</h1> + <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" --> </body> </html> |