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 2002/09/06 21:15:10 UTC

cvs commit: httpd-2.0/docs/manual sitemap.xml sitemap.html.en

slive       2002/09/06 12:15:07

  Modified:    docs     STATUS
               docs/manual sitemap.html.en
  Added:       docs/manual sitemap.xml
  Log:
  Convert the sitemap to XML.  (Well, I cheated a little -- I just shoved
  the whole thing in <summary>.)
  
  Also add entries for the .htaccess tutorial, public_html tutorial,
  mod_auth_ldap, and mod_ldap.
  
  Revision  Changes    Path
  1.35      +1 -2      httpd-2.0/docs/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/STATUS,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -d -b -u -r1.34 -r1.35
  --- STATUS	6 Sep 2002 19:07:36 -0000	1.34
  +++ STATUS	6 Sep 2002 19:15:07 -0000	1.35
  @@ -115,7 +115,6 @@
   custom-error.html.en
   index.html.en                      # leave in html?
   cgi_path.html.en
  -sitemap.html.en
   howto/cgi.html.en
   howto/ssi.html.en
   howto/auth.html.en
  
  
  
  1.10      +13 -19    httpd-2.0/docs/manual/sitemap.html.en
  
  Index: sitemap.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/sitemap.html.en,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -d -b -u -r1.9 -r1.10
  --- sitemap.html.en	26 Jul 2002 18:02:55 -0000	1.9
  +++ sitemap.html.en	6 Sep 2002 19:15:07 -0000	1.10
  @@ -1,18 +1,10 @@
  -<!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 - Apache HTTP Server 2.0</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>
  -
  +<?xml version="1.0" encoding="ISO-8859-1"?>
  +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
  +        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  +              This file is generated from xml source: DO NOT EDIT
  +        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  +      --><title>Site Map - Apache HTTP Server</title><link href="./style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /><link href="./style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /><link href="./images/favicon.ico" rel="shortcut icon" /></head><body id="manual-page"><div id="page-header"><p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p><p class="apache">Apache HTTP Server Version 2.0</p><img alt="" src="./images/feather.gif" /></div><div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="./images/left.gif" /></a></div><div id="path"><a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs-project/">Documentation</a> &gt; <a href="./">Version 2.0</a></div><div id="page-content"><div id="preamble"><h1>Site Map</h1>
   <ul>
   <li><a href="index.html">Apache HTTP Server Version 2.0 Documentation</a>
   
  @@ -75,10 +67,12 @@
   
   <li>Guides, Tutorials, and HowTos
   <ul>
  -<li><a href="howto/auth.html">Authentication</a></li>
  +<li><a href="howto/auth.html">Apache Tutorial: Authentication</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="howto/htaccess.html">Apache Tutorial: .htaccess files</a></li>
  +<li><a href="howto/public_html.html">Apache Tutorial: Per-user web directories</a></li>
   <li><a href="misc/tutorials.html">Apache Tutorials</a></li>
   </ul></li>
   
  @@ -141,6 +135,7 @@
   <li><a href="mod/mod_auth_anon.html">Apache module mod_auth_anon.c</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_auth_ldap.html">Apache module mod_auth_ldap</a></li>
   <li><a href="mod/mod_autoindex.html">Apache module mod_autoindex</a></li>
   <li><a href="mod/mod_cache.html">Apache module mod_cache</a></li>
   <li><a href="mod/mod_cern_meta.html">Apache module mod_cern_meta</a></li>
  @@ -160,6 +155,7 @@
   <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_ldap.html">Apache module mod_ldap</a></li>
   <li><a href="mod/mod_log_config.html">Apache module mod_log_config</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>
  @@ -196,6 +192,4 @@
   
   </ul>
   
  -    <!--#include virtual="footer.html" -->
  -  </body>
  -</html>
  +</div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div></body></html>
  \ No newline at end of file
  
  
  
  1.1                  httpd-2.0/docs/manual/sitemap.xml
  
  Index: sitemap.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8" ?>
  <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
  <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?>
  
  <manualpage>
    <relativepath href="."/>
  
    <title>Site Map</title>
  
  <summary>
  <ul>
  <li><a href="index.html">Apache HTTP Server Version 2.0 Documentation</a>
  
  <ul>
  <li>Release Notes
  <ul>
  <li><a href="upgrading.html">Upgrading to 2.0 from 1.3</a></li>
  <li><a href="new_features_2_0.html">New features with Apache 2.0</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 the Server</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">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="mpm.html">Multi-Processing Modules (MPMs)</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="filter.html">Filters</a></li>
  <li><a href="suexec.html">suEXEC Support</a></li>
  <li><a href="misc/perf-tuning.html">Performance Hintes</a></li>
  <li><a href="misc/rewriteguide.html">URL Rewriting Guide</a></li>
  </ul></li>
  
  <li><a href="vhosts/">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 limitations</a></li>
  <li><a href="dns-caveats.html">Issues Regarding DNS and Apache</a></li>
  </ul></li>
  
  <li><a href="faq/">Apache Server Frequently Asked Questions</a>
  <ul>
  <li><a href="faq/support.html">Support</a></li>
  </ul></li>
  
  <li><a href="ssl/">Apache SSL/TLS Encryption</a>
  <ul>
  <li><a href="ssl/ssl_intro.html">SSL/TLS Encryption: An Introduction</a></li>
  <li><a href="ssl/ssl_compat.html">SSL/TLS Encryption: Compatibility</a></li>
  <li><a href="ssl/ssl_howto.html">SSL/TLS Encryption: How-To</a></li>
  <li><a href="ssl/ssl_faq.html">SSL/TLS Encryption: FAQ</a></li>
  <li><a href="ssl/ssl_glossary.html">SSL/TLS Encryption: Glossary</a></li>
  </ul></li>
  
  
  <li>Guides, Tutorials, and HowTos
  <ul>
  <li><a href="howto/auth.html">Apache Tutorial: Authentication</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="howto/htaccess.html">Apache Tutorial: .htaccess files</a></li>
  <li><a href="howto/public_html.html">Apache Tutorial: Per-user web directories</a></li>
  <li><a href="misc/tutorials.html">Apache Tutorials</a></li>
  </ul></li>
  
  
  <li>Platform-specific Notes
  <ul>
  <li><a href="platform/windows.html">Using Apache with Microsoft
  Windows</a></li>
  <li><a href="platform/win_compiling.html">Compiling Apache for
  Microsoft Windows</a></li>
  <li><a href="platform/win_service.html">Running Apache for Windows as
  a Service</a></li>
  <li><a href="platform/netware.html">Using Apache with Novell NetWare</a></li>
  <li><a href="platform/perf-hp.html">Running a High-Performance Web
  Server on HPUX</a></li>
  <li><a href="ebcdic.html">The Apache EBCDIC Port</a></li>
  </ul></li>
  
  <li><a href="programs/">Apache HTTP Server and Supporting Programs</a>
  <ul>
  <li><a href="programs/httpd.html">Manual Page: httpd</a></li>
  <li><a href="programs/ab.html">Manual Page: ab</a></li>
  <li><a href="programs/apachectl.html">Manual Page: apachectl</a></li>
  <li><a href="programs/apxs.html">Manual Page: apxs</a></li>
  <li><a href="programs/dbmmanage.html">Manual Page: dbmmanage</a></li>
  <li><a href="programs/htdigest.html">Manual Page: htdigest</a></li>
  <li><a href="programs/htpasswd.html">Manual Page: htpasswd</a></li>
  <li><a href="programs/logresolve.html">Manual Page: logresolve</a></li>
  <li><a href="programs/rotatelogs.html">Manual Page: rotatelogs</a></li>
  <li><a href="programs/suexec.html">Manual Page: suexec</a></li>
  <li><a href="programs/other.html">Other Programs</a></li>
  </ul></li>
  
  <li><a href="misc/">Apache Miscellaneous Documentation</a>
  <ul>
  <li><a href="misc/custom_errordocs.html">International Customized Server Error Messages</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/descriptors.html">Descriptors and Apache</a></li>
  <li><a href="cgi_path.html">PATH_INFO Changes in the CGI Environment</a></li>
  </ul></li>
  
  <li><a href="mod/">Apache modules</a>
  <ul>
  <li><a href="mod/directives.html">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/directive-dict.html">Definitions of terms used to describe Apache directives</a></li>
  <li><a href="mod/core.html">Apache Core Features</a></li>
  <li><a href="mod/mpm_common.html">Apache MPM Common Directives</a></li>
  <li><a href="mod/mpm_netware.html">Apache MPM netware</a></li>
  <li><a href="mod/mpm_winnt.html">Apache MPM winnt</a></li>
  <li><a href="mod/perchild.html">Apache MPM perchild</a></li>
  <li><a href="mod/prefork.html">Apache MPM prefork</a></li>
  <li><a href="mod/worker.html">Apache MPM worker</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_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_auth_ldap.html">Apache module mod_auth_ldap</a></li>
  <li><a href="mod/mod_autoindex.html">Apache module mod_autoindex</a></li>
  <li><a href="mod/mod_cache.html">Apache module mod_cache</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_cgid.html">Apache module mod_cgi</a></li>
  <li><a href="mod/mod_charset_lite.html">Apache module mod_charset_lite</a></li>
  <li><a href="mod/mod_dav.html">Apache module mod_dav</a></li>
  <li><a href="mod/mod_deflate.html">Apache module mod_deflate</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_ext_filter.html">Apache module mod_ext_filter</a></li>
  <li><a href="mod/mod_file_cache.html">Apache module mod_file_cache</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_ldap.html">Apache module mod_ldap</a></li>
  <li><a href="mod/mod_log_config.html">Apache module mod_log_config</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_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_ssl.html">Apache module mod_ssl</a></li>
  <li><a href="mod/mod_status.html">Apache module mod_status</a></li>
  <li><a href="mod/mod_suexec.html">Apache module mod_suexec</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="developer/">Developer Documentation</a>
  <ul>
  <li><a href="developer/API.html">Apache API notes</a></li>
  <li><a href="developer/debugging.html">Debugging Memory Allocation in APR</a></li>
  <li><a href="developer/documenting.html">Documenting Apache 2.0</a></li>
  <li><a href="developer/hooks.html">Apache 2.0 Hook Functions</a></li>
  <li><a href="developer/layeredio.html">Apache 2.0 Layered I/O</a></li>
  <li><a href="developer/modules.html">Converting Modules from Apache 1.3 to Apache 2.0</a></li>
  <li><a href="developer/request.html">Request Processing in Apache 2.0</a></li>
  <li><a href="developer/filters.html">How Filters Work in Apache 2.0</a></li>
  </ul></li>
  
  <li><a href="glossary.html">Glossary</a></li>
  
  </ul></li>
  
  </ul>
  
  </summary>
  </manualpage>