]> granicus.if.org Git - apache/commitdiff
Get rid of the mod/index-bytype.html file. Now that we have better
authorJoshua Slive <slive@apache.org>
Sat, 25 May 2002 16:47:20 +0000 (16:47 +0000)
committerJoshua Slive <slive@apache.org>
Sat, 25 May 2002 16:47:20 +0000 (16:47 +0000)
cross-referencing and unifying documentation it isn't necessary.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95281 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/index.html.en
docs/manual/index.html.fr
docs/manual/index.html.ja.jis
docs/manual/install.html
docs/manual/install.html.en
docs/manual/mod/index-bytype.html [deleted file]
docs/manual/sitemap.html
docs/manual/sitemap.html.en

index c590818a4b99c8e42eaa31b4d9be9da2bf061594..853ed951df667e4f86c19468eef2c2a3755443ed 100644 (file)
               </tr>
 
               <tr>
-                <td>Modules: <a href="mod/index-bytype.html">By
-                Type</a> or <a href="mod/">Alphabetical</a> </td>
+                <td><a href="mod/">Modules</a> </td>
               </tr>
 
               <tr>
index 73f0f72942b6d649b6353aeefed597b32a53af79..3732a1032e4813151b51c9c90db4aa0e973e8e2f 100644 (file)
               </tr>
 
               <tr>
-                <td>Modules <a href="mod/index-bytype.html">par
-                type</a> ou <a href="mod/">par ordre
-                alphab&eacute;tique</a> </td>
+                <td><a href="mod/">Modules</a> </td>
               </tr>
 
               <tr>
index 5cf4771844e77d02667aae6d36897a9827b6d327..ef491fdef8adc8acf679ff41757adf7877f1d55d 100644 (file)
                </tr>
 
                <tr>
-                 <td>\e$B%b%8%e!<%k\e(B: <a href="mod/index-bytype.html">\e$B<oN`JL\e(B</a>
-                 \e$B$H\e(B <a href="mod/">\e$B%"%k%U%!%Y%C%H=g\e(B</a> </td>
+                 <td><a href="mod/">\e$B%b%8%e!<%k\e(B</a> </td>
                </tr>
 
                <tr>
index ee9600d08784226dd3fe41b7b24d029ea6958613..8ecdd9d9cbb52d822e3eef153213886f91c84649 100644 (file)
     are available in various modules. During the configuration
     process, you must select which modules to compile for use with
     your server. You can view a <a
-    href="mod/index-bytype.html">list of modules</a> included in
+    href="mod/index.html">list of modules</a> included in
     the documentation. Those modules with a <a
     href="mod/module-dict.html#Status">status</a> of "Base" are
     included by default and must be specifically disabled if you do
index ee9600d08784226dd3fe41b7b24d029ea6958613..8ecdd9d9cbb52d822e3eef153213886f91c84649 100644 (file)
     are available in various modules. During the configuration
     process, you must select which modules to compile for use with
     your server. You can view a <a
-    href="mod/index-bytype.html">list of modules</a> included in
+    href="mod/index.html">list of modules</a> included in
     the documentation. Those modules with a <a
     href="mod/module-dict.html#Status">status</a> of "Base" are
     included by default and must be specifically disabled if you do
diff --git a/docs/manual/mod/index-bytype.html b/docs/manual/mod/index-bytype.html
deleted file mode 100644 (file)
index 72bb095..0000000
+++ /dev/null
@@ -1,289 +0,0 @@
-<!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>
-    <meta name="generator" content="HTML Tidy, see www.w3.org" />
-
-    <title>Apache modules</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">Apache modules</h1>
-
-    <p>Below is a list of all of the modules that come as part of
-    the Apache distribution. See also the list of modules <a
-    href="index.html">sorted alphabetically</a> and the complete
-    alphabetical list of <a href="directives.html">all Apache
-    directives</a>.</p>
-
-    <h2>Core Features and Multi-Processing Modules</h2>
-
-    <dl>
-      <dt><a href="core.html">core</a></dt>
-      <dd>Core Apache HTTP Server features that are always available</dd>
-
-      <dt><a href="mpm_common.html">mpm_common</a></dt>
-      <dd>A collection of directives that are implemented by more than
-      one multi-processing module (MPM)</dd>
-
-      <dt><a href="mpm_netware.html">mpm_netware</a></dt>
-      <dd>Multi-Processing Module implementing an exclusively threaded web
-      server optimized for Novell NetWare</dd>
-
-      <dt><a href="mpm_winnt.html">mpm_winnt</a></dt>
-      <dd>This Multi-Processing Module is optimized for Windows NT.</dd>
-
-      <dt><a href="perchild.html">perchild</a></dt>
-      <dd>Multi-Processing Module allowing for daemon processes
-      serving requests to be assigned a variety of different
-      userids</dd>
-
-      <dt><a href="prefork.html">prefork</a></dt>
-      <dd>Implements a non-threaded, pre-forking web server</dd>
-
-      <dt><a href="worker.html">worker</a></dt>
-      <dd>Multi-Processing Module implementing a hybrid
-      multi-threaded multi-process web server</dd>
-    </dl>
-
-    <h2>Environment Creation</h2>
-
-    <dl>
-      <dt><a href="mod_env.html">mod_env</a></dt>
-
-      <dd>Passing of environments to CGI scripts</dd>
-
-      <dt><a href="mod_setenvif.html">mod_setenvif</a></dt>
-
-      <dd>Set environment variables based on client
-      information</dd>
-
-      <dt><a href="mod_unique_id.html">mod_unique_id</a></dt>
-
-      <dd>Generate unique request identifier for every request</dd>
-    </dl>
-
-    <h2>Content Type Decisions</h2>
-
-    <dl>
-      <dt><a href="mod_mime.html">mod_mime</a></dt>
-
-      <dd>Determining document types using file extensions.</dd>
-
-      <dt><a href="mod_mime_magic.html">mod_mime_magic</a></dt>
-
-      <dd>Determining document types using "magic numbers".</dd>
-
-      <dt><a href="mod_negotiation.html">mod_negotiation</a></dt>
-
-      <dd>Content negotiation.</dd>
-
-      <dt><a href="mod_charset_lite.html">mod_charset_lite</a></dt>
-
-      <dd>Configuring character set translation.</dd>
-    </dl>
-
-    <h2>URL Mapping</h2>
-
-    <dl>
-      <dt><a href="mod_alias.html">mod_alias</a></dt>
-
-      <dd>Mapping different parts of the host filesystem in the
-      document tree, and URL redirection.</dd>
-
-      <dt><a href="mod_rewrite.html">mod_rewrite</a></dt>
-
-      <dd>Powerful URI-to-filename mapping using regular
-      expressions</dd>
-
-      <dt><a href="mod_userdir.html">mod_userdir</a></dt>
-
-      <dd>User home directories.</dd>
-
-      <dt><a href="mod_speling.html">mod_speling</a></dt>
-
-      <dd>Automatically correct minor typos in URLs</dd>
-
-      <dt><a href="mod_vhost_alias.html">mod_vhost_alias</a></dt>
-
-      <dd>Support for dynamically configured mass virtual
-      hosting</dd>
-    </dl>
-
-    <h2>Directory Handling</h2>
-
-    <dl>
-      <dt><a href="mod_dir.html">mod_dir</a></dt>
-
-      <dd>Basic directory handling.</dd>
-
-      <dt><a href="mod_autoindex.html">mod_autoindex</a></dt>
-
-      <dd>Automatic directory listings.</dd>
-    </dl>
-
-    <h2>Access Control</h2>
-
-    <dl>
-      <dt><a href="mod_access.html">mod_access</a></dt>
-
-      <dd>Access control based on client hostname or IP
-      address.</dd>
-
-      <dt><a href="mod_auth.html">mod_auth</a></dt>
-
-      <dd>User authentication using text files.</dd>
-
-      <dt><a href="mod_auth_dbm.html">mod_auth_dbm</a></dt>
-
-      <dd>User authentication using DBM files.</dd>
-
-      <dt><a href="mod_auth_anon.html">mod_auth_anon</a></dt>
-
-      <dd>Anonymous user access to authenticated areas.</dd>
-
-      <dt><a href="mod_auth_digest.html">mod_auth_digest</a></dt>
-
-      <dd>MD5 authentication</dd>
-
-      <dt><a href="mod_auth_ldap.html">mod_auth_ldap</a></dt>
-
-      <dd>User authentication using LDAP.</dd>
-    </dl>
-
-    <h2>HTTP Response</h2>
-
-    <dl>
-      <dt><a href="mod_headers.html">mod_headers</a></dt>
-
-      <dd>Add arbitrary HTTP headers to resources</dd>
-
-      <dt><a href="mod_cern_meta.html">mod_cern_meta</a></dt>
-
-      <dd>Support for HTTP header metafiles.</dd>
-
-      <dt><a href="mod_expires.html">mod_expires</a></dt>
-
-      <dd>Apply Expires: headers to resources</dd>
-
-      <dt><a href="mod_asis.html">mod_asis</a></dt>
-
-      <dd>Sending files which contain their own HTTP headers.</dd>
-    </dl>
-
-    <h2>Dynamic Content</h2>
-
-    <dl>
-      <dt><a href="mod_include.html">mod_include</a></dt>
-
-      <dd>Server-parsed documents.</dd>
-
-      <dt><a href="mod_cgi.html">mod_cgi</a></dt>
-
-      <dd>Invoking CGI scripts.</dd>
-
-      <dt><a href="mod_cgid.html">mod_cgid</a></dt>
-
-      <dd>Invoking CGI scripts using an external daemon.</dd>
-
-      <dt><a href="mod_actions.html">mod_actions</a></dt>
-
-      <dd>Executing CGI scripts based on media type or request
-      method.</dd>
-
-      <dt><a href="mod_isapi.html">mod_isapi</a></dt>
-
-      <dd>Windows ISAPI Extension support</dd>
-
-      <dt><a href="mod_ext_filter.html">mod_ext_filter</a></dt>
-
-      <dd>Filtering content with external programs.</dd>
-
-      <dt><a href="mod_suexec.html">mod_suexec</a></dt>
-
-      <dd>Run CGI requests as a specified user and group.</dd>
-    </dl>
-
-    <h2>Internal Content Handlers</h2>
-
-    <dl>
-      <dt><a href="mod_status.html">mod_status</a></dt>
-
-      <dd>Server status display</dd>
-
-      <dt><a href="mod_info.html">mod_info</a></dt>
-
-      <dd>Server configuration information</dd>
-    </dl>
-
-    <h2>Logging</h2>
-
-    <dl>
-      <dt><a href="mod_log_config.html">mod_log_config</a></dt>
-
-      <dd>User-configurable logging replacement for
-      mod_log_common.</dd>
-
-      <dt><a href="mod_usertrack.html">mod_usertrack</a></dt>
-
-      <dd>User tracking using Cookies</dd>
-    </dl>
-
-    <h2>Miscellaneous</h2>
-
-    <dl>
-      <dt><a href="mod_imap.html">mod_imap</a></dt>
-
-      <dd>The imagemap file handler.</dd>
-
-      <dt><a href="mod_proxy.html">mod_proxy</a></dt>
-
-      <dd>Caching proxy abilities</dd>
-
-      <dt><a href="mod_so.html">mod_so</a></dt>
-
-      <dd>Support for loading modules at runtime</dd>
-
-      <dt><a href="mod_file_cache.html">mod_file_cache</a></dt>
-
-      <dd>Caching files in memory for faster serving.</dd>
-
-      <dt><a href="mod_cache.html">mod_cache</a></dt>
-
-      <dd>Content cache keyed to URIs</dd>
-
-      <dt><a href="mod_dav.html">mod_dav</a></dt>
-
-      <dd>Class 1,2 <a href="http://www.webdav.org">WebDAV</a> HTTP
-      extensions</dd>
-
-      <dt><a href="mod_deflate.html">mod_deflate</a></dt>
-
-      <dd>Compression of content</dd>
-
-      <dt><a href="mod_ssl.html">mod_ssl</a></dt>
-
-      <dd>strong cryptography using the Secure Sockets Layer (SSL) and
-      Transport Layer Security (TLS) protocols</dt>
-
-      <dt><a href="mod_ldap.html">mod_ldap</a></dt>
-
-      <dd>LDAP connection pool and shared memory cache.</dd>
-    </dl>
-
-    <h2>Development</h2>
-
-    <dl>
-      <dt><a href="mod_example.html">mod_example</a></dt>
-
-      <dd>Demonstrates Apache API</dd>
-    </dl>
-    <!--#include virtual="footer.html" -->
-  </body>
-</html>
-
index 079ecc54f33e2ee71bae5bea172b9b3e3b080f75..d1f27cb89f7858ac3ec20171c844b1be66b032e4 100644 (file)
@@ -123,7 +123,6 @@ Server on HPUX</a></li>
 
 <li><a href="mod/">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/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>
index 079ecc54f33e2ee71bae5bea172b9b3e3b080f75..d1f27cb89f7858ac3ec20171c844b1be66b032e4 100644 (file)
@@ -123,7 +123,6 @@ Server on HPUX</a></li>
 
 <li><a href="mod/">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/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>