You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Mark J Cox <mj...@hyperreal.com> on 1996/11/21 15:41:16 UTC

cvs commit: apache/htdocs/manual index.html

mjc         96/11/21 06:41:15

  Modified:    htdocs/manual  index.html
  Log:
  Fix links from index page to new directories
  
  Revision  Changes    Path
  1.3       +10 -10    apache/htdocs/manual/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/index.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -C3 -r1.2 -r1.3
  *** index.html	1996/11/21 10:47:11	1.2
  --- index.html	1996/11/21 14:41:14	1.3
  ***************
  *** 6,12 ****
    
    <BODY>
    <!--#include virtual="footer.html" -->
  ! <h1>Apache 1.1 User's Guide</h1>
    
    <hr>
    
  --- 6,12 ----
    
    <BODY>
    <!--#include virtual="footer.html" -->
  ! <h1>Apache User's Guide</h1>
    
    <hr>
    
  ***************
  *** 17,24 ****
    <li><a href="new_features_1_0.html">New features in Apache 1.0</a>
    </ul>
    <ul>
  ! <li><a href="known_bugs.html">Known Bugs</a>
  ! <li><a href="compat_notes.html">Compatibility Notes with NCSA httpd</a>
    <li><a href="LICENSE">Apache License</A>
    </ul>
    
  --- 17,24 ----
    <li><a href="new_features_1_0.html">New features in Apache 1.0</a>
    </ul>
    <ul>
  ! <li><a href="misc/known_bugs.html">Known Bugs</a>
  ! <li><a href="misc/compat_notes.html">Compatibility Notes with NCSA httpd</a>
    <li><a href="LICENSE">Apache License</A>
    </ul>
    
  ***************
  *** 26,43 ****
    <ul>
    <li><A HREF="install.html">Compiling and Installing Apache</A>
    <li><A HREF="invoking.html">Starting Apache</A>
  ! <li><A HREF="directives.html">Apache run-time configuration directives</A>
  ! <li><A HREF="modules.html">Apache modules</A>
    <li><A HREF="handler.html">Apache's handler use</A>
  ! <LI><A HREF="API.html">Highly generalized API to server functionality</A>
    </ul>
    
    <h3><a name="oth">Other Notes</a></h3>
    <ul>
  ! <li><A HREF="FAQ.html">Frequently Asked Questions list</a>
  ! <li><A href="howto.html">How do I? documentation</A>
  ! <LI><A HREF="security_tips.html">Security tips</A>
  ! <LI><A HREF="perf.html">Performance hints</a> for heavily loaded web servers.
    </ul>
    
    <p><a href="1.0/">Apache 1.0 documentation</a> (Out of date)</p>
  --- 26,43 ----
    <ul>
    <li><A HREF="install.html">Compiling and Installing Apache</A>
    <li><A HREF="invoking.html">Starting Apache</A>
  ! <li><A HREF="mod/directives.html">Apache run-time configuration directives</A>
  ! <li><A HREF="mod/">Apache modules</A>
    <li><A HREF="handler.html">Apache's handler use</A>
  ! <LI><A HREF="misc/API.html">Highly generalized API to server functionality</A>
    </ul>
    
    <h3><a name="oth">Other Notes</a></h3>
    <ul>
  ! <li><A HREF="misc/FAQ.html">Frequently Asked Questions list</a>
  ! <li><A href="misc/howto.html">How do I? documentation</A>
  ! <LI><A HREF="misc/security_tips.html">Security tips</A>
  ! <LI><A HREF="misc/perf.html">Performance hints</a> for heavily loaded web servers.
    </ul>
    
    <p><a href="1.0/">Apache 1.0 documentation</a> (Out of date)</p>