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/03/06 23:16:50 UTC

cvs commit: httpd-2.0/docs/manual/mod core.xml mod_asis.xml mod_auth.xml mod_auth_anon.xml mod_auth_dbm.xml mod_auth_digest.xml mod_autoindex.xml mod_cgi.xml mod_cgid.xml mod_charset_lite.xml mod_dav.xml mod_deflate.xml mod_env.xml

slive       02/03/06 14:16:50

  Modified:    docs/manual/mod core.xml mod_asis.xml mod_auth.xml
                        mod_auth_anon.xml mod_auth_dbm.xml
                        mod_auth_digest.xml mod_autoindex.xml mod_cgi.xml
                        mod_cgid.xml mod_charset_lite.xml mod_dav.xml
                        mod_deflate.xml mod_env.xml
  Log:
  Bring some more files into line with the new DTD.
  
  Revision  Changes    Path
  1.2       +36 -33    httpd-2.0/docs/manual/mod/core.xml
  
  Index: core.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -d -b -u -r1.1 -r1.2
  --- core.xml	19 Feb 2002 18:15:15 -0000	1.1
  +++ core.xml	6 Mar 2002 22:16:49 -0000	1.2
  @@ -1,12 +1,12 @@
   <?xml version="1.0"?>
  -<!DOCTYPE xml:manual [ <!ENTITY nbsp "&#160;"> ]>
  +<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
   <modulesynopsis>
   
   <name>core</name>
  -<status>Core</status>
   <description>Core Apache HTTP Server features that are always
   available</description>
  +<status>Core</status>
   
   <directivesynopsis>
   <name>AcceptPathInfo</name>
  @@ -114,10 +114,11 @@
   <description>Specifies the default character set to be added for a
   response without an explicit character set</description>
   <syntax>AddDefaultCharset On|Off|<em>charset</em></syntax>
  +<default>AddDefaultCharset Off</default>
   <contextlist><context>server config</context>
   <context>virtual host</context><context>directory</context>
   <context>.htaccess</context></contextlist>
  -<default>AddDefaultCharset Off</default>
  +
   
   <usage>
   
  @@ -294,7 +295,8 @@
   <description>Selects the type of user authentication</description>
   <syntax>AuthType Basic|Digest</syntax>
   <contextlist><context>directory</context><context>.htaccess</context>
  -<override>AuthConfig</override></contextlist>
  +</contextlist>
  +<override>AuthConfig</override>
   
   <usage>
       <p>This directive selects the type of user authentication for a
  @@ -377,8 +379,8 @@
   <example>
         <code>DefaultType image/gif</code>
   </example>
  -    would be appropriate for a directory which contained many gif
  -    images with filenames missing the .gif extension. 
  +    <p>would be appropriate for a directory which contained many gif
  +    images with filenames missing the .gif extension.</p>
   
       <p>Note that unlike <directive
       module="core">ForceType</directive>, this directive is only
  @@ -421,8 +423,8 @@
   <example>
      &lt;Directory ~ "^/www/.*/[0-9]{3}"&gt;
   </example>
  -    would match directories in /www/ that consisted of three
  -    numbers. 
  +    <p>would match directories in /www/ that consisted of three
  +    numbers.</p>
   
       <p>If multiple (non-regular expression) directory sections
       match the directory (or its parents) containing a document,
  @@ -470,7 +472,7 @@
       <code>/home/abc/public_html/abc</code> and be applied.</p>
   
      <p><strong>Note that the default Apache access for
  -    &lt;Directory /&gt; is <samp>Allow from All</samp>. This means
  +    &lt;Directory /&gt; is <code>Allow from All</code>. This means
       that Apache will serve any file mapped from an URL. It is
       recommended that you change this with a block such
       as</strong></p>
  @@ -689,17 +691,17 @@
       FileETag directive allows you to choose which of these -- if any
       -- should be used.  The recognized keywords are:
       </p>
  -    <dl compact="compact">
  -     <dt><b>INode</b></dt>
  +    <dl>
  +     <dt><strong>INode</strong></dt>
        <dd>The file's i-node number will be included in the calculation</dd>
  -     <dt><b>MTime</b></dt>
  +     <dt><strong>MTime</strong></dt>
        <dd>The date and time the file was last modified will be included</dd>
  -     <dt><b>Size</b></dt>
  +     <dt><strong>Size</strong></dt>
        <dd>The number of bytes in the file will be included</dd>
  -     <dt><b>All</b></dt>
  +     <dt><strong>All</strong></dt>
        <dd>All available fields will be used (equivalent to
         '<code>FileETag&nbsp;INode&nbsp;MTime&nbsp;Size</code>')</dd>
  -     <dt><b>None</b></dt>
  +     <dt><strong>None</strong></dt>
        <dd>If a document is file-based, no ETag field will be included in the
         response</dd>
       </dl>
  @@ -1456,16 +1458,16 @@
   
       <table>
         <tr>
  -        <th align="LEFT"><strong>Level</strong> </th>
  +        <th><strong>Level</strong> </th>
   
  -        <th align="LEFT"><strong>Description</strong> </th>
  +        <th><strong>Description</strong> </th>
         </tr>
   
         <tr>
           <th>
           </th>
   
  -        <th align="LEFT"><strong>Example</strong> </th>
  +        <th><strong>Example</strong> </th>
         </tr>
   
         <tr>
  @@ -1844,7 +1846,7 @@
   by Apache children</description>
   <syntax>RLimitCPU <em>number</em>|max [<em>number</em>|max]</syntax>
   <default>Unset; uses operating system defaults</default>
  -<contextlist>><context>server config</context><context>virtual host</context>
  +<contextlist><context>server config</context><context>virtual host</context>
   </contextlist>
   <compatibility>Moved in version 2.0 to
       the <a href="../mpm.html">MPMs</a></compatibility>
  @@ -2141,13 +2143,13 @@
       mod_info output, ...). The reason why you would want to enable
       such a footer line is that in a chain of proxies, the user often
       has no possibility to tell which of the chained servers actually
  -    produced a returned error message.<br /> The <samp>Off</samp>
  +    produced a returned error message.<br /> The <code>Off</code>
       setting, which is the default, suppresses the error line (and is
       therefore compatible with the behavior of Apache-1.2 and
  -    below). The <samp>On</samp> setting simply adds a line with the
  +    below). The <code>On</code> setting simply adds a line with the
       server version number and <directive
       module="core">ServerName</directive> of the serving virtual host,
  -    and the <samp>EMail</samp> setting additionally creates a
  +    and the <code>EMail</code> setting additionally creates a
       "mailto:" reference to the <directive
       module="core">ServerAdmin</directive> of the referenced
       document.</p>
  @@ -2162,7 +2164,7 @@
   <contextlist><context>server config</context></contextlist>
   
   <usage>
  -    <p>This directive controls whether <samp>Server</samp> response
  +    <p>This directive controls whether <code>Server</code> response
       header field which is sent back to clients includes a
       description of the generic OS-type of the server as well as
       information about compiled-in modules.</p>
  @@ -2170,23 +2172,23 @@
       <dl>
         <dt><code>ServerTokens Prod[uctOnly]</code></dt>
   
  -      <dd>Server sends (<em>e.g.</em>): <samp>Server:
  -      Apache</samp></dd>
  +      <dd>Server sends (<em>e.g.</em>): <code>Server:
  +      Apache</code></dd>
   
         <dt><code>ServerTokens Min[imal]</code></dt>
   
  -      <dd>Server sends (<em>e.g.</em>): <samp>Server:
  -      Apache/1.3.0</samp></dd>
  +      <dd>Server sends (<em>e.g.</em>): <code>Server:
  +      Apache/1.3.0</code></dd>
   
         <dt><code>ServerTokens OS</code></dt>
   
  -      <dd>Server sends (<em>e.g.</em>): <samp>Server: Apache/1.3.0
  -      (Unix)</samp></dd>
  +      <dd>Server sends (<em>e.g.</em>): <code>Server: Apache/1.3.0
  +      (Unix)</code></dd>
   
         <dt><code>ServerTokens Full</code> (or not specified)</dt>
   
  -      <dd>Server sends (<em>e.g.</em>): <samp>Server: Apache/1.3.0
  -      (Unix) PHP/3.0 MyMod/1.2</samp></dd>
  +      <dd>Server sends (<em>e.g.</em>): <code>Server: Apache/1.3.0
  +      (Unix) PHP/3.0 MyMod/1.2</code></dd>
       </dl>
   
       <p>This setting applies to the entire server, and cannot be
  @@ -2405,9 +2407,10 @@
         <li>A fully qualified domain name for the IP address of the
         virtual host.</li>
       </ul>
  -    Example: 
   
  -<example>&lt;VirtualHost 10.1.2.3&gt;<br />
  +
  +<example><title>Example</title>
  +       &lt;VirtualHost 10.1.2.3&gt;<br />
          ServerAdmin webmaster@host.foo.com<br />
          DocumentRoot /www/docs/host.foo.com<br />
          ServerName host.foo.com<br />
  
  
  
  1.2       +1 -0      httpd-2.0/docs/manual/mod/mod_asis.xml
  
  Index: mod_asis.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_asis.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -d -b -u -r1.1 -r1.2
  --- mod_asis.xml	18 Feb 2002 00:18:50 -0000	1.1
  +++ mod_asis.xml	6 Mar 2002 22:16:49 -0000	1.2
  @@ -1,4 +1,5 @@
   <?xml version="1.0"?>
  +<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
   <modulesynopsis>
   
  
  
  
  1.2       +1 -0      httpd-2.0/docs/manual/mod/mod_auth.xml
  
  Index: mod_auth.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_auth.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -d -b -u -r1.1 -r1.2
  --- mod_auth.xml	18 Feb 2002 00:18:50 -0000	1.1
  +++ mod_auth.xml	6 Mar 2002 22:16:49 -0000	1.2
  @@ -1,4 +1,5 @@
   <?xml version="1.0"?>
  +<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
   <modulesynopsis>
   
  
  
  
  1.3       +1 -0      httpd-2.0/docs/manual/mod/mod_auth_anon.xml
  
  Index: mod_auth_anon.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_auth_anon.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -d -b -u -r1.2 -r1.3
  --- mod_auth_anon.xml	28 Feb 2002 17:05:00 -0000	1.2
  +++ mod_auth_anon.xml	6 Mar 2002 22:16:49 -0000	1.3
  @@ -1,4 +1,5 @@
   <?xml version="1.0"?>
  +<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
   <modulesynopsis>
   
  
  
  
  1.2       +1 -0      httpd-2.0/docs/manual/mod/mod_auth_dbm.xml
  
  Index: mod_auth_dbm.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_auth_dbm.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -d -b -u -r1.1 -r1.2
  --- mod_auth_dbm.xml	20 Feb 2002 16:17:40 -0000	1.1
  +++ mod_auth_dbm.xml	6 Mar 2002 22:16:49 -0000	1.2
  @@ -1,4 +1,5 @@
   <?xml version="1.0"?>
  +<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
   <modulesynopsis>
   
  
  
  
  1.2       +1 -0      httpd-2.0/docs/manual/mod/mod_auth_digest.xml
  
  Index: mod_auth_digest.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_auth_digest.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -d -b -u -r1.1 -r1.2
  --- mod_auth_digest.xml	28 Feb 2002 19:20:22 -0000	1.1
  +++ mod_auth_digest.xml	6 Mar 2002 22:16:49 -0000	1.2
  @@ -1,4 +1,5 @@
   <?xml version="1.0"?>
  +<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
   <modulesynopsis>
   <name>mod_auth_digest</name>
  
  
  
  1.2       +43 -44    httpd-2.0/docs/manual/mod/mod_autoindex.xml
  
  Index: mod_autoindex.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_autoindex.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -d -b -u -r1.1 -r1.2
  --- mod_autoindex.xml	1 Mar 2002 18:38:04 -0000	1.1
  +++ mod_autoindex.xml	6 Mar 2002 22:16:49 -0000	1.2
  @@ -1,5 +1,5 @@
   <?xml version="1.0"?>
  -<!DOCTYPE xml:manual [ <!ENTITY nbsp "&#160;"> ]>
  +<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
   <modulesynopsis>
   <name>mod_autoindex</name>
  @@ -50,7 +50,7 @@
       same header repeatedly toggles between ascending and descending
       order. These column header links are suppressed with
       <directive module="autoindex">IndexOptions</directive> directive's
  -    <samp>SuppressColumnSorting</samp> option.</p>
  +    <code>SuppressColumnSorting</code> option.</p>
   
       <p>Note that when the display is sorted by "Size", it's the
       <em>actual</em> size of the files that's used, not the
  @@ -73,41 +73,41 @@
       resource.</p>
   
       <ul>
  -      <li><samp>C=N</samp> sorts the directory by file name</li>
  +      <li><code>C=N</code> sorts the directory by file name</li>
   
  -      <li><samp>C=M</samp> sorts the directory by last-modified
  +      <li><code>C=M</code> sorts the directory by last-modified
         date, then file name</li>
   
  -      <li><samp>C=S</samp> sorts the directory by size, then file
  +      <li><code>C=S</code> sorts the directory by size, then file
         name</li>
   
  -      <li><samp>C=D</samp> sorts the directory by description, then
  +      <li><code>C=D</code> sorts the directory by description, then
         file name<br />
          &nbsp;</li>
   
  -      <li><samp>O=A</samp> sorts the listing in Ascending
  +      <li><code>O=A</code> sorts the listing in Ascending
         Order</li>
   
  -      <li><samp>O=D</samp> sorts the listing in Descending
  +      <li><code>O=D</code> sorts the listing in Descending
         Order<br />
          &nbsp;</li>
   
  -      <li><samp>F=0</samp> formats the listing as a simple list
  +      <li><code>F=0</code> formats the listing as a simple list
         (not FancyIndexed)</li>
   
  -      <li><samp>F=1</samp> formats the listing as a FancyIndexed
  +      <li><code>F=1</code> formats the listing as a FancyIndexed
         list</li>
   
  -      <li><samp>F=2</samp> formats the listing as an HTMLTable
  +      <li><code>F=2</code> formats the listing as an HTMLTable
         FancyIndexed list<br />
          &nbsp;</li>
   
  -      <li><samp>V=0</samp> disables version sorting</li>
  +      <li><code>V=0</code> disables version sorting</li>
   
  -      <li><samp>V=1</samp> enables version sorting<br />
  +      <li><code>V=1</code> enables version sorting<br />
          &nbsp;</li>
   
  -      <li><samp>P=<em>pattern</em></samp> lists only files matching
  +      <li><code>P=<em>pattern</em></code> lists only files matching
         the given <em>pattern</em></li>
       </ul>
   
  @@ -479,7 +479,7 @@
       of</p>
   
       <dl>
  -      <dt><a id="indexoptions:descriptionwidth"
  +      <dt><a
         name="indexoptions:descriptionwidth">DescriptionWidth=[<em>n</em>
         | *] (<em>Apache 1.3.10 or 2.0.23 and later</em>)</a></dt>
   
  @@ -497,22 +497,22 @@
         width necessary to accommodate the longest description
         string.</dd>
   
  -      <dd><b>See the section on <directive
  +      <dd><strong>See the section on <directive
         module="mod_autoindex">AddDescription</directive> for dangers
  -      inherent in truncating descriptions.</b></dd>
  +      inherent in truncating descriptions.</strong></dd>
   
  -      <dt><a id="indexoptions:fancyindexing"
  +      <dt><a 
         name="indexoptions:fancyindexing">FancyIndexing</a></dt>
   
         <dd>
         This turns on fancy indexing of directories.</dd>
   
  -      <dt><a id="indexoptions:foldersfirst"
  -      name="indexoptions:foldersfirst">FoldersFirst (<i>Apache
  -      1.3.10 or 2.0.23 and later</i>)</a></dt>
  +      <dt><a 
  +      name="indexoptions:foldersfirst">FoldersFirst (<em>Apache
  +      1.3.10 or 2.0.23 and later</em>)</a></dt>
   
         <dd>If this option is enabled, subdirectory listings will
  -      <i>always</i> appear first, followed by normal files in the
  +      <em>always</em> appear first, followed by normal files in the
         directory. The listing is basically broken into two
         components, the files and the subdirectories, and each is
         sorted separately and then displayed subdirectories-first.
  @@ -520,14 +520,14 @@
         <code>FoldersFirst</code> is enabled, subdirectory
         <code>Zed</code> will be listed before subdirectory
         <code>Beta</code>, which will be listed before normal files
  -      <code>Gamma</code> and <code>Alpha</code>. <b>This option
  +      <code>Gamma</code> and <code>Alpha</code>. <strong>This option
         only has an effect if <a
         href="#indexoptions:fancyindexing"><code>FancyIndexing</code></a>
  -      is also enabled.</b></dd>
  +      is also enabled.</strong></dd>
   
  -      <dt><a id="indexoptions:htmltable"
  -      name="indexoptions:htmltable">HTMLTable</a> <i>(Experimental,
  -      Apache 2.0.23 and later)</i></dt>
  +      <dt><a 
  +      name="indexoptions:htmltable">HTMLTable</a> <em>(Experimental,
  +      Apache 2.0.23 and later)</em></dt>
   
         <dd>
         This experimental option with FancyIndexing constructs a
  @@ -537,14 +537,14 @@
         left-to-right and right-to-left reading order, as can happen
         on WinNT or other utf-8 enabled platforms.</dd>
   
  -      <dt><a id="indexoptions:iconsarelinks"
  +      <dt><a 
         name="indexoptions:iconsarelinks">IconsAreLinks</a></dt>
   
         <dd>
         This makes the icons part of the anchor for the filename, for
         fancy indexing.</dd>
   
  -      <dt><a id="indexoptions:iconheight"
  +      <dt><a 
         name="indexoptions:iconheight">IconHeight[=pixels]
         (<em>Apache 1.3 and later</em>)</a></dt>
   
  @@ -558,7 +558,7 @@
         the standard height of the icons supplied with the Apache
         software.</dd>
   
  -      <dt><a id="indexoptions:iconwidth"
  +      <dt><a 
         name="indexoptions:iconwidth">IconWidth[=pixels] (<em>Apache
         1.3 and later</em>)</a></dt>
   
  @@ -572,7 +572,7 @@
         the standard width of the icons supplied with the Apache
         software.</dd>
   
  -      <dt><a id="indexoptions:ignoreclient"
  +      <dt><a 
         name="indexoptions:ignoreclient">IgnoreClient</a></dt>
   
         <dd>
  @@ -581,7 +581,7 @@
         <code><a
         href="#indexoptions:suppresscolumnsorting">SuppressColumnSorting</a></code>.)</dd>
   
  -      <dt><a id="indexoptions:namewidth"
  +      <dt><a 
         name="indexoptions:namewidth">NameWidth=[<em>n</em> | *]
         (<em>Apache 1.3.2 and later</em>)</a></dt>
   
  @@ -597,8 +597,7 @@
         <dd><code>NameWidth=*</code> grows the column to the
         necessary width.</dd>
   
  -      <dt><a id="indexoptions:scanhtmltitles"
  -      name="indexoptions:scanhtmltitles">ScanHTMLTitles</a></dt>
  +      <dt><a       name="indexoptions:scanhtmltitles">ScanHTMLTitles</a></dt>
   
         <dd>
         This enables the extraction of the title from HTML documents
  @@ -607,7 +606,7 @@
         httpd will read the document for the value of the TITLE tag.
         This is CPU and disk intensive.</dd>
   
  -      <dt><a id="indexoptions:suppresscolumnsorting"
  +      <dt><a 
         name="indexoptions:suppresscolumnsorting">SuppressColumnSorting</a>
         (<em>Apache 1.3 and later</em>)</dt>
   
  @@ -622,7 +621,7 @@
         href="#indexoptions:ignoreclient">IndexOptions
         IgnoreClient</a> in Apache 2.0.23.</dd>
   
  -      <dt><a id="indexoptions:suppressdescription"
  +      <dt><a 
         name="indexoptions:suppressdescription">SuppressDescription</a></dt>
   
         <dd>
  @@ -637,7 +636,7 @@
         index option to limit the size of the description
         column.</dd>
   
  -      <dt><a id="indexoptions:suppresshtmlpreamble"
  +      <dt><a 
         name="indexoptions:suppresshtmlpreamble">SuppressHTMLPreamble</a>
         (<em>Apache 1.3 and later</em>)</dt>
   
  @@ -652,7 +651,7 @@
         HTML instructions in this case. If there is no header file, the
         preamble is generated as usual.</dd>
   
  -      <dt><a id="indexoptions:suppressicon"
  +      <dt><a 
         name="indexoptions:suppressicon">SuppressIcon</a> (<em>Apache
         2.0.23 and later</em>)</dt>
   
  @@ -663,14 +662,14 @@
         by the final specification prohibits IMG and HR tags from the
         PRE block (used to format FancyIndexed listings.)</dd>
   
  -      <dt><a id="indexoptions:suppresslastmodified"
  +      <dt><a 
         name="indexoptions:suppresslastmodified">SuppressLastModified</a></dt>
   
         <dd>
         This will suppress the display of the last modification date,
         in fancy indexing listings.</dd>
   
  -      <dt><a id="indexoptions:suppressrules"
  +      <dt><a 
         name="indexoptions:suppressrules">SuppressRules</a>
         (<em>Apache 2.0.23 and later</em>)</dt>
   
  @@ -681,14 +680,14 @@
         by the final specification prohibits IMG and HR tags from the
         PRE block (used to format FancyIndexed listings.)</dd>
   
  -      <dt><a id="indexoptions:suppresssize"
  +      <dt><a 
         name="indexoptions:suppresssize">SuppressSize</a></dt>
   
         <dd>
         This will suppress the file size in fancy indexing
         listings.</dd>
   
  -      <dt><a id="indexoptions:trackmodified"
  +      <dt><a 
         name="indexoptions:trackmodified">TrackModified (<em>Apache
         1.3.15 or 2.0.23 and later</em>)</a></dt>
   
  @@ -707,7 +706,7 @@
         Last-Modified header on all Unix platforms.</strong> If this
         is a concern, leave this option disabled.</dd>
   
  -      <dt><a id="indexoptions:versionsort"
  +      <dt><a 
         name="indexoptions:versionsort">VersionSort (<em>Apache 2.0a3
         and later</em>)</a></dt>
   
  @@ -738,7 +737,7 @@
         </dd>
   
         <dd>
  -        <h3>Incremental IndexOptions</h3>
  +        <strong>Incremental IndexOptions</strong>
         </dd>
   
         <dd>
  
  
  
  1.2       +1 -1      httpd-2.0/docs/manual/mod/mod_cgi.xml
  
  Index: mod_cgi.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_cgi.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -d -b -u -r1.1 -r1.2
  --- mod_cgi.xml	1 Mar 2002 22:16:23 -0000	1.1
  +++ mod_cgi.xml	6 Mar 2002 22:16:49 -0000	1.2
  @@ -1,5 +1,5 @@
   <?xml version="1.0"?>
  -<!DOCTYPE xml:manual [ <!ENTITY nbsp "&#160;"> ]>
  +<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
   <modulesynopsis>
   
  
  
  
  1.2       +1 -1      httpd-2.0/docs/manual/mod/mod_cgid.xml
  
  Index: mod_cgid.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_cgid.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -d -b -u -r1.1 -r1.2
  --- mod_cgid.xml	1 Mar 2002 22:16:23 -0000	1.1
  +++ mod_cgid.xml	6 Mar 2002 22:16:49 -0000	1.2
  @@ -1,5 +1,5 @@
   <?xml version="1.0"?>
  -<!DOCTYPE xml:manual [ <!ENTITY nbsp "&#160;"> ]>
  +<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
   <modulesynopsis>
   
  
  
  
  1.3       +7 -6      httpd-2.0/docs/manual/mod/mod_charset_lite.xml
  
  Index: mod_charset_lite.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_charset_lite.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -d -b -u -r1.2 -r1.3
  --- mod_charset_lite.xml	4 Mar 2002 20:57:06 -0000	1.2
  +++ mod_charset_lite.xml	6 Mar 2002 22:16:49 -0000	1.3
  @@ -1,4 +1,5 @@
   <?xml version="1.0"?>
  +<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
   <modulesynopsis>
   
  @@ -86,8 +87,8 @@
       as a valid character set name by the character set support in
       APR. Generally, this means that it must be supported by
       iconv.</p>
  -    Example: 
  -<example>
  +    
  +<example><title>example</title>
       &lt;Directory "/export/home/trawick/apacheinst/htdocs/convert"&gt;<br />
       CharsetSourceEnc  UTF-16BE<br />
       CharsetDefault    ISO8859-1<br />
  @@ -117,8 +118,8 @@
       as a valid character set name by the character set support in
       APR. Generally, this means that it must be supported by
       iconv.</p>
  -    Example: 
  -<example>
  +
  +<example><title>Example</title>
       &lt;Directory "/export/home/trawick/apacheinst/htdocs/convert"&gt;<br />
       CharsetSourceEnc  UTF-16BE<br />
       CharsetDefault    ISO8859-1<br />
  @@ -131,8 +132,8 @@
   <name>CharsetOptions</name>
   <description>Configures charset tranlation behavior</description>
   <syntax>CharsetOptions <em>option</em> [<em>option</em>] ...</syntax>
  -<default>CharsetOptions <em>DebugLevel=0</em> 
  -<em>NoImplicitAdd</em></default>
  +<default>CharsetOptions DebugLevel=0 
  +NoImplicitAdd</default>
   <contextlist><context>server config</context>
   <context>virtual host</context><context>directory</context>
   <context>.htaccess</context>
  
  
  
  1.3       +2 -2      httpd-2.0/docs/manual/mod/mod_dav.xml
  
  Index: mod_dav.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_dav.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -d -b -u -r1.2 -r1.3
  --- mod_dav.xml	6 Mar 2002 16:24:47 -0000	1.2
  +++ mod_dav.xml	6 Mar 2002 22:16:49 -0000	1.3
  @@ -1,5 +1,5 @@
   <?xml version="1.0"?>
  -<!DOCTYPE xml:manual [ <!ENTITY nbsp "&#160;"> ]>
  +<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
   <modulesynopsis>
   
  @@ -67,8 +67,8 @@
   </directivesynopsis>
   
   <directivesynopsis>
  -<description>Location of the DAV lock database</description>
   <name>DavLockDB</name>
  +<description>Location of the DAV lock database</description>
   <syntax>DavLockDB <em>file-path</em></syntax>
   <contextlist><context>server config</context><context>virtual host</context>
   </contextlist>
  
  
  
  1.2       +1 -1      httpd-2.0/docs/manual/mod/mod_deflate.xml
  
  Index: mod_deflate.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_deflate.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -d -b -u -r1.1 -r1.2
  --- mod_deflate.xml	4 Mar 2002 21:10:36 -0000	1.1
  +++ mod_deflate.xml	6 Mar 2002 22:16:49 -0000	1.2
  @@ -1,5 +1,5 @@
   <?xml version="1.0"?>
  -<!DOCTYPE xml:manual [ <!ENTITY nbsp "&#160;"> ]>
  +<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
   <modulesynopsis>
   
  
  
  
  1.2       +1 -0      httpd-2.0/docs/manual/mod/mod_env.xml
  
  Index: mod_env.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_env.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -d -b -u -r1.1 -r1.2
  --- mod_env.xml	6 Mar 2002 01:51:37 -0000	1.1
  +++ mod_env.xml	6 Mar 2002 22:16:49 -0000	1.2
  @@ -1,4 +1,5 @@
   <?xml version="1.0"?>
  +<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
   <modulesynopsis>