]> granicus.if.org Git - apache/commitdiff
Another file for the documentation.
authorDavid Reid <dreid@apache.org>
Sat, 15 Jan 2000 18:35:04 +0000 (18:35 +0000)
committerDavid Reid <dreid@apache.org>
Sat, 15 Jan 2000 18:35:04 +0000 (18:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84467 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/index.html [new file with mode: 0644]

diff --git a/docs/manual/developer/index.html b/docs/manual/developer/index.html
new file mode 100644 (file)
index 0000000..a72dd44
--- /dev/null
@@ -0,0 +1,19 @@
+<!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>