Commit 19d9e004 authored by Joshua Slive's avatar Joshua Slive
Browse files

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
parent 033376da
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
<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 −0
Original line number Diff line number Diff line
<DIV ALIGN="CENTER">
 <IMG SRC="../images/sub.gif" ALT="[APACHE DOCUMENTATION]">
 <H3>
  Apache HTTP Server Version 2.0 
 </H3>
</DIV>
+7 −1
Original line number Diff line number Diff line
@@ -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>