1
0
mirror of https://github.com/apache/httpd.git synced 2025-05-17 15:21:13 +03:00
Joshua Slive bab020a57c - Remove some "platform specific notes" from the main page where the
platform doesn't currently work in Apache 2.0.

- Move the API doc link to the developer/index.html.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87135 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29 22:51:01 +00:00

26 lines
723 B
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"
>
<!--#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="debugging.html">Debugging Memory Allocation in APR</a></p>
<p><a href="../misc/API.html">Apache 1.3 API Notes</a></p>
<!--#include virtual="footer.html" -->
</body>
</html>