slive 00/11/29 14:51:08
Modified: htdocs/manual index.html
htdocs/manual/developer index.html
Log:
- 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.
Revision Changes Path
1.13 +1 -6 httpd-docs-2.0/htdocs/manual/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/httpd-docs-2.0/htdocs/manual/index.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -b -u -r1.12 -r1.13
--- index.html 2000/11/22 05:46:40 1.12
+++ index.html 2000/11/29 22:50:51 1.13
@@ -99,8 +99,6 @@
<a href="mpm.html">Multi-Processing Modules (MPMs)</a>
</td></tr><tr><td>
<A HREF="dso.html">Dynamic Shared Object (DSO) Support</A>
-</td></tr><tr><td>
-<A HREF="misc/API.html">The Apache API</A>
</td></tr></table>
<p>
@@ -108,10 +106,7 @@
<tr><td align="center" bgcolor="#e9e9e9">
<strong>Platform Specific Notes</strong>
</td></tr><tr><td>
-<A HREF="platform/windows.html">Microsoft Windows</A> |
-<A HREF="platform/netware.html">Novell Netware 5</A> |
-<A HREF="platform/unixware.html">UnixWare</A> |
-<A HREF="platform/readme-tpf.html">TPF</A>
+<A HREF="platform/windows.html">Microsoft Windows</A>
</td></tr><tr><td>
<A HREF="platform/">Other Platform Specific Notes</a>
</td></tr></table>
1.9 +1 -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.8
retrieving revision 1.9
diff -u -d -b -u -r1.8 -r1.9
--- index.html 2000/11/29 02:30:36 1.8
+++ index.html 2000/11/29 22:51:01 1.9
@@ -19,7 +19,7 @@
<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>