slive 00/11/28 18:25:45
Modified: htdocs/manual/developer index.html Added: htdocs/manual/developer header.html footer.html Log: Put the developer index in the standard format. Revision Changes Path 1.7 +7 -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.6 retrieving revision 1.7 diff -u -d -b -u -r1.6 -r1.7 --- index.html 2000/06/18 10:41:32 1.6 +++ index.html 2000/11/29 02:25:45 1.7 @@ -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> 1.1 httpd-docs-2.0/htdocs/manual/developer/header.html Index: header.html =================================================================== <DIV ALIGN="CENTER"> <IMG SRC="../images/sub.gif" ALT="[APACHE DOCUMENTATION]"> <H3> Apache HTTP Server Version 2.0 </H3> </DIV> 1.1 httpd-docs-2.0/htdocs/manual/developer/footer.html Index: footer.html =================================================================== <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>