1
0
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:
Joshua Slive
2000-11-29 02:25:45 +00:00
parent f534dfa48c
commit f5d7f8409a
3 changed files with 21 additions and 1 deletions

View 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>

View 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>

View File

@@ -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>