You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dr...@hyperreal.org on 2000/01/15 19:35:04 UTC

cvs commit: apache-2.0/htdocs/manual/developer index.html

dreid       00/01/15 10:35:04

  Added:       htdocs/manual/developer index.html
  Log:
  Another file for the documentation.
  
  Revision  Changes    Path
  1.1                  apache-2.0/htdocs/manual/developer/index.html
  
  Index: index.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  <html>
  <head>
  <title>Apache-2.0 Developer Documentation</title>
  </head>
  <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
  <BODY
   BGCOLOR="#FFFFFF"
   TEXT="#000000"
   LINK="#0000FF"
   VLINK="#000080"
   ALINK="#FF0000"
  >
  <h2 align="center">Developer Documentation for Apache-2.0</h2>
  <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="../user/mpm.html">MPM listing</a></p>
  </body>
  </html>