slive 00/11/20 17:50:30
Modified: htdocs/manual index.html STATUS Added: htdocs/manual/platform header.html footer.html Log: Link up the new platform directory. It still needs an index.html, but the mod_autoindex listing should suffice for now. Revision Changes Path 1.11 +5 -8 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.10 retrieving revision 1.11 diff -u -d -b -u -r1.10 -r1.11 --- index.html 2000/11/01 20:28:55 1.10 +++ index.html 2000/11/21 01:50:28 1.11 @@ -106,15 +106,12 @@ <tr><td align="center" bgcolor="#e9e9e9"> <strong>Platform Specific Notes</strong> </td></tr><tr><td> -<A HREF="windows.html">Microsoft Windows</A> -</td></tr><tr><td> -<A HREF="netware.html">Novell Netware 5</A> -</td></tr><tr><td> -<A HREF="mpeix.html">HP MPE/iX</A> -</td></tr><tr><td> -<A HREF="unixware.html">UnixWare</A> +<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> </td></tr><tr><td> -<A HREF="readme-tpf.html">TPF</A> +<A HREF="platform/">Other Platform Specific Notes</a> </td></tr></table> </td> 1.5 +3 -14 httpd-docs-2.0/htdocs/manual/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-docs-2.0/htdocs/manual/STATUS,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -b -u -r1.4 -r1.5 --- STATUS 2000/11/20 00:51:19 1.4 +++ STATUS 2000/11/21 01:50:29 1.5 @@ -9,17 +9,12 @@ - Each MPM needs to have a documentation file in manual/mod/ which lists the directives it provides, and some details about its operation. - Status: Ryan <[EMAIL PROTECTED]> offers to supply information - on the operation of each MPM. There is also some info in - htdocs/manual/mpm.html that will need to be cleaned up, - linked up, and updated. - Joshua <[EMAIL PROTECTED]> has committed - an intitial version of mpmt_pthread for discussion. + Status: Initial outlines done. Much more details need to be + filled in. - Merging of changes in 1.3. - There have been many changes in the 1.3 docs which haven't - been propagated into 2.0. For example, many of the "It Worked" - translations have not made it. + been propagated into 2.0. Things which need to be merged: manual/howto/* @@ -28,12 +23,6 @@ structure. Proposal: Create manual/FAQ which contains all the manual/misc/FAQ* docs - Create manual/platform which contans - manual/windows.html - manual/win_compiling.html - manual/readme-tpf.html - manual/unixware.html - manual/misc/perf-*.html - Cleaning. - We could use a list of all the docs that can be axed out of 2.0 1.1 httpd-docs-2.0/htdocs/manual/platform/header.html Index: header.html =================================================================== <DIV ALIGN="CENTER"> <IMG SRC="../images/sub.gif" ALT="[APACHE DOCUMENTATION]"> <H3> Apache HTTP Server Version 1.3 </H3> </DIV> 1.1 httpd-docs-2.0/htdocs/manual/platform/footer.html Index: footer.html =================================================================== <HR> <H3 ALIGN="CENTER"> Apache HTTP Server Version 1.3 </H3> <A HREF="./"><IMG SRC="../images/index.gif" ALT="Index"></A> <A HREF="../"><IMG SRC="../images/home.gif" ALT="Home"></A>