You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2001/12/02 20:20:07 UTC

cvs commit: httpd-docs-1.3/htdocs/manual sitemap.html index.html.en

slive       01/12/02 11:20:07

  Modified:    htdocs/manual index.html.en
  Added:       htdocs/manual sitemap.html
  Log:
  Add a sitemap.
  
  The goals here:
  
  1. Include all documentation that MAY be still relevant.  If it was clearly
  obsolete, I didn't include it.  If it was probably obsolete, I put it in
  a special section at the bottom.
  
  2. Put it in the order you would want it if you were to read the documentation
  from top to bottom (Ouch!).  I did this relatively quickly, so I'm sure
  the ordering could be improved.  Go to it!
  
  Revision  Changes    Path
  1.54      +8 -8      httpd-docs-1.3/htdocs/manual/index.html.en
  
  Index: index.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/index.html.en,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -d -b -u -r1.53 -r1.54
  --- index.html.en	2001/11/28 02:59:03	1.53
  +++ index.html.en	2001/12/02 19:20:07	1.54
  @@ -28,6 +28,9 @@
                   href="misc/FAQ.html"><strong>FAQ</strong></a> </td>
   
                   <td align="center" bgcolor="#bebebe"><a
  +		href="sitemap.html"><strong>SiteMap</strong></a></td>
  +
  +                <td align="center" bgcolor="#bebebe"><a
                   href="mod/directives.html"><strong>Directives</strong></a>
                   </td>
   
  @@ -70,14 +73,6 @@
             </td>
           </tr>
         </table>
  -      <!--
  -                        <table cellspacing="0" cellpadding="0" border="0" width="600">
  -                        <tr>
  -                        <td align="center"><hr size="1" noshade width="100%">
  -                        </td>
  -                        </tr>
  -                        </table>
  -                        -->
   
         <table cellspacing="0" cellpadding="0" border="0"
         width="600">
  @@ -287,6 +282,11 @@
                 <tr>
                   <td><a href="misc/FAQ.html">Frequently Asked
                   Questions</a> </td>
  +              </tr>
  +
  +              <tr>
  +                <td><a href="sitemap.html">SiteMap</a>
  +                </td>
                 </tr>
   
                 <tr>
  
  
  
  1.1                  httpd-docs-1.3/htdocs/manual/sitemap.html
  
  Index: sitemap.html
  ===================================================================
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  
  <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
      <title>Site Map</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">Site Map</h1>
  
  <ul>
  <li><a href="index.html">Apache HTTP Server Version 1.3 Documentation</a>
  <ul>
  
  <li>Release Notes
  <ul>
  <li><a href="upgrading_to_1_3.html">Upgrading to 1.3 from 1.2</a></li>
  <li><a href="new_features_1_3.html">New features with Apache 1.3</a></li>
  </ul></li>
  
  <li>Using the Apache HTTP Server
  <ul>
  <li><a href="install.html">Compiling and Installing Apache</a></li>
  <li><a href="invoking.html">Starting Apache</a></li>
  <li><a href="stopping.html">Stopping and Restarting Apache</a></li>
  <li><a href="configuring.html">Configuration Files</a></li>
  <li><a href="sections.html">How Directory, Location and Files sections work</a></li>
  <li><a href="server-wide.html">Server-Wide Configuration</a></li>
  <li><a href="logs.html">Log Files</a></li>
  <li><a href="urlmapping.html">Mapping URLs to Filesystem Locations</a></li>
  <li><a href="misc/security_tips.html">Security Tips</a></li>
  <li><a href="dso.html">Dynamic Shared Object (DSO) support</a></li>
  <li><a href="content-negotiation.html">Apache Content Negotiation</a></li>
  <li><a href="custom-error.html">Custom error responses</a></li>
  <li><a href="bind.html">Setting which addresses and ports Apache uses</a></li>
  <li><a href="env.html">Environment Variables in Apache</a></li>
  <li><a href="handler.html">Apache's Handler Use</a></li>
  <li><a href="suexec.html">suEXEC Support</a></li>
  <li><a href="misc/perf-tuning.html">Performance Hints</a></li>
  <li><a href="misc/rewriteguide.html">URL Rewriting Guide</a></li>
  </ul></li>
  
  <li><a href="vhosts/index.html">Apache Virtual Host documentation</a>
  <ul>
  <li><a href="vhosts/name-based.html">Name-based Virtual Hosts</a></li>
  <li><a href="vhosts/ip-based.html">IP-based Virtual Host Support</a></li>
  <li><a href="vhosts/mass.html">Dynamically configured mass virtual hosting</a></li>
  <li><a href="vhosts/examples.html">VirtualHost Examples</a></li>
  <li><a href="vhosts/details.html">An In-Depth Discussion of Virtual Host Matching</a></li>
  <li><a href="vhosts/fd-limits.html">File Descriptor Limits with Virtual Hosts</a></li>
  <li><a href="dns-caveats.html">Issues Regarding DNS and Apache</a></li>
  </ul></li>
  
  <li><a href="misc/FAQ.html">Apache Server Frequently Asked Questions</a></li>
  
  <li>Guides, Tutorials, and HowTos
  <ul>
  <li><a href="howto/auth.html">Authentication, Authorization, and Access Control</a></li>
  <li><a href="howto/cgi.html">Apache Tutorial: Dynamic Content with CGI</a></li>
  <li><a href="howto/ssi.html">Apache Tutorial: Introduction to Server
  Side Includes</a></li>
  <li><a href="misc/howto.html">HOWTO documentation</a></li>
  <li><a href="misc/tutorials.html">Apache Tutorials</a></li>
  </ul></li>
  
  <li>Platform-specific Notes
  <ul>
  <li><a href="windows.html">Using Apache with Microsoft Windows</a></li>
  <li><a href="win_compiling.html">Compiling Apache for Microsoft Windows</a></li>
  <li><a href="win_service.html">Running Apache for Windows as a Service</a></li>
  <li><a href="cygwin.html">Using Apache with Cygwin</a></li>
  <li><a href="ebcdic.html">The Apache EBCDIC Port</a></li>
  <li><a href="readme-tpf.html">The Apache TPF Port</a></li>
  <li><a href="install-tpf.html">Installing Apache on TPF</a></li>
  <li><a href="mpeix.html">Using Apache with HP MPE/iX</a></li>
  <li><a href="netware.html">Using Apache with Novell NetWare</a></li>
  <li><a href="unixware.html">Compiling Apache under UnixWare</a></li>
  <li><a href="misc/perf-bsd44.html">Running a High-Performance Web Server for BSD</a></li>
  <li><a href="misc/perf-dec.html">Performance Tuning Tips for Digital Unix</a></li>
  <li><a href="misc/perf-hp.html">Running a High-Performance Web Server on HPUX</a></li>
  <li><a href="misc/perf.html">Hints on Running a High-Performance Web Server</a></li>
  </ul></li>
  
  <li><a href="programs/index.html">Apache HTTP Server and Supporting Programs</a>
  <ul>
  <li><a href="programs/httpd.html">Manual Page: httpd - Apache HTTP Server</a></li>
  <li><a href="programs/apxs.html">Manual Page: apxs - Apache HTTP Server</a></li>
  <li><a href="programs/ab.html">Manual Page: ab - Apache HTTP Server</a></li>
  <li><a href="programs/apachectl.html">Manual Page: apachectl - Apache HTTP Server</a></li>
  <li><a href="programs/dbmmanage.html">Manual Page: dbmmanage - Apache HTTP Server</a></li>
  <li><a href="programs/htdigest.html">Manual Page: htdigest - Apache HTTP Server</a></li>
  <li><a href="programs/htpasswd.html">Manual Page: htpasswd - Apache HTTP Server</a></li>
  <li><a href="programs/logresolve.html">Manual Page: logresolve - Apache HTTP Server</a></li>
  <li><a href="programs/rotatelogs.html">Manual Page: rotatelogs - Apache HTTP Server</a></li>
  <li><a href="programs/suexec.html">Manual Page: suexec - Apache HTTP Server</a></li>
  <li><a href="programs/other.html">Other Programs - Apache HTTP Server</a></li>
  </ul></li>
  
  <li><a href="mod/index.html">Apache modules</a>
  <ul>
  <li><a href="mod/index-bytype.html">Apache modules - By Type</a></li>
  <li><a href="mod/directives.html">Apache directives</a></li>
  <li><a href="mod/directive-dict.html">Definitions of terms used to describe Apache directives</a></li>
  <li><a href="mod/module-dict.html">Definitions of terms used to describe Apache modules</a></li>
  <li><a href="mod/core.html">Apache Core Features</a></li>
  <li><a href="mod/mod_access.html">Apache module mod_access</a></li>
  <li><a href="mod/mod_actions.html">Apache module mod_actions</a></li>
  <li><a href="mod/mod_alias.html">Apache module mod_alias</a></li>
  <li><a href="mod/mod_asis.html">Apache module mod_asis</a></li>
  <li><a href="mod/mod_auth.html">Apache module mod_auth</a></li>
  <li><a href="mod/mod_auth_anon.html">Apache module mod_auth_anon.c</a></li>
  <li><a href="mod/mod_auth_db.html">Apache module mod_auth_db</a></li>
  <li><a href="mod/mod_auth_dbm.html">Apache module mod_auth_dbm</a></li>
  <li><a href="mod/mod_auth_digest.html">Apache module mod_auth_digest</a></li>
  <li><a href="mod/mod_autoindex.html">Apache module mod_autoindex</a></li>
  <li><a href="mod/mod_cern_meta.html">Apache module mod_cern_meta</a></li>
  <li><a href="mod/mod_cgi.html">Apache module mod_cgi</a></li>
  <li><a href="mod/mod_digest.html">Apache module mod_digest</a></li>
  <li><a href="mod/mod_dir.html">Apache module mod_dir</a></li>
  <li><a href="mod/mod_env.html">Apache module mod_env</a></li>
  <li><a href="mod/mod_example.html">Apache module mod_example</a></li>
  <li><a href="mod/mod_expires.html">Apache module mod_expires</a></li>
  <li><a href="mod/mod_headers.html">Apache module mod_headers</a></li>
  <li><a href="mod/mod_imap.html">Apache module mod_imap</a></li>
  <li><a href="mod/mod_include.html">Apache module mod_include</a></li>
  <li><a href="mod/mod_info.html">Apache module mod_info</a></li>
  <li><a href="mod/mod_isapi.html">Apache module mod_isapi</a></li>
  <li><a href="mod/mod_log_agent.html">Apache module mod_log_agent</a></li>
  <li><a href="mod/mod_log_config.html">Apache module mod_log_config</a></li>
  <li><a href="mod/mod_log_referer.html">Apache module mod_log_referer</a></li>
  <li><a href="mod/mod_mime.html">Apache module mod_mime</a></li>
  <li><a href="mod/mod_mime_magic.html">Apache module mod_mime_magic</a></li>
  <li><a href="mod/mod_mmap_static.html">Apache module mod_mmap_static</a></li>
  <li><a href="mod/mod_negotiation.html">Apache module mod_negotiation</a></li>
  <li><a href="mod/mod_proxy.html">Apache module mod_proxy</a></li>
  <li><a href="mod/mod_rewrite.html">Apache module mod_rewrite</a></li>
  <li><a href="mod/mod_setenvif.html">Apache module mod_setenvif</a></li>
  <li><a href="mod/mod_so.html">Apache module mod_so</a></li>
  <li><a href="mod/mod_speling.html">Apache module mod_speling</a></li>
  <li><a href="mod/mod_status.html">Apache module mod_status</a></li>
  <li><a href="mod/mod_unique_id.html">Apache module mod_unique_id</a></li>
  <li><a href="mod/mod_userdir.html">Apache module mod_userdir</a></li>
  <li><a href="mod/mod_usertrack.html">Apache module mod_usertrack</a></li>
  <li><a href="mod/mod_vhost_alias.html">Apache module mod_vhost_alias</a></li>
  </ul></li>
  
  <li><a href="misc/API.html">Apache API notes</a></li>
  
  <li><a href="misc/index.html">Older Documentation</a>
  <ul>
  <li><a href="cgi_path.html">PATH_INFO Changes in the CGI Environment</a></li>
  <li><a href="keepalive.html">Apache Keep-Alive Support</a></li>
  <li><a href="multilogs.html">Apache Multiple Log Files</a></li>
  <li><a href="process-model.html">Server Pool Management</a></li>
  <li><a href="sourcereorg.html">Source Re-organisation</a></li>
  <li><a href="misc/compat_notes.html">Notes about Compatibility with NCSA's Server</a></li>
  <li><a href="misc/custom_errordocs.html">International Customized Server Error Messages</a></li>
  <li><a href="misc/descriptors.html">Descriptors and Apache</a></li>
  <li><a href="misc/fin_wait_2.html">Connections in FIN_WAIT_2 and Apache</a></li>
  <li><a href="misc/known_client_problems.html">Known Client Problems</a></li>
  <li><a href="misc/nopgp.html">Why We Took PEM Out of Apache</a></li>
  <li><a href="misc/vif-info.html">Configuring Multiple IP Addresses</a></li>
  <li><a href="misc/windoz_keepalive.html">MS Windows Netscape 3.0b4 KeepAlive problem solved</a></li>
  <li><a href="misc/client_block_api.html">Reading Client Input in Apache 1.2</a></li>
  </ul></li>
  
  </ul></li>
  </ul>
  
  <!--#include virtual="footer.html" -->
  
    </body>
  </html>