mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
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
This commit is contained in:
8
docs/manual/developer/footer.html
Normal file
8
docs/manual/developer/footer.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<HR>
|
||||
|
||||
<H3 ALIGN="CENTER">
|
||||
Apache HTTP Server Version 2.0
|
||||
</H3>
|
||||
|
||||
<A HREF="./"><IMG SRC="../images/index.gif" ALT="Index"></A>
|
||||
<A HREF="../"><IMG SRC="../images/home.gif" ALT="Home"></A>
|
||||
6
docs/manual/developer/header.html
Normal file
6
docs/manual/developer/header.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<DIV ALIGN="CENTER">
|
||||
<IMG SRC="../images/sub.gif" ALT="[APACHE DOCUMENTATION]">
|
||||
<H3>
|
||||
Apache HTTP Server Version 2.0
|
||||
</H3>
|
||||
</DIV>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user