Ryan, Here is my suggestion for a change to incorporate the 2.0 docs in the website. Along with that small change, I also made two other fixes in the index.html page:
1. Added a missing period in the Apache 2.0 announcement. 2. Commented out the mirror link, since httpd.apache.org is not mirrored. Before applying, you just need to check out httpd-2.0/docs/manual/ into /www/httpd-site/docs-2.0/ Index: index.html =================================================================== RCS file: /home/cvs/httpd-site/index.html,v retrieving revision 1.106 diff -u -d -b -r1.106 index.html --- index.html 2000/10/31 21:19:34 1.106 +++ index.html 2000/12/18 22:09:11 @@ -19,8 +19,9 @@ <H2>Welcome to the Apache HTTP Server Project</H2> <H4>A Project of the <a href="http://www.apache.org/" >Apache Software Foundation</A></H4> -<h3><a href="http://www.apache.org/dyn/closer.cgi"> -Mirrored worldwide - find your closest mirror</A></H3> + +<!-- <h3><a href="http://www.apache.org/dyn/closer.cgi"> +Mirrored worldwide - find your closest mirror</A></H3> --> <TABLE> <TR> @@ -28,7 +29,8 @@ <UL> <LI><A HREF="ABOUT_APACHE.html">About the Apache HTTP Server Project</A> <LI><A HREF="http://www.apache.org/LICENSE.txt">The Apache License</A> - <LI><A HREF="docs/">Apache HTTP Server Documentation</A> + <LI>Documentation: <A HREF="docs/">Version 1.3</A> | + <a href="docs-2.0/">Version 2.0</a> <LI><A HREF="docs/misc/FAQ.html">The Apache HTTP Server FAQ</A> <LI><A HREF="http://www.apache.org/awards.html">Awards won by the Apache software</A> <LI><A HREF="bug_report.html">Bug Reporting</A> @@ -97,7 +99,7 @@ which includes several new enhancements, including the new Apache Portable Run-time, the new Multi-processing modules, and I/O filtering. This is an alpha release, and is for experimental purposes; use at your own risk. It -is available in source format only, so a compiler is neccessary to use it +is available in source format only, so a compiler is neccessary to use it. <p>If you are not familiar with software development, and wish to use a stable, working, web server, we strongly recommend you download @@ -108,7 +110,7 @@ <P ALIGN="CENTER"> <A HREF="dist/">Download Apache 2.0a7</A> | -<A HREF="docs/new_features_2_0.html">New Features in Apache 2.0</A> | +<A HREF="docs-2.0/new_features_2_0.html">New Features in Apache 2.0</A> | <A HREF="dist/CHANGES_2.0a">ChangeLog for Alpha7</a> <P><HR>