]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Sun, 2 Nov 2003 14:40:45 +0000 (14:40 +0000)
committerAndré Malo <nd@apache.org>
Sun, 2 Nov 2003 14:40:45 +0000 (14:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101682 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_auth_digest.html.en
docs/manual/mod/mod_autoindex.html.en
docs/manual/mod/mod_autoindex.html.ja.jis
docs/manual/mod/mod_autoindex.html.ko.euc-kr
docs/manual/mod/quickreference.html.de
docs/manual/mod/quickreference.html.en
docs/manual/mod/quickreference.html.ja.jis

index 4fd7557e5292cd82fbbf2bbe0c2583d321b73969..446df90b4bfd562b449565f76e37b26da3c944b2 100644 (file)
@@ -98,7 +98,7 @@
 <div class="directive-section"><h2><a name="AuthDigestAlgorithm" id="AuthDigestAlgorithm">AuthDigestAlgorithm</a> <a name="authdigestalgorithm" id="authdigestalgorithm">Directive</a></h2>
 <table class="directive">
 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Selects the algorithm used to calculate the challenge and
-response hases in digest authentication</td></tr>
+response hashes in digest authentication</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AuthDigestAlgorithm MD5|MD5-sess</code></td></tr>
 <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>AuthDigestAlgorithm MD5</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr>
@@ -130,10 +130,10 @@ authentication</td></tr>
     <p>The <code class="directive">AuthDigestDomain</code> directive allows
     you to specify one or more URIs which are in the same protection
     space (<em>i.e.</em> use the same realm and username/password info).
-    The specified URIs are prefixes, <em>i.e.</em> the client will assume
+    The specified URIs are prefixes; the client will assume
     that all URIs "below" these are also protected by the same
     username/password. The URIs may be either absolute URIs (<em>i.e.</em>
-    inluding a scheme, host, port, etc) or relative URIs.</p>
+    including a scheme, host, port, etc.) or relative URIs.</p>
 
     <p>This directive <em>should</em> always be specified and
     contain at least the (set of) root URI(s) for this space.
@@ -269,7 +269,7 @@ of clients</td></tr>
     <p>The <code class="directive">AuthDigestShmemSize</code> directive defines
     the amount of shared memory, that will be allocated at the server
     startup for keeping track of clients. Note that the shared memory
-    segment cannot be set less than the space that is neccessary for
+    segment cannot be set less than the space that is necessary for
     tracking at least <em>one</em> client. This value is dependant on your
     system. If you want to find out the exact value, you may simply
     set <code class="directive">AuthDigestShmemSize</code> to the value of
index 92c35551dce132f77f19cfb44a8ea558742abbe3..c23759e1a89ae06bccc392d35d705f3b6c616064 100644 (file)
@@ -59,7 +59,7 @@
     <code class="directive"><a href="../mod/core.html#options">Options</a></code> directive for
     more details.</p>
 
-    <p>If the <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code> option is given with the <code class="directive"><a href="#indexoptions">IndexOptions</a></code> directive,
+    <p>If the <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code> option is given with the <code class="directive"><a href="#indexoptions">IndexOptions</a></code> directive,
     the column headers are links that control the order of the
     display. If you select a header link, the listing will be
     regenerated, sorted by the values in that column. Selecting the
     <p>Apache 2.0.23 reorganized the Query Arguments for Column
     Sorting, and introduced an entire group of new query options.
     To effectively eliminate all client control over the output,
-    the <code><a href="#indexoptions:ignoreclient">IndexOptions
+    the <code><a href="#indexoptions.ignoreclient">IndexOptions
     IgnoreClient</a></code> option was introduced.</p>
 
     <p>The column sorting headers themselves are self-referencing
@@ -208,7 +208,7 @@ icon selected by filename</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_autoindex</td></tr>
 </table>
     <p><code class="directive">AddAlt</code> provides the alternate text to
-    display for a file, instead of an icon, for <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>.
+    display for a file, instead of an icon, for <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>.
     <var>File</var> is a file extension, partial filename, wild-card
     expression or full filename for files to describe.
     If <var>String</var> contains any whitespace, you have to enclose it
@@ -235,7 +235,7 @@ selected by MIME-encoding</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_autoindex</td></tr>
 </table>
     <p><code class="directive">AddAltByEncoding</code> provides the alternate
-    text to display for a file, instead of an icon, for <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>.
+    text to display for a file, instead of an icon, for <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>.
     <var>MIME-encoding</var> is a valid content-encoding, such as
     <code>x-compress</code>. If <var>String</var> contains any whitespace,
     you have to enclose it in quotes (<code>"</code> or <code>'</code>).
@@ -260,7 +260,7 @@ icon selected by MIME content-type</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_autoindex</td></tr>
 </table>
     <p><code class="directive">AddAltByType</code> sets the alternate text to
-    display for a file, instead of an icon, for <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>.
+    display for a file, instead of an icon, for <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>.
     <var>MIME-type</var> is a valid content-type, such as
     <code>text/html</code>. If <var>String</var> contains any whitespace,
     you have to enclose it in quotes (<code>"</code> or <code>'</code>).
@@ -283,7 +283,7 @@ icon selected by MIME content-type</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_autoindex</td></tr>
 </table>
     <p>This sets the description to display for a file, for
-    <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>.
+    <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>.
     <var>File</var> is a file extension, partial filename, wild-card
     expression or full filename for files to describe.
     <var>String</var> is enclosed in double quotes (<code>"</code>).</p>
@@ -293,13 +293,13 @@ icon selected by MIME content-type</td></tr>
     </code></p></div>
 
     <p>The typical, default description field is 23 bytes wide. 6
-    more bytes are added by the <code><a href="#indexoptions:suppressicon">IndexOptions SuppressIcon</a></code> option, 7 bytes are
-    added by the <code><a href="#indexoptions:suppresssize">IndexOptions SuppressSize</a></code> option, and 19 bytes are
-    added by the <code><a href="#indexoptions:suppresslastmodified">IndexOptions SuppressLastModified</a></code> option.
+    more bytes are added by the <code><a href="#indexoptions.suppressicon">IndexOptions SuppressIcon</a></code> option, 7 bytes are
+    added by the <code><a href="#indexoptions.suppresssize">IndexOptions SuppressSize</a></code> option, and 19 bytes are
+    added by the <code><a href="#indexoptions.suppresslastmodified">IndexOptions SuppressLastModified</a></code> option.
     Therefore, the widest default the description column is ever
     assigned is 55 bytes.</p>
 
-    <p>See the <a href="#indexoptions:descriptionwidth">DescriptionWidth</a> <code class="directive"><a href="#indexoptions">IndexOptions</a></code> keyword for details on overriding the size
+    <p>See the <a href="#indexoptions.descriptionwidth">DescriptionWidth</a> <code class="directive"><a href="#indexoptions">IndexOptions</a></code> keyword for details on overriding the size
     of this column, or allowing descriptions of unlimited length.</p>
 
     <div class="note"><h3>Caution</h3>
@@ -323,7 +323,7 @@ icon selected by MIME content-type</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_autoindex</td></tr>
 </table>
     <p>This sets the icon to display next to a file ending in
-    <var>name</var> for <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>. <var>Icon</var> is either a (%-escaped)
+    <var>name</var> for <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>. <var>Icon</var> is either a (%-escaped)
     relative URL to the icon, or of the format <code>
     (<var>alttext</var>,<var>url</var>)</code> where <var>alttext</var>
     is the text tag given for an icon for non-graphical browsers.</p>
@@ -356,7 +356,7 @@ content-encoding</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Base</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_autoindex</td></tr>
 </table>
-    <p>This sets the icon to display next to files with <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>.
+    <p>This sets the icon to display next to files with <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>.
     <var>Icon</var> is either a (%-escaped) relative URL to the icon,
     or of the format <code>(<var>alttext</var>,<var>url</var>)</code>
     where <var>alttext</var> is the text tag given for an icon for
@@ -383,7 +383,7 @@ content-type</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_autoindex</td></tr>
 </table>
     <p>This sets the icon to display next to files of type
-    <var>MIME-type</var> for <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>.
+    <var>MIME-type</var> for <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>.
     <var>Icon</var> is either a (%-escaped) relative URL to the icon,
     or of the format <code>(<var>alttext</var>,<var>url</var>)</code>
     where <var>alttext</var> is the text tag given for an icon for
@@ -409,7 +409,7 @@ configured</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_autoindex</td></tr>
 </table>
     <p>The <code class="directive">DefaultIcon</code> directive sets the icon
-    to display for files when no specific icon is known, for <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>.
+    to display for files when no specific icon is known, for <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>.
     <var>Url-path</var> is a (%-escaped) relative URL to the icon.</p>
 
     <div class="example"><h3>Example</h3><p><code>
@@ -469,7 +469,7 @@ of the index listing</td></tr>
 
     <p>If the file specified by <code class="directive">HeaderName</code> contains
     the beginnings of an HTML document (&lt;html&gt;, &lt;head&gt;, etc.)
-    then you will probably want to set <a href="#indexoptions:suppresshtmlpreamble"><code>IndexOptions
+    then you will probably want to set <a href="#indexoptions.suppresshtmlpreamble"><code>IndexOptions
     +SuppressHTMLPreamble</code></a>, so that these tags are not
     repeated.</p>
 
@@ -515,7 +515,7 @@ indexing</td></tr>
     of</p>
 
     <dl>
-      <dt><a name="indexoptions:descriptionwidth" id="indexoptions:descriptionwidth">DescriptionWidth=[<var>n</var> | *]</a> (<em>Apache 2.0.23 and
+      <dt><a name="indexoptions.descriptionwidth" id="indexoptions.descriptionwidth">DescriptionWidth=[<var>n</var> | *]</a> (<em>Apache 2.0.23 and
       later</em>)</dt>
 
       <dd>The <code>DescriptionWidth</code> keyword allows you to
@@ -535,11 +535,11 @@ indexing</td></tr>
       <dd><strong>See the section on <code class="directive"><a href="#adddescription">AddDescription</a></code> for dangers
       inherent in truncating descriptions.</strong></dd>
 
-      <dt><a name="indexoptions:fancyindexing" id="indexoptions:fancyindexing">FancyIndexing</a></dt>
+      <dt><a name="indexoptions.fancyindexing" id="indexoptions.fancyindexing">FancyIndexing</a></dt>
 
       <dd>This turns on fancy indexing of directories.</dd>
 
-      <dt><a name="indexoptions:foldersfirst" id="indexoptions:foldersfirst">FoldersFirst</a> (<em>Apache
+      <dt><a name="indexoptions.foldersfirst" id="indexoptions.foldersfirst">FoldersFirst</a> (<em>Apache
       2.0.23 and later</em>)</dt>
 
       <dd>If this option is enabled, subdirectory listings will
@@ -552,9 +552,9 @@ indexing</td></tr>
       <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>. <strong>This option
-      only has an effect if <a href="#indexoptions:fancyindexing"><code>FancyIndexing</code></a> is also enabled.</strong></dd>
+      only has an effect if <a href="#indexoptions.fancyindexing"><code>FancyIndexing</code></a> is also enabled.</strong></dd>
 
-      <dt><a name="indexoptions:htmltable" id="indexoptions:htmltable">HTMLTable</a> (<em>Experimental,
+      <dt><a name="indexoptions.htmltable" id="indexoptions.htmltable">HTMLTable</a> (<em>Experimental,
       Apache 2.0.23 and later</em>)</dt>
 
       <dd>This experimental option with FancyIndexing constructs a
@@ -564,12 +564,12 @@ indexing</td></tr>
       left-to-right and right-to-left reading order, as can happen
       on WinNT or other utf-8 enabled platforms.</dd>
 
-      <dt><a name="indexoptions:iconsarelinks" id="indexoptions:iconsarelinks">IconsAreLinks</a></dt>
+      <dt><a name="indexoptions.iconsarelinks" id="indexoptions.iconsarelinks">IconsAreLinks</a></dt>
 
       <dd>This makes the icons part of the anchor for the filename, for
       fancy indexing.</dd>
 
-      <dt><a name="indexoptions:iconheight" id="indexoptions:iconheight">IconHeight[=<var>pixels</var>]</a></dt>
+      <dt><a name="indexoptions.iconheight" id="indexoptions.iconheight">IconHeight[=<var>pixels</var>]</a></dt>
 
       <dd>Presence of this option, when used with IconWidth, will cause
       the server to include <code>height</code> and <code>width</code>
@@ -579,7 +579,7 @@ indexing</td></tr>
       it defaults to the standard height of the icons supplied with the Apache
       software.</dd>
 
-      <dt><a name="indexoptions:iconwidth" id="indexoptions:iconwidth">IconWidth[=<var>pixels</var>]</a></dt>
+      <dt><a name="indexoptions.iconwidth" id="indexoptions.iconwidth">IconWidth[=<var>pixels</var>]</a></dt>
 
       <dd>Presence of this option, when used with <code>IconHeight</code>,
       will cause the server to include <code>height</code> and
@@ -590,20 +590,20 @@ indexing</td></tr>
       the standard width of the icons supplied with the Apache
       software.</dd>
 
-      <dt><a name="indexoptions:ignorecase" id="indexoptions:ignorecase">IgnoreCase</a></dt>
+      <dt><a name="indexoptions.ignorecase" id="indexoptions.ignorecase">IgnoreCase</a></dt>
 
       <dd>If this option is enabled, names are sorted in a case-insensitive 
       manner.  For instance, if the sort order is ascending by name, and 
       IgnoreCase is enabled, file Zeta  will be listed after file alfa 
       (Note: file GAMMA will always be listed before file gamma). </dd>
 
-      <dt><a name="indexoptions:ignoreclient" id="indexoptions:ignoreclient">IgnoreClient</a></dt>
+      <dt><a name="indexoptions.ignoreclient" id="indexoptions.ignoreclient">IgnoreClient</a></dt>
 
       <dd>This option causes <code class="module"><a href="../mod/mod_autoindex.html">mod_autoindex</a></code> to ignore all
       query variables from the client, including sort order (implies
-      <code><a href="#indexoptions:suppresscolumnsorting">SuppressColumnSorting</a></code>.)</dd>
+      <code><a href="#indexoptions.suppresscolumnsorting">SuppressColumnSorting</a></code>.)</dd>
 
-      <dt><a name="indexoptions:namewidth" id="indexoptions:namewidth">NameWidth=[<var>n</var>
+      <dt><a name="indexoptions.namewidth" id="indexoptions.namewidth">NameWidth=[<var>n</var>
                | *]</a></dt>
 
       <dd>The <code>NameWidth</code> keyword allows you to specify the width
@@ -617,7 +617,7 @@ indexing</td></tr>
       <dd><code>NameWidth=*</code> grows the column to the necessary
       width.</dd>
 
-      <dt><a name="indexoptions:scanhtmltitles" id="indexoptions:scanhtmltitles">ScanHTMLTitles</a></dt>
+      <dt><a name="indexoptions.scanhtmltitles" id="indexoptions.scanhtmltitles">ScanHTMLTitles</a></dt>
 
       <dd>This enables the extraction of the title from HTML documents
       for fancy indexing. If the file does not have a description
@@ -625,7 +625,7 @@ indexing</td></tr>
       then httpd will read the document for the value of the
       <code>title</code> element. This is CPU and disk intensive.</dd>
 
-      <dt><a name="indexoptions:suppresscolumnsorting" id="indexoptions:suppresscolumnsorting">SuppressColumnSorting</a></dt>
+      <dt><a name="indexoptions.suppresscolumnsorting" id="indexoptions.suppresscolumnsorting">SuppressColumnSorting</a></dt>
 
       <dd>If specified, Apache will not make the column headings in a
       FancyIndexed directory listing into links for sorting. The
@@ -633,19 +633,19 @@ indexing</td></tr>
       column heading will sort the directory listing by the values
       in that column. <strong>Prior to Apache 2.0.23, this also
       disabled parsing the Query Arguments for the sort
-      string.</strong> That behavior is now controlled by <a href="#indexoptions:ignoreclient">IndexOptions
+      string.</strong> That behavior is now controlled by <a href="#indexoptions.ignoreclient">IndexOptions
       IgnoreClient</a> in Apache 2.0.23.</dd>
 
-      <dt><a name="indexoptions:suppressdescription" id="indexoptions:suppressdescription">SuppressDescription</a></dt>
+      <dt><a name="indexoptions.suppressdescription" id="indexoptions.suppressdescription">SuppressDescription</a></dt>
 
       <dd>This will suppress the file description in fancy indexing
       listings. By default, no file descriptions are defined, and
       so the use of this option will regain 23 characters of screen
       space to use for something else. See <code class="directive"><a href="#adddescription">AddDescription</a></code> for information about setting the file
-      description. See also the <code><a href="#indexoptions:descriptionwidth">DescriptionWidth</a></code>
+      description. See also the <code><a href="#indexoptions.descriptionwidth">DescriptionWidth</a></code>
       index option to limit the size of the description column.</dd>
 
-      <dt><a name="indexoptions:suppresshtmlpreamble" id="indexoptions:suppresshtmlpreamble">SuppressHTMLPreamble</a></dt>
+      <dt><a name="indexoptions.suppresshtmlpreamble" id="indexoptions.suppresshtmlpreamble">SuppressHTMLPreamble</a></dt>
 
       <dd>If the directory actually contains a file specified by the
       <code class="directive"><a href="#headername">HeaderName</a></code>
@@ -658,7 +658,7 @@ indexing</td></tr>
       in this case. If there is no header file, the preamble is generated
       as usual.</dd>
 
-      <dt><a name="indexoptions:suppressicon" id="indexoptions:suppressicon">SuppressIcon</a> (<em>Apache
+      <dt><a name="indexoptions.suppressicon" id="indexoptions.suppressicon">SuppressIcon</a> (<em>Apache
       2.0.23 and later</em>)</dt>
 
       <dd>This will suppress the icon in fancy indexing listings.
@@ -668,12 +668,12 @@ indexing</td></tr>
       <code>hr</code> elements from the <code>pre</code> block (used to
       format FancyIndexed listings.)</dd>
 
-      <dt><a name="indexoptions:suppresslastmodified" id="indexoptions:suppresslastmodified">SuppressLastModified</a></dt>
+      <dt><a name="indexoptions.suppresslastmodified" id="indexoptions.suppresslastmodified">SuppressLastModified</a></dt>
 
       <dd>This will suppress the display of the last modification date,
       in fancy indexing listings.</dd>
 
-      <dt><a name="indexoptions:suppressrules" id="indexoptions:suppressrules">SuppressRules</a>
+      <dt><a name="indexoptions.suppressrules" id="indexoptions.suppressrules">SuppressRules</a>
       (<em>Apache 2.0.23 and later</em>)</dt>
 
       <dd>This will suppress the horizontal rule lines (<code>hr</code>
@@ -683,11 +683,11 @@ indexing</td></tr>
       <code>hr</code> elements from the <code>pre</code> block (used to
       format FancyIndexed listings.)</dd>
 
-      <dt><a name="indexoptions:suppresssize" id="indexoptions:suppresssize">SuppressSize</a></dt>
+      <dt><a name="indexoptions.suppresssize" id="indexoptions.suppresssize">SuppressSize</a></dt>
 
       <dd>This will suppress the file size in fancy indexing listings.</dd>
 
-      <dt><a name="indexoptions:trackmodified" id="indexoptions:trackmodified">TrackModified</a> (<em>Apache
+      <dt><a name="indexoptions.trackmodified" id="indexoptions.trackmodified">TrackModified</a> (<em>Apache
       2.0.23 and later</em>)</dt>
 
       <dd>This returns the Last-Modified and ETag values for the listed
@@ -704,7 +704,7 @@ indexing</td></tr>
       Last-Modified header on all Unix platforms.</strong> If this
       is a concern, leave this option disabled.</dd>
 
-      <dt><a name="indexoptions:versionsort" id="indexoptions:versionsort">VersionSort</a>
+      <dt><a name="indexoptions.versionsort" id="indexoptions.versionsort">VersionSort</a>
       (<em>Apache 2.0a3 and later</em>)</dt>
 
       <dd>The <code>VersionSort</code> keyword causes files containing
@@ -801,7 +801,7 @@ Name|Date|Size|Description</code></td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_autoindex</td></tr>
 </table>
     <p>The <code class="directive">IndexOrderDefault</code> directive is used
-    in combination with the <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code> index option. By default, fancyindexed
+    in combination with the <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code> index option. By default, fancyindexed
     directory listings are displayed in ascending order by filename; the
     <code class="directive">IndexOrderDefault</code> allows you to change this
     initial display order.</p>
@@ -815,7 +815,7 @@ Name|Date|Size|Description</code></td></tr>
     <em>always</em> the ascending filename.</p>
 
     <p>You can force a directory listing to only be displayed in a
-    particular order by combining this directive with the <code><a href="#indexoptions:suppresscolumnsorting">SuppressColumnSorting</a></code> index option; this will prevent
+    particular order by combining this directive with the <code><a href="#indexoptions.suppresscolumnsorting">SuppressColumnSorting</a></code> index option; this will prevent
     the client from requesting the directory listing in a different
     order.</p>
 
index 9634b5638f6887284c48e068b101ced3801c0372..ff477922db2baeb42a83a276e178092d5c8cca24 100644 (file)
@@ -60,7 +60,7 @@
     <code class="directive"><a href="../mod/core.html#options">Options</a></code>
     \e$B%G%#%l%/%F%#%V$r$4Mw2<$5$$!#\e(B</p>
 
-    <p>\e$B$b$7\e(B <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>\e$B%*%W%7%g%s$,\e(B
+    <p>\e$B$b$7\e(B <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>\e$B%*%W%7%g%s$,\e(B
     <code class="directive"><a href="../mod/autoindex.html#indexoptions">IndexOptions</a></code>
     \e$B%G%#%l%/%F%#%V$KM?$($i$l$F$$$k$J$i$P!"\e(B
     \e$BNs$N@hF,$OI=<($N=gHV$r@)8f$9$k%j%s%/$K$J$j$^$9!#\e(B
     \e$B?7$7$$%/%(%j!<%*%W%7%g%s$N%0%k!<%W$rF3F~$7$^$7$?!#\e(B
     \e$B=PNO$KBP$9$k%/%i%$%"%s%H$N$9$Y$F$N@)8f$r8zN(E*$KKu>C\e(B
     \e$B$G$-$k$h$&$K!"\e(B
-    <code><a href="#indexoptions:ignoreclient">IndexOptions
+    <code><a href="#indexoptions.ignoreclient">IndexOptions
     IgnoreClient</a></code> \e$B$,F3F~$5$l$^$7$?!#\e(B</p>
 
     <p>\e$B%3%i%`%=!<%H$N%X%C%@$=$l<+BN$,!"\e(B
 <tr><th><a href="directive-dict.html#Status">\e$B%9%F!<%?%9\e(B:</a></th><td>Base</td></tr>
 <tr><th><a href="directive-dict.html#Module">\e$B%b%8%e!<%k\e(B:</a></th><td>mod_autoindex</td></tr>
 </table>
-    <p><code class="directive">AddAlt</code> \e$B$O!"\e(B<code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>
+    <p><code class="directive">AddAlt</code> \e$B$O!"\e(B<code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>
     \e$B$K$*$$$F!"%"%$%3%s$NBe$o$j$KI=<($9$kBeBX%F%-%9%H$rDs6!$7$^$9!#\e(B
     <var>file</var> \e$B$O!"@bL@$9$k%U%!%$%k$N%U%!%$%k3HD%;R!"\e(B
     \e$B%U%!%$%kL>$N0lIt!"%o%$%k%I%+!<%II=8=!"40A4$J%U%!%$%kL>$N\e(B
 <tr><th><a href="directive-dict.html#Module">\e$B%b%8%e!<%k\e(B:</a></th><td>mod_autoindex</td></tr>
 </table>
     <p><code class="directive">AddAltByEncoding</code> \e$B$O!"\e(B
-    <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>
+    <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>
     \e$B$K$*$$$F!"%"%$%3%s$NBe$o$j$KI=<($9$kBeBXJ8;zNs$rDs6!$7$^$9!#\e(B
     <var>MIME-encoding</var> \e$B$OM-8z$JId9f2=!"Nc$($P\e(B
     <code>x-compress</code>
 <tr><th><a href="directive-dict.html#Module">\e$B%b%8%e!<%k\e(B:</a></th><td>mod_autoindex</td></tr>
 </table>
     <p><code class="directive">AddAltByType</code> \e$B$O!"\e(B
-    <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>
+    <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>
     \e$B$K$*$$$F!"%"%$%3%s$NBe$o$j$KI=<($9$kBeBXJ8;zNs$r@_Dj$7$^$9!#\e(B
     <var>MIME-type</var> \e$B$OM-8z$J%?%$%W!"Nc$($P\e(B
     <code>text/html</code>
 <tr><th><a href="directive-dict.html#Status">\e$B%9%F!<%?%9\e(B:</a></th><td>Base</td></tr>
 <tr><th><a href="directive-dict.html#Module">\e$B%b%8%e!<%k\e(B:</a></th><td>mod_autoindex</td></tr>
 </table>
-    <p><code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>
+    <p><code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>
     \e$B$K$*$$$F!"%U%!%$%k$KBP$7$FI=<($9$k@bL@$r@_Dj$7$^$9!#\e(B
     <var>file</var> \e$B$O@bL@$9$k\e(B\e$B%U%!%$%k$N%U%!%$%k3HD%;R!"\e(B
     \e$B%U%!%$%kL>$N0lIt!"%o%$%k%I%+!<%II=8=!"40A4$J%U%!%$%kL>$N\e(B
     </code></p></div>
 
     <p>\e$BDL>o$N%G%U%)%k%H$N@bL@NN0h$O\e(B 23 \e$B%P%$%H$NI}$G$9!#\e(B
-    <code><a href="#indexoptions:suppressicon">IndexOptions SuppressIcon</a></code>
+    <code><a href="#indexoptions.suppressicon">IndexOptions SuppressIcon</a></code>
     \e$B%*%W%7%g%s$G\e(B 6 \e$B%P%$%HDI2C!"\e(B
-    <code><a href="#indexoptions:suppresssize">IndexOptions SuppressSize</a></code>
+    <code><a href="#indexoptions.suppresssize">IndexOptions SuppressSize</a></code>
     \e$B%*%W%7%g%s$G\e(B 7 \e$B%P%$%HDI2C!"\e(B
-    <code><a href="#indexoptions:suppresslastmodified">IndexOptions SuppressLastModified</a></code>
+    <code><a href="#indexoptions.suppresslastmodified">IndexOptions SuppressLastModified</a></code>
     \e$B%*%W%7%g%s$G\e(B 19 \e$B%P%$%HDI2C$5$l$^$9!#\e(B
     \e$B$G$9$+$i!"%G%U%)%k%H$N@bL@%3%i%`$N:GBgI}$O\e(B
     55 \e$B%P%$%H$K$J$j$^$9!#\e(B</p>
 
     <p>\e$B$3$N%3%i%`$NBg$-$5$r>e=q$-$7$?$j!"\e(B
     \e$B@bL@$,L5@)8BD9$G$b$h$$$h$&$K$9$k$?$a$N>\:Y$K4X$7$F$O!"\e(B
-    <a href="#indexoptions:descriptionwidth">DescriptionWidth</a>
+    <a href="#indexoptions.descriptionwidth">DescriptionWidth</a>
     \e$B$H$$$&\e(B
     <code class="directive"><a href="#indexoptions">IndexOptions</a></code> 
     \e$B$N%-!<%o!<%I$r$4Mw2<$5$$!#\e(B</p>
 <tr><th><a href="directive-dict.html#Status">\e$B%9%F!<%?%9\e(B:</a></th><td>Base</td></tr>
 <tr><th><a href="directive-dict.html#Module">\e$B%b%8%e!<%k\e(B:</a></th><td>mod_autoindex</td></tr>
 </table>
-    <p><code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>
+    <p><code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>
     \e$B$K$*$$$F!"\e(B
     <var>name</var> \e$B$G=*$o$k%U%!%$%k$NNY$KI=<($9$k%"%$%3%s$r@_Dj$7$^$9!#\e(B
     <var>icon</var> \e$B$O!"\e(B(% \e$B$G%(%9%1!<%W$5$l$?\e(B) \e$B%"%$%3%s$X$NAjBP\e(B URL
 <tr><th><a href="directive-dict.html#Status">\e$B%9%F!<%?%9\e(B:</a></th><td>Base</td></tr>
 <tr><th><a href="directive-dict.html#Module">\e$B%b%8%e!<%k\e(B:</a></th><td>mod_autoindex</td></tr>
 </table>
-    <p><code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>
+    <p><code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>
     \e$B$K$*$$$F!"%U%!%$%k$NNY$KI=<($9$k%"%$%3%s$r@_Dj$7$^$9!#\e(B
     <var>icon</var> \e$B$O!"\e(B(% \e$B$G%(%9%1!<%W$5$l$?\e(B) \e$B%"%$%3%s$X$NAjBP\e(B URL
     \e$B$+!"B>$N=q<0\e(B (<var>alttext</var>, <var>url</var>) \e$B$G$9!#\e(B
@@ -425,7 +425,7 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</td></tr>
 <tr><th><a href="directive-dict.html#Status">\e$B%9%F!<%?%9\e(B:</a></th><td>Base</td></tr>
 <tr><th><a href="directive-dict.html#Module">\e$B%b%8%e!<%k\e(B:</a></th><td>mod_autoindex</td></tr>
 </table>
-    <p><code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>
+    <p><code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>
     \e$B$K$*$$$F!"%U%!%$%k$NNY$KI=<($9$k%"%$%3%s$r@_Dj$7$^$9!#\e(B
     <var>icon</var> \e$B$O!"\e(B(% \e$B$G%(%9%1!<%W$5$l$?\e(B) \e$B%"%$%3%s$X$NAjBP\e(B URL
     \e$B$+!"B>$N=q<0\e(B <code>(<var>alttext</var>, <var>url</var>)</code> \e$B$G$9!#\e(B
@@ -452,7 +452,7 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</td></tr>
 <tr><th><a href="directive-dict.html#Status">\e$B%9%F!<%?%9\e(B:</a></th><td>Base</td></tr>
 <tr><th><a href="directive-dict.html#Module">\e$B%b%8%e!<%k\e(B:</a></th><td>mod_autoindex</td></tr>
 </table>
-    <p><code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>
+    <p><code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>
     \e$B$K$*$$$F!"\e(B
     \e$BFCDj$N%"%$%3%s$,$J$$>l9g$K%U%!%$%k$KI=<($9$k%"%$%3%s$r@_Dj$7$^$9!#\e(B
     <var>url-path</var> \e$B$O!"\e(B(% \e$B$G%(%9%1!<%W$5$l$?\e(B) \e$B%"%$%3%s$X$NAjBP\e(B URL
@@ -529,7 +529,7 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</td></tr>
     <p>\e$B$b$7\e(B <code class="directive">HeaderName</code> \e$B$G;XDj$5$l$?%U%!%$%k$,\e(B
     HTML \e$B%I%-%e%a%s%H$N3+;OItJ,\e(B (&lt;HTML&gt;, &lt;HEAD&gt;, 
     \e$BEy\e(B) \e$B$r4^$s$G$$$?$i!"\e(B
-    <a href="#indexoptions:suppresshtmlpreamble"><code>IndexOptions
+    <a href="#indexoptions.suppresshtmlpreamble"><code>IndexOptions
     +SuppressHTMLPreamble</code></a>
     \e$B$r@_Dj$7$F!"$3$l$i$N%?%0$,7+$jJV$5$l$J$$$h$&$K$7$?$$$H;W$&$G$7$g$&!#\e(B</p>
 
@@ -574,7 +574,7 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</td></tr>
     <var>option</var> \e$B$O<!$N$I$l$+$G$9\e(B:</p>
 
     <dl>
-      <dt><a name="indexoptions:descriptionwidth" id="indexoptions:descriptionwidth">DescriptionWidth=[<var>n</var> | *]</a>
+      <dt><a name="indexoptions.descriptionwidth" id="indexoptions.descriptionwidth">DescriptionWidth=[<var>n</var> | *]</a>
       (<em>2.0.23 \e$B0J9_\e(B</em>)</dt>
 
       <dd><code>DescriptionWidth</code> 
@@ -593,11 +593,11 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</td></tr>
       <code class="directive"><a href="#adddescription">AddDescription</a></code>
       \e$B%;%/%7%g%s$r$*FI$_2<$5$$!#\e(B</strong></dd>
 
-      <dt><a name="indexoptions:fancyindexing" id="indexoptions:fancyindexing">FancyIndexing</a></dt>
+      <dt><a name="indexoptions.fancyindexing" id="indexoptions.fancyindexing">FancyIndexing</a></dt>
 
       <dd>\e$B>~$jIU$-%$%s%G%C%/%9$r%*%s$K$7$^$9!#\e(B</dd>
 
-      <dt><a name="indexoptions:foldersfirst" id="indexoptions:foldersfirst">FoldersFirst</a>
+      <dt><a name="indexoptions.foldersfirst" id="indexoptions.foldersfirst">FoldersFirst</a>
       (<em>2.0.23 \e$B0J9_\e(B</em>)</dt>
 
       <dd>\e$B$3$N%*%W%7%g%s$,M-8z$K$J$C$?>l9g!"%5%V%G%#%l%/%H%j$N0lMw$O\e(B
@@ -611,10 +611,10 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</td></tr>
       <code>Beta</code> \e$B$h$j$bA0$K%j%9%H$5$l!"DL>o$N%U%!%$%k\e(B
       <code>Gamma</code> \e$B$d\e(B <code>Alpha</code>
       \e$B$h$j$bA0$K%j%9%H$5$l$^$9!#\e(B<strong>\e$B$3$N%*%W%7%g%s$O\e(B
-      <a href="#indexoptions:fancyindexing"><code>FancyIndexing</code></a>
+      <a href="#indexoptions.fancyindexing"><code>FancyIndexing</code></a>
       \e$B$bM-8z$K$J$C$F$$$k$H$-$K$N$_!"8z2L$,$"$j$^$9!#\e(B</strong></dd>
 
-      <dt><a name="indexoptions:htmltable" id="indexoptions:htmltable">HTMLTable</a> <em>(\e$B<B83E*!"\e(B
+      <dt><a name="indexoptions.htmltable" id="indexoptions.htmltable">HTMLTable</a> <em>(\e$B<B83E*!"\e(B
       Apache 2.0.23 \e$B0J9_\e(B)</em></dt>
 
       <dd>\e$B$3$N<B83E*$J%*%W%7%g%s$O\e(B FancyIndexing \e$B$H$H$b$K;XDj$9$k$3$H$G!"\e(B
@@ -624,12 +624,12 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</td></tr>
       \e$B$,M-8z$J%W%i%C%H%[!<%`$N$h$&$K!"%U%!%$%kL>$d@bL@%F%-%9%H$,\e(B
       \e$B1&FI$_$K$J$C$?$j:8FI$_$K$J$j$($k>l9g$OFC$KI,MW$G$9!#\e(B</dd>
 
-      <dt><a name="indexoptions:iconsarelinks" id="indexoptions:iconsarelinks">IconsAreLinks</a></dt>
+      <dt><a name="indexoptions.iconsarelinks" id="indexoptions.iconsarelinks">IconsAreLinks</a></dt>
 
       <dd>\e$B$3$l$O!"\e(BFancyIndexing \e$B$K$*$$$F!"\e(B
       \e$B%"%$%3%s$b%U%!%$%kL>$X$N%j%s%/$N0lIt$K$7$^$9!#\e(B</dd>
 
-      <dt><a name="indexoptions:iconheight" id="indexoptions:iconheight">IconHeight[=<var>pixels</var>]</a></dt>
+      <dt><a name="indexoptions.iconheight" id="indexoptions.iconheight">IconHeight[=<var>pixels</var>]</a></dt>
 
       <dd>\e$B$3$N%*%W%7%g%s$,!"\e(BIconWidth \e$B$H$H$b$K;H$o$l$F$$$k>l9g$O!"\e(B
       \e$B%5!<%P$O%U%!%$%k%"%$%3%s$N$?$a$N\e(B <code>img</code>
@@ -641,7 +641,7 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</td></tr>
       \e$B%=%U%H%&%'%"$GDs6!$5$l$F$$$k%"%$%3%s$NI8=`$N9b$5$,\e(B
       \e$B%G%U%)%k%H$J$j$^$9!#\e(B</dd>
 
-      <dt><a name="indexoptions:iconwidth" id="indexoptions:iconwidth">IconWidth[=<var>pixels</var>]</a></dt>
+      <dt><a name="indexoptions.iconwidth" id="indexoptions.iconwidth">IconWidth[=<var>pixels</var>]</a></dt>
 
       <dd>\e$B$3$N%*%W%7%g%s$,!"\e(BIconHeight\e$B$H$H$b$K;H$o$l$F$$$k>l9g$O!"\e(B
       \e$B%5!<%P$O%U%!%$%k%"%$%3%s$N$?$a$N\e(B <code>img</code>
@@ -653,22 +653,22 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</td></tr>
       \e$B%=%U%H%&%'%"$GDs6!$5$l$F$$$k%"%$%3%s$NI8=`$N9b$5$,\e(B
       \e$B%G%U%)%k%H$J$j$^$9!#\e(B</dd>
 
-      <dt><a name="indexoptions:ignorecase" id="indexoptions:ignorecase">IgnoreCase</a></dt>
+      <dt><a name="indexoptions.ignorecase" id="indexoptions.ignorecase">IgnoreCase</a></dt>
 
       <dd>\e$B$3$N%*%W%7%g%s$,M-8z$G$"$k$H!"%U%!%$%kL>$OBgJ8;z>.J8;z$r6hJL$;$:$K%=!<%H$5$l$^$9!#\e(B
       \e$BNc$($P%U%!%$%kL>$,>:=g$G%=!<%H$5$l!"\e(BIgnoreCase \e$B$,M-8z$G$"$l$P!"\e(B
       Zeta \e$B$O\e(B alfa \e$B$N8e$K%j%9%H$5$l$^$9\e(B
       (\e$BCm0U\e(B: GAMMA \e$B$O>o$K\e(B gamma \e$B$NA0$K$J$j$^$9\e(B)\e$B!#\e(B</dd>
 
-      <dt><a name="indexoptions:ignoreclient" id="indexoptions:ignoreclient">IgnoreClient</a></dt>
+      <dt><a name="indexoptions.ignoreclient" id="indexoptions.ignoreclient">IgnoreClient</a></dt>
 
       <dd>\e$B$3$N%*%W%7%g%s$G\e(B <code class="module"><a href="../mod/mod_autoindex.html">mod_autoindex</a></code> \e$B$O!"\e(B
       \e$B%/%i%$%"%s%H$+$i$NA4$F$N%/%(%j!<JQ?t$rL5;k$9$k$h$&$K$J$j$^$9!#\e(B
       \e$B$3$l$O%=!<%H=g$b4^$_$^$9!#\e(B
-      (\e$B$D$^$j\e(B <code><a href="#indexoptions:suppresscolumnsorting">SuppressColumnSorting</a></code>
+      (\e$B$D$^$j\e(B <code><a href="#indexoptions.suppresscolumnsorting">SuppressColumnSorting</a></code>
       \e$B$r0E$K0UL#$7$^$9!#\e(B)</dd>
 
-      <dt><a name="indexoptions:namewidth" id="indexoptions:namewidth">NameWidth=[<var>n</var> 
+      <dt><a name="indexoptions.namewidth" id="indexoptions.namewidth">NameWidth=[<var>n</var> 
               | *]</a></dt>
 
       <dd><code>NameWidth</code> \e$B%-!<%o!<%I$G%U%!%$%kL>%3%i%`$NI}$r%P%$%H?t$G\e(B
@@ -683,7 +683,7 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</td></tr>
       <dd><code>NameWidth=*</code>
       \e$B$O!"I,MW$JD9$5$^$G%3%i%`$r1d$P$7$^$9!#\e(B</dd>
 
-      <dt><a name="indexoptions:scanhtmltitles" id="indexoptions:scanhtmltitles">ScanHTMLTitles</a></dt>
+      <dt><a name="indexoptions.scanhtmltitles" id="indexoptions.scanhtmltitles">ScanHTMLTitles</a></dt>
 
       <dd>FancyIndexing \e$B$N$?$a$K!"\e(B
        HTML \e$B%I%-%e%a%s%H$+$i%?%$%H%k$r<h$j=P$9$3$H$r2DG=$K$7$^$9!#\e(B
@@ -693,7 +693,7 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</td></tr>
       httpd \e$B$O\e(B <code>title</code> \e$B%?%0$NCM$rFI$`$?$a$K%I%-%e%a%s%H\e(B\e$B$rFI$_;O$a$^$9!#\e(B
       \e$B$3$l$O\e(B CPU \e$B$d\e(B disk \e$B$KIi2Y$r$+$1$^$9!#\e(B</dd>
 
-      <dt><a name="indexoptions:suppresscolumnsorting" id="indexoptions:suppresscolumnsorting">SuppressColumnSorting</a></dt>
+      <dt><a name="indexoptions.suppresscolumnsorting" id="indexoptions.suppresscolumnsorting">SuppressColumnSorting</a></dt>
 
       <dd>\e$B$b$7;XDj$5$l$F$$$l$P!"\e(BApache \e$B$O\e(B
       FancyIndexing \e$B$GI=<($5$l$F$$$k%G%#%l%/%H%j0lMw$G$N\e(B
@@ -705,10 +705,10 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</td></tr>
       \e$B%=!<%HJ8;zNs$N$?$a$N%/%(%j!<0z?t$N2r@O$bL58z$K$7$^$9!#\e(B
       </strong>
       \e$B$3$N5sF0$O\e(B Apache 2.0.23 \e$B$G$O\e(B
-      <a href="#indexoptions:ignoreclient">IndexOptions
+      <a href="#indexoptions.ignoreclient">IndexOptions
       IgnoreClient</a> \e$B$G@)8f$5$l$k$h$&$K$J$C$F$$$^$9!#\e(B</dd>
 
-      <dt><a name="indexoptions:suppressdescription" id="indexoptions:suppressdescription">SuppressDescription</a></dt>
+      <dt><a name="indexoptions.suppressdescription" id="indexoptions.suppressdescription">SuppressDescription</a></dt>
 
       <dd>\e$B$3$l$O\e(B FancyIndexing \e$B$K$*$1$k%U%!%$%k$N@bL@$r>C5n$7$^$9!#\e(B
       \e$B%G%U%)%k%H$G$O!"@bL@$ODj5A$5$l$F$*$i$:!"\e(B
@@ -716,10 +716,10 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</td></tr>
       \e$BJ8;z$N6uGr$r2T$0$3$H$,$G$-$^$9!#\e(B \e$B%U%!%$%k$N@bL@$K4X$9$k>pJs$O!"\e(B
       <code class="directive"><a href="#adddescription">AddDescription</a></code> 
       \e$B$r$4Mw2<$5$$!#$^$?!"@bL@$N%3%i%`%5%$%:$r@)8B$9$k\e(B
-      <code><a href="#indexoptions:descriptionwidth">DescriptionWidth</a></code>
+      <code><a href="#indexoptions.descriptionwidth">DescriptionWidth</a></code>
       \e$B%$%s%G%C%/%9%*%W%7%g%s$b$4Mw2<$5$$!#\e(B</dd>
 
-      <dt><a name="indexoptions:suppresshtmlpreamble" id="indexoptions:suppresshtmlpreamble">SuppressHTMLPreamble</a></dt>
+      <dt><a name="indexoptions.suppresshtmlpreamble" id="indexoptions.suppresshtmlpreamble">SuppressHTMLPreamble</a></dt>
 
       <dd>\e$BDL>o!"\e(B
       <code class="directive"><a href="#headername">HeaderName</a></code>
@@ -735,7 +735,7 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</td></tr>
       \e$B%X%C%@!<%U%!%$%k$,B8:_$7$J$$>l9g$O!"%W%j%"%s%V%k$ODL>oDL$j\e(B
       \e$B@8@.$5$l$^$9!#\e(B</dd>
 
-      <dt><a name="indexoptions:suppressicon" id="indexoptions:suppressicon">SuppressIcon</a> (<em>Apache
+      <dt><a name="indexoptions.suppressicon" id="indexoptions.suppressicon">SuppressIcon</a> (<em>Apache
       2.0.23 \e$B0J9_\e(B</em>)</dt>
 
       <dd>
@@ -746,11 +746,11 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</td></tr>
       \e$B$,\e(B <code>pre</code> \e$B%V%m%C%/$KF~$k\e(B (FancyIndexing \e$B0lMw$G=q<0$K;H$o$l$F$$$^$9\e(B) 
       \e$B$3$H$r6X;_$7$F$$$^$9!#\e(B</dd>
 
-      <dt><a name="indexoptions:suppresslastmodified" id="indexoptions:suppresslastmodified">SuppressLastModified</a></dt>
+      <dt><a name="indexoptions.suppresslastmodified" id="indexoptions.suppresslastmodified">SuppressLastModified</a></dt>
 
       <dd>FancyIndexing \e$B0lMw$K$*$$$F:G=*99?7F|;~$NI=<($r>C5n$7$^$9!#\e(B</dd>
 
-      <dt><a name="indexoptions:suppressrules" id="indexoptions:suppressrules">SuppressRules</a>
+      <dt><a name="indexoptions.suppressrules" id="indexoptions.suppressrules">SuppressRules</a>
        (<em>Apache 2.0.23 \e$B0J9_\e(B</em>) </dt>
 
       <dd>\e$B%G%#%l%/%H%j0lMw$K$*$$$F?eJ?6h@Z$j@~\e(B (<code>hr</code> \e$B%?%0\e(B) \e$B$r>C5n$7$^$9!#\e(B
@@ -760,11 +760,11 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</td></tr>
       \e$B$,\e(B <code>pre</code> \e$B%V%m%C%/$KF~$k\e(B (FancyIndexing \e$B0lMw$G=q<0$K;H$o$l$F$$$^$9\e(B) 
       \e$B$3$H$r6X;_$7$F$$$^$9!#\e(B</dd>
 
-      <dt><a name="indexoptions:suppresssize" id="indexoptions:suppresssize">SuppressSize</a></dt>
+      <dt><a name="indexoptions.suppresssize" id="indexoptions.suppresssize">SuppressSize</a></dt>
 
       <dd>FancyIndexing \e$B0lMw$K$*$$$F%U%!%$%k%5%$%:$NI=<($r>C5n$7$^$9!#\e(B</dd>
 
-      <dt><a name="indexoptions:trackmodified" id="indexoptions:trackmodified">TrackModified</a>
+      <dt><a name="indexoptions.trackmodified" id="indexoptions.trackmodified">TrackModified</a>
               (<em>Apache 2.0.23 \e$B0J9_\e(B</em>)</dt>
 
       <dd>\e$B$3$l$O\e(B HTTP \e$B%X%C%@Cf$K!"\e(B
@@ -787,7 +787,7 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</td></tr>
       \e$B$b$7$3$l$,=EMW$G$"$l$P!"\e(B
       \e$B$3$N%*%W%7%g%s$rL58z$N$^$^$K$7$F$/$@$5$$!#\e(B</dd>
 
-      <dt><a name="indexoptions:versionsort" id="indexoptions:versionsort">VersionSort</a>
+      <dt><a name="indexoptions.versionsort" id="indexoptions.versionsort">VersionSort</a>
       (<em>Apache 2.0a3 \e$B0J9_\e(B</em>)</dt>
 
       <dd><code>VersionSort</code> \e$B%-!<%o!<%I$O%P!<%8%g%sHV9f$r4^$s$@%U%!%$%k$,\e(B
@@ -893,7 +893,7 @@ Name|Date|Size|Description</code></td></tr>
 <tr><th><a href="directive-dict.html#Module">\e$B%b%8%e!<%k\e(B:</a></th><td>mod_autoindex</td></tr>
 </table>
     <p><code class="directive">IndexOrderDefault</code> \e$B%G%#%l%/%F%#%V$O\e(B
-    <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>
+    <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>
     \e$B%$%s%G%C%/%9%*%W%7%g%s$HJ;$;$FMQ$$$l$l$^$9!#\e(B
     \e$B%G%U%)%k%H$G$O!"\e(BFancyIndexing 
     \e$B$N%G%#%l%/%H%j0lMw$O%U%!%$%kL>$N>:=g$GI=<($5$l$^$9!#\e(B
@@ -908,7 +908,7 @@ Name|Date|Size|Description</code></td></tr>
     \e$B$N$$$:$l$+0l$D$N%-!<%o!<%I$G$"$C$F!"%W%i%$%^%j%-!<$r;XDj$7$^$9!#\e(B
     \e$BFs$DL\$N%-!<$O\e(B<em>\e$B>o$K\e(B</em>\e$B%U%!%$%kL>$N>:=g$K$J$j$^$9!#\e(B</p>
 
-    <p>\e$B$3$N%G%#%l%/%F%#%V$H\e(B <code><a href="#indexoptions:suppresscolumnsorting">SuppressColumnSorting</a></code>
+    <p>\e$B$3$N%G%#%l%/%F%#%V$H\e(B <code><a href="#indexoptions.suppresscolumnsorting">SuppressColumnSorting</a></code>
     \e$B%$%s%G%C%/%9%*%W%7%g%s$H$rAH$_9g$o$;$k$3$H$G!"\e(B
     \e$B%G%#%l%/%H%j0lMw$r$"$kFCDj$N=gHV$G$N$_I=<($9$k$h$&$K$G$-$^$9!#\e(B
     \e$B$3$l$O!"\e(B
index 9042ae80f3fa30a6d8d82131816a5565fe053d8b..430f31539d9ccae94b0df8a7c217620567f9c185 100644 (file)
@@ -54,7 +54,7 @@
     Áö½Ã¾î¸¦ Âü°íÇ϶ó.</p>
 
     <p><code class="directive"><a href="#indexoptions">IndexOptions</a></code>
-    Áö½Ã¾î¿¡ <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code> ¿É¼ÇÀ» ÁÖ¸é, ¿­ À̸§À» Ãâ·ÂÇÒ
+    Áö½Ã¾î¿¡ <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code> ¿É¼ÇÀ» ÁÖ¸é, ¿­ À̸§À» Ãâ·ÂÇÒ
     ¼ø¼­¸¦ ¹Ù²Ù´Â ¸µÅ©·Î ¸¸µç´Ù. À̸§ ¸µÅ©¸¦ ¼±ÅÃÇϸ頱נ¿­ÀÇ
     °ª ¼ø¼­·Î ¸ñ·ÏÀ» ´Ù½Ã ¸¸µç´Ù. °°Àº À̸§À» ¹Ýº¹Çؼ­ ¼±ÅÃÇϸé
     ¿À¸§Â÷¼ø°ú ³»¸²Â÷¼ø »çÀ̸¦ ¿À°£´Ù. <code class="directive"><a href="#indexoptions">IndexOptions</a></code> Áö½Ã¾îÀÇ
@@ -93,7 +93,7 @@
 
     <p>¾ÆÆÄÄ¡ 2.0.23´Â ¿­¼ø¼­¿¡ ´ëÇÑ ¿äû ¾Æ±Ô¸ÕÆ®¸¦ Á¤¸®Çϰí,
     »õ·Î¿î ¿É¼ÇµéÀ» Ãß°¡Çß´Ù. Ãâ·ÂÀ» Å¬¶óÀÌ¾ðÆ®°¡ Á¶ÀýÇÒ ¼ö
-    ¾øµµ·Ï ¸¸µå´Â <code><a href="#indexoptions:ignoreclient">IndexOptions
+    ¾øµµ·Ï ¸¸µå´Â <code><a href="#indexoptions.ignoreclient">IndexOptions
     IgnoreClient</a></code> ¿É¼ÇÀÌ Ãß°¡µÇ¾ú´Ù.</p>
 
     <p>¿­¼ø¼­ À̸§Àº ¾Æ·¡ ³ª¿Â ¼ø¼­ ¿äû ¿É¼ÇÀ» ´õÇÑ ÀÚ±âÂüÁ¶
 <tr><th><a href="directive-dict.html#Status">»óÅÂ:</a></th><td>Base</td></tr>
 <tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_autoindex</td></tr>
 </table>
-    <p><code class="directive">AddAlt</code>´Â <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>¿¡¼­
+    <p><code class="directive">AddAlt</code>´Â <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>¿¡¼­
     ÆÄÀÏ¿¡ ´ëÇÑ ¾ÆÀÌÄÜ´ë½Å º¸ÀÏ ±ÛÀ» ÁöÁ¤ÇÑ´Ù. <var>File</var>¿¡´Â
     ¼³¸íÇÒ ÆÄÀÏÀÇ ÆÄÀÏ È®ÀåÀÚ, ÆÄÀϸí ÀϺÎ, ¿ÍÀϵåÄ«µå Ç¥Çö,
     Àüü ÆÄÀϸíÀ» »ç¿ëÇÒ ¼ö ÀÖ´Ù. <var>String</var>¿¡ °ø¹éÀÌ
 <tr><th><a href="directive-dict.html#Status">»óÅÂ:</a></th><td>Base</td></tr>
 <tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_autoindex</td></tr>
 </table>
-    <p><code class="directive">AddAltByEncoding</code>Àº <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>¿¡¼­
+    <p><code class="directive">AddAltByEncoding</code>Àº <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>¿¡¼­
     ÆÄÀÏ¿¡ ´ëÇÑ ¾ÆÀÌÄÜ´ë½Å º¸ÀÏ ±ÛÀ» ÁöÁ¤ÇÑ´Ù. <var>MIME-encoding</var>Àº
     <code>x-compress</code>¿Í °°Àº À¯È¿ÇÑ content-encodingÀÌ´Ù.
     <var>String</var>¿¡ °ø¹éÀÌ µé¾î°£´Ù¸é µû¿ÈÇ¥(<code>"</code>
 <tr><th><a href="directive-dict.html#Status">»óÅÂ:</a></th><td>Base</td></tr>
 <tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_autoindex</td></tr>
 </table>
-    <p><code class="directive">AddAltByType</code>Àº <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>¿¡¼­
+    <p><code class="directive">AddAltByType</code>Àº <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>¿¡¼­
     ÆÄÀÏ¿¡ ´ëÇÑ ¾ÆÀÌÄÜ´ë½Å º¸ÀÏ ±ÛÀ» ÁöÁ¤ÇÑ´Ù. <var>MIME-type</var>Àº
     <code>text/html</code>°ú °°Àº À¯È¿ÇÑ content-typeÀÌ´Ù.
     <var>String</var>¿¡ °ø¹éÀÌ µé¾î°£´Ù¸é µû¿ÈÇ¥(<code>"</code>
 <tr><th><a href="directive-dict.html#Status">»óÅÂ:</a></th><td>Base</td></tr>
 <tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_autoindex</td></tr>
 </table>
-    <p>ÀÌ Áö½Ã¾î´Â <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>¿¡¼­ ÆÄÀÏ¿¡ ´ëÇÑ ¼³¸íÀ» ÁöÁ¤ÇÑ´Ù.
+    <p>ÀÌ Áö½Ã¾î´Â <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>¿¡¼­ ÆÄÀÏ¿¡ ´ëÇÑ ¼³¸íÀ» ÁöÁ¤ÇÑ´Ù.
     <var>File</var>¿¡´Â ¼³¸íÇÒ ÆÄÀÏÀÇ ÆÄÀÏ È®ÀåÀÚ, ÆÄÀϸí ÀϺÎ,
     ¿ÍÀϵåÄ«µå Ç¥Çö, Àüü ÆÄÀϸíÀ» »ç¿ëÇÒ ¼ö ÀÖ´Ù. <var>String</var>Àº
     µû¿ÈÇ¥(<code>"</code>)·Î ¹­¾î¾ß ÇÑ´Ù.</p>
       AddDescription "The planet Mars" /web/pics/mars.gif
     </code></p></div>
 
-    <p>ÀüÇüÀûÀΠ±âº» ¼³¸í ÇÊµåÆøÀº 23 ¹ÙÀÌÆ®´Ù. <code><a href="#indexoptions:suppressicon">IndexOptions
+    <p>ÀüÇüÀûÀΠ±âº» ¼³¸í ÇÊµåÆøÀº 23 ¹ÙÀÌÆ®´Ù. <code><a href="#indexoptions.suppressicon">IndexOptions
     SuppressIcon</a></code> ¿É¼ÇÀ» »ç¿ëÇÏ¸é ±âº»Æø¿¡ 6 ¹ÙÀÌÆ®¸¦
-    ´õ Ãß°¡Çϰí, <code><a href="#indexoptions:suppresssize">IndexOptions SuppressSize</a></code> ¿É¼ÇÀº 7 ¹ÙÀÌÆ®¸¦,
-    <code><a href="#indexoptions:suppresslastmodified">IndexOptions SuppressLastModified</a></code> ¿É¼ÇÀº 19
+    ´õ Ãß°¡Çϰí, <code><a href="#indexoptions.suppresssize">IndexOptions SuppressSize</a></code> ¿É¼ÇÀº 7 ¹ÙÀÌÆ®¸¦,
+    <code><a href="#indexoptions.suppresslastmodified">IndexOptions SuppressLastModified</a></code> ¿É¼ÇÀº 19
     ¹ÙÀÌÆ®¸¦ ´õ Ãß°¡ÇÑ´Ù. ±×·¯¹Ç·Î °¡Àå ³ÐÀº ¼³¸íÆøÀº 55 ¹ÙÀÌÆ®´Ù.</p>
 
     <p>ÀÌ ÇʵåÀÇ Æø¸¦ ¹Ù²Ù°Å³ª ¼³¸íÀÇ ±æÀ̸¦ ¹«ÇÑ´ë·Î ¸¸µå·Á¸é
-    <a href="#indexoptions:descriptionwidth">DescriptionWidth</a> <code class="directive"><a href="#indexoptions">IndexOptions</a></code> Å°¿öµå¸¦ Âü°íÇ϶ó.</p>
+    <a href="#indexoptions.descriptionwidth">DescriptionWidth</a> <code class="directive"><a href="#indexoptions">IndexOptions</a></code> Å°¿öµå¸¦ Âü°íÇ϶ó.</p>
 
     <div class="note"><h3>Á¶½É</h3>
       <p><code class="directive">AddDescription</code>À¸·Î ÁöÁ¤ÇÑ ¼³¸í±Û¿¡
 <tr><th><a href="directive-dict.html#Status">»óÅÂ:</a></th><td>Base</td></tr>
 <tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_autoindex</td></tr>
 </table>
-    <p>ÀÌ Áö½Ã¾î´Â <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>¿¡¼­ <var>name</var>À¸·Î ³¡³ª´Â
+    <p>ÀÌ Áö½Ã¾î´Â <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>¿¡¼­ <var>name</var>À¸·Î ³¡³ª´Â
     ÆÄÀÏ ¿·¿¡ º¸¿©ÁÙ ¾ÆÀÌÄÜÀ» ÁöÁ¤ÇÑ´Ù. <var>Icon</var>Àº
     ¾ÆÀÌÄÜÀÇ (%-escaped) »ó´ë URL È¤Àº
     <code>(<var>alttext</var>,<var>url</var>)</code> Çü½ÄÀÌ´Ù.
 <tr><th><a href="directive-dict.html#Status">»óÅÂ:</a></th><td>Base</td></tr>
 <tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_autoindex</td></tr>
 </table>
-    <p>ÀÌ Áö½Ã¾î´Â <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>¿¡¼­
+    <p>ÀÌ Áö½Ã¾î´Â <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>¿¡¼­
     ÆÄÀÏ ¿·¿¡ º¸¿©ÁÙ ¾ÆÀÌÄÜÀ» ÁöÁ¤ÇÑ´Ù. <var>Icon</var>Àº
     ¾ÆÀÌÄÜÀÇ (%-escaped) »ó´ë URL È¤Àº
     <code>(<var>alttext</var>,<var>url</var>)</code> Çü½ÄÀÌ´Ù.
 <tr><th><a href="directive-dict.html#Status">»óÅÂ:</a></th><td>Base</td></tr>
 <tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_autoindex</td></tr>
 </table>
-    <p>ÀÌ Áö½Ã¾î´Â <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>¿¡¼­
+    <p>ÀÌ Áö½Ã¾î´Â <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>¿¡¼­
     <var>MIME-type</var>ÀÇ ÆÄÀÏ ¿·¿¡ º¸¿©ÁÙ ¾ÆÀÌÄÜÀ» ÁöÁ¤ÇÑ´Ù.
     <var>Icon</var>Àº ¾ÆÀÌÄÜÀÇ (%-escaped) »ó´ë URL È¤Àº
     <code>(<var>alttext</var>,<var>url</var>)</code> Çü½ÄÀÌ´Ù.
 <tr><th><a href="directive-dict.html#Status">»óÅÂ:</a></th><td>Base</td></tr>
 <tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_autoindex</td></tr>
 </table>
-    <p><code class="directive">DefaultIcon</code> Áö½Ã¾î´Â <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>¿¡¼­
+    <p><code class="directive">DefaultIcon</code> Áö½Ã¾î´Â <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>¿¡¼­
     Æ¯Á¤ ¾ÆÀÌÄÜÀ» ¼³Á¤ÇÏÁö¾ÊÀº ÆÄÀÏ ¿·¿¡ ³ª¿Ã ¾ÆÀÌÄÜÀÌ´Ù.
     <var>Icon</var>Àº ¾ÆÀÌÄÜÀÇ (%-escaped) »ó´ë URLÀÌ´Ù.</p>
 
 
     <p><code class="directive">HeaderName</code>À¸·Î ÁöÁ¤ÇÑ ÆÄÀÏ¿¡
     (&lt;html&gt;, &lt;head&gt;, µî) HTML ¹®¼­ ½ÃÀۺκÐÀÌ Æ÷ÇÔµÇÀÖ´Ù¸é
-    <a href="#indexoptions:suppresshtmlpreamble"><code>IndexOptions
+    <a href="#indexoptions.suppresshtmlpreamble"><code>IndexOptions
     +SuppressHTMLPreamble</code></a>À» »ç¿ëÇÏ¿© ÀÌ ºÎºÐÀ» Ãß°¡ÇÏÁö¾Ê´Â
     °ÍÀÌ ÁÁ´Ù.</p>
 
     ¸ñ·ÏÀ» ¼³Á¤ÇÑ´Ù. <var>Option</var>Àº ´ÙÀ½ Áß ÇϳªÀÌ´Ù</p>
 
     <dl>
-      <dt><a name="indexoptions:descriptionwidth" id="indexoptions:descriptionwidth">DescriptionWidth=[<var>n</var> | *]</a> (<em>¾ÆÆÄÄ¡
+      <dt><a name="indexoptions.descriptionwidth" id="indexoptions.descriptionwidth">DescriptionWidth=[<var>n</var> | *]</a> (<em>¾ÆÆÄÄ¡
       2.0.23 ÀÌÈÄ</em>)</dt>
 
       <dd><code>DescriptionWidth</code> Å°¿öµå¸¦ »ç¿ëÇÏ¿© ¹®ÀÚ´ÜÀ§·Î
       <dd><strong>¼³Á¤À̠©¸± ¼ö Àִ ¹®Á¦´Â <code class="directive"><a href="#adddescription">AddDescription</a></code>
       ÀýÀ» Âü°íÇ϶ó.</strong></dd>
 
-      <dt><a name="indexoptions:fancyindexing" id="indexoptions:fancyindexing">FancyIndexing</a></dt>
+      <dt><a name="indexoptions.fancyindexing" id="indexoptions.fancyindexing">FancyIndexing</a></dt>
 
       <dd>µð·ºÅ丮ÀÇ fancy ¸ñ·ÏÀ» ¸¸µç´Ù.</dd>
 
-      <dt><a name="indexoptions:foldersfirst" id="indexoptions:foldersfirst">FoldersFirst</a>
+      <dt><a name="indexoptions.foldersfirst" id="indexoptions.foldersfirst">FoldersFirst</a>
                (<em>¾ÆÆÄÄ¡ 2.0.23 ÀÌÈÄ</em>)</dt>
 
       <dd>ÀÌ ¿É¼ÇÀ» »ç¿ëÇϸé ÇÏÀ§µð·ºÅ丮 ¸ñ·ÏÀÌ <em>Ç×»ó</em>
       »ç¿ëÇÑ´Ù¸é ÇÏÀ§µð·ºÅ丮 <code>Zed</code>°¡ ÇÏÀ§µð·ºÅ丮
       <code>Beta</code> ¾Õ¿¡ ³ª¿À°í, ÇÏÀ§µð·ºÅ丮 <code>Beta</code>´Â
       ÀϹݠÆÄÀÏ <code>Gamma</code>¿Í <code>Alpha</code> ¾Õ¿¡
-      ³ª¿Â´Ù. <strong>ÀÌ ¿É¼ÇÀº <a href="#indexoptions:fancyindexing"><code>FancyIndexing</code></a>À» ÇÔ²² »ç¿ëÇÒ¶§¸¸ È¿°ú°¡
+      ³ª¿Â´Ù. <strong>ÀÌ ¿É¼ÇÀº <a href="#indexoptions.fancyindexing"><code>FancyIndexing</code></a>À» ÇÔ²² »ç¿ëÇÒ¶§¸¸ È¿°ú°¡
       ÀÖ´Ù.</strong></dd>
 
-      <dt><a name="indexoptions:htmltable" id="indexoptions:htmltable">HTMLTable</a> (<em>½ÇÇèÀû,
+      <dt><a name="indexoptions.htmltable" id="indexoptions.htmltable">HTMLTable</a> (<em>½ÇÇèÀû,
       ¾ÆÆÄÄ¡ 2.0.23 ÀÌÈÄ</em>)</dt>
 
       <dd>ÀÌ ½ÇÇèÀûÀΠFancyIndexing ¿É¼ÇÀº °£´ÜÇÑ HTML Ç¥·Î
       utf-8 »ç¿ë Ç÷¡Æû¿¡¼­ ÆÄÀϸíÀ̳ª ¼³¸í¹®ÀÇ Àб⠼ø¼­(¿ÞÂÊ¿¡¼­
       ¿À¸¥ÂʠȤÀº ¿À¸¥ÂÊ¿¡¼­ ¿ÞÂÊÀ¸·Î)°¡ ´Ù¸¦¶§ Æ¯º°È÷ À¯¿ëÇÏ´Ù.</dd>
 
-      <dt><a name="indexoptions:iconsarelinks" id="indexoptions:iconsarelinks">IconsAreLinks</a></dt>
+      <dt><a name="indexoptions.iconsarelinks" id="indexoptions.iconsarelinks">IconsAreLinks</a></dt>
 
       <dd>fancy ¸ñ·Ï¿¡¼­ ÆÄÀÏ¸í ¸µÅ©¿¡ ¾ÆÀÌÄÜÀ» Æ÷ÇÔÇÑ´Ù.</dd>
 
-      <dt><a name="indexoptions:iconheight" id="indexoptions:iconheight">IconHeight[=<var>pixels</var>]</a></dt>
+      <dt><a name="indexoptions.iconheight" id="indexoptions.iconheight">IconHeight[=<var>pixels</var>]</a></dt>
 
       <dd>ÀÌ ¿É¼ÇÀ» IconWidth¿Í °°ÀÌ »ç¿ëÇϸ頼­¹ö´Â ÆÄÀÏ ¾ÆÀÌÄÜÀÇ
       <code>img</code> Å±׿¡ <code>height</code>¿Í <code>width</code>
       »óȲ¿¡¼­µµ ÆäÀÌÁö ±¸¼ºÀ» ¹Ì¸® °è»êÇÒ ¼ö ÀÖ´Ù. ¿É¼Ç¿¡ °ªÀ»
       ÁÖÁö¾ÊÀ¸¸é ¾ÆÆÄÄ¡°¡ Á¦°øÇϴ ¾ÆÀÌÄÜÀǠǥÁØ ³ôÀ̸¦ »ç¿ëÇÑ´Ù.</dd>
 
-      <dt><a name="indexoptions:iconwidth" id="indexoptions:iconwidth">IconWidth[=<var>pixels</var>]</a></dt>
+      <dt><a name="indexoptions.iconwidth" id="indexoptions.iconwidth">IconWidth[=<var>pixels</var>]</a></dt>
 
       <dd>ÀÌ ¿É¼ÇÀ» <code>IconHeight</code>¿Í °°ÀÌ »ç¿ëÇϸé
       ¼­¹ö´Â ÆÄÀÏ ¾ÆÀÌÄÜÀÇ <code>img</code> Å±׿¡
       ±¸¼ºÀ» ¹Ì¸® °è»êÇÒ ¼ö ÀÖ´Ù. ¿É¼Ç¿¡ °ªÀ» ÁÖÁö¾ÊÀ¸¸é ¾ÆÆÄÄ¡°¡
       Á¦°øÇϴ ¾ÆÀÌÄÜÀǠǥÁØ ÆøÀ» »ç¿ëÇÑ´Ù.</dd>
 
-      <dt><a name="indexoptions:ignorecase" id="indexoptions:ignorecase">IgnoreCase</a></dt>
+      <dt><a name="indexoptions.ignorecase" id="indexoptions.ignorecase">IgnoreCase</a></dt>
 
       <dd>ÀÌ ¿É¼ÇÀ» »ç¿ëÇϸ頴ë¼Ò¹®ÀÚ ±¸º°ÇÏÁö¾Ê°í À̸§À» Á¤·ÄÇÑ´Ù.
       ¿¹¸¦ µé¾î, À̸§À¸·Î ¿À¸§Â÷¼øÀ̰í IgnoreCase¸¦ »ç¿ëÇϸé
       ÆÄÀÏ Zeta´Â ÆÄÀÏ alfa µÚ¿¡ ³ª¿Â´Ù (ÁÖÀÇ: ÆÄÀÏ GAMMA´Â
       Ç×»ó ÆÄÀÏ gamma ¾Õ¿¡ ³ª¿Â´Ù). </dd>
 
-      <dt><a name="indexoptions:ignoreclient" id="indexoptions:ignoreclient">IgnoreClient</a></dt>
+      <dt><a name="indexoptions.ignoreclient" id="indexoptions.ignoreclient">IgnoreClient</a></dt>
 
       <dd>ÀÌ ¿É¼ÇÀ» »ç¿ëÇϸé <code class="module"><a href="../mod/mod_autoindex.html">mod_autoindex</a></code>´Â
       ¼ø¼­¸¦ Æ÷ÇÔÇÏ¿© Å¬¶óÀÌ¾ðÆ®°¡ º¸³»´Â ¸ðµç ÁúÀǺ¯¼ö¸¦ ¹«½ÃÇÑ´Ù.
-      (<code><a href="#indexoptions:suppresscolumnsorting">SuppressColumnSorting</a></code>À» °¡Á¤ÇÑ´Ù.)</dd>
+      (<code><a href="#indexoptions.suppresscolumnsorting">SuppressColumnSorting</a></code>À» °¡Á¤ÇÑ´Ù.)</dd>
 
-      <dt><a name="indexoptions:namewidth" id="indexoptions:namewidth">NameWidth=[<var>n</var>
+      <dt><a name="indexoptions.namewidth" id="indexoptions.namewidth">NameWidth=[<var>n</var>
                | *]</a></dt>
 
       <dd><code>NameWidth</code> Å°¿öµå´Â ¹ÙÀÌÆ®´ÜÀ§·Î ÆÄÀϸí
 
       <dd><code>NameWidth=*</code>Àº ¿­ÀÇ ÆøÀ» ÇÊ¿äÇѸ¸Å­ ´Ã¸°´Ù.</dd>
 
-      <dt><a name="indexoptions:scanhtmltitles" id="indexoptions:scanhtmltitles">ScanHTMLTitles</a></dt>
+      <dt><a name="indexoptions.scanhtmltitles" id="indexoptions.scanhtmltitles">ScanHTMLTitles</a></dt>
 
       <dd>fancy ¸ñ·Ï¿¡¼­ HTML ¹®¼­ÀÇ titleÀ» »Ì´Â´Ù. ÆÄÀÏ¿¡
       <code class="directive"><a href="#adddescription">AddDescription</a></code>·Î
       ÁöÁ¤ÇÑ ¼³¸íÀÌ ¾ø´Ù¸é À¥¼­¹ö´Â ¹®¼­ÀÇ <code>title</code>
       ¿ä¼Ò°ªÀ» ÀоîµéÀδÙ. ÀÌ ÀÛ¾÷Àº CPU¿Í µð½ºÅ©¸¦ ¸¹ÀÌ »ç¿ëÇÑ´Ù.</dd>
 
-      <dt><a name="indexoptions:suppresscolumnsorting" id="indexoptions:suppresscolumnsorting">SuppressColumnSorting</a></dt>
+      <dt><a name="indexoptions.suppresscolumnsorting" id="indexoptions.suppresscolumnsorting">SuppressColumnSorting</a></dt>
 
       <dd>ÀÌ ¿É¼ÇÀ» »ç¿ëÇÏ¸é ¾ÆÆÄÄ¡´Â FancyIndexed µð·ºÅ丮
       ¸ñ·Ï¿¡¼­ ¿­ À̸§À» ¼ø¼­¸¦ ¹Ù²Ù´Â ¸µÅ©·Î ¸¸µéÁö ¾Ê´Â´Ù.
       º¸ÅëÀº ¿­ À̸§À» ¸µÅ©·Î ¸¸µé¾î¼­, ¿­ À̸§À» ¼±ÅÃÇϸ頱×
       ¿­¿¡ Àִ °ª¼ø¼­·Î µð·ºÅ丮 ¸ñ·ÏÀ» ¸¸µç´Ù. <strong>¾ÆÆÄÄ¡
       2.0.23 ÀÌÀü¿¡´Â ¼ø¼­ ¾Æ±Ô¸ÕÆ®µµ ÀÐÁö ¾Ê¾Ò´Ù.</strong>
-      ¾ÆÆÄÄ¡ 2.0.23¿¡¼­´Â <a href="#indexoptions:ignoreclient">IndexOptions
+      ¾ÆÆÄÄ¡ 2.0.23¿¡¼­´Â <a href="#indexoptions.ignoreclient">IndexOptions
       IgnoreClient</a>¸¦ »ç¿ëÇÏ¿© ¼ø¼­ ¾Æ±Ô¸ÕÆ®¸¦ ÀÐÁö ¾Ê´Â´Ù.</dd>
 
-      <dt><a name="indexoptions:suppressdescription" id="indexoptions:suppressdescription">SuppressDescription</a></dt>
+      <dt><a name="indexoptions.suppressdescription" id="indexoptions.suppressdescription">SuppressDescription</a></dt>
 
       <dd>fancy ¸ñ·Ï¿¡¼­ ÆÄÀÏ ¼³¸íÀ» Æ÷ÇÔÇÏÁö ¾Ê´Â´Ù. ±âº»ÀûÀ¸·Î
       ¾î¶² ÆÄÀÏ ¼³¸íµµ Á¤ÀǵÇÀÖÁö¾Ê°í, ÀÌ ¿É¼ÇÀ» »ç¿ëÇϸé 23
       ¹®ÀÚ °ø°£À» ´Ù¸¥ ¿ëµµ·Î »ç¿ëÇÑ´Ù. ÆÄÀÏ ¼³¸íÀ» ÁöÁ¤ÇÏ´Â
       ¹æ¹ýÀº <code class="directive"><a href="#adddescription">AddDescription</a></code>À» Âü°íÇ϶ó. ¼³¸í¿­ÀÇ Å©±â¸¦
-      ÁöÁ¤Çϴ <code><a href="#indexoptions:descriptionwidth">DescriptionWidth</a></code>
+      ÁöÁ¤Çϴ <code><a href="#indexoptions.descriptionwidth">DescriptionWidth</a></code>
       ¿É¼Çµµ Âü°íÇ϶ó.</dd>
 
-      <dt><a name="indexoptions:suppresshtmlpreamble" id="indexoptions:suppresshtmlpreamble">SuppressHTMLPreamble</a></dt>
+      <dt><a name="indexoptions.suppresshtmlpreamble" id="indexoptions.suppresshtmlpreamble">SuppressHTMLPreamble</a></dt>
 
       <dd>µð·ºÅ丮¿¡ <code class="directive"><a href="#headername">HeaderName</a></code> Áö½Ã¾î·Î
       ÁöÁ¤ÇÑ ÆÄÀÏÀÌ Àִ °æ¿ì ¸ðµâÀº º¸Åë Ç¥ÁØ HTML ½ÃÀۺκÐ
       HTML ¸í·ÉÀÌ ÀÖ¾î¾ß ÇÑ´Ù. header ÆÄÀÏÀÌ ¾ø´Ù¸é ÀϹÝÀûÀÎ
       ½ÃÀۺκÐÀÌ ¸¸µé¾îÁø´Ù.</dd>
 
-      <dt><a name="indexoptions:suppressicon" id="indexoptions:suppressicon">SuppressIcon</a>
+      <dt><a name="indexoptions.suppressicon" id="indexoptions.suppressicon">SuppressIcon</a>
                (<em>¾ÆÆÄÄ¡ 2.0.23 ÀÌÈÄ</em>)</dt>
 
       <dd>fancy ¸ñ·Ï¿¡¼­ ¾ÆÀÌÄÜÀ» »«´Ù. <code>SuppressIcon</code>°ú
       <code>hr</code> ¿ä¼Ò »ç¿ëÀ» ±ÝÁöÇÑ ¸¶Áö¸· Ç¥ÁØÀΠHTML 3.2¿¡
       ¾Ë¸ÂÀº Ãâ·ÂÀÌ µÈ´Ù.</dd>
 
-      <dt><a name="indexoptions:suppresslastmodified" id="indexoptions:suppresslastmodified">SuppressLastModified</a></dt>
+      <dt><a name="indexoptions.suppresslastmodified" id="indexoptions.suppresslastmodified">SuppressLastModified</a></dt>
 
       <dd>fancy ¸ñ·Ï¿¡¼­ ¸¶Áö¸· ¼öÁ¤ÀÏÀ» Ç¥½ÃÇÏÁö ¾Ê´Â´Ù.</dd>
 
-      <dt><a name="indexoptions:suppressrules" id="indexoptions:suppressrules">SuppressRules</a>
+      <dt><a name="indexoptions.suppressrules" id="indexoptions.suppressrules">SuppressRules</a>
       (<em>¾ÆÆÄÄ¡ 2.0.23 ÀÌÈÄ</em>)</dt>
 
       <dd>µð·ºÅ丮 ¸ñ·Ï¿¡¼­ ¼öÆòÁÙÀ» (<code>hr</code> ¿ä¼Ò)
       <code>hr</code> ¿ä¼Ò »ç¿ëÀ» ±ÝÁöÇÑ ¸¶Áö¸· Ç¥ÁØÀΠHTML 3.2¿¡
       ¾Ë¸ÂÀº Ãâ·ÂÀÌ µÈ´Ù.</dd>
 
-      <dt><a name="indexoptions:suppresssize" id="indexoptions:suppresssize">SuppressSize</a></dt>
+      <dt><a name="indexoptions.suppresssize" id="indexoptions.suppresssize">SuppressSize</a></dt>
 
       <dd>fancy ¸ñ·Ï¿¡¼­ ÆÄÀÏÅ©±â¸¦ Ç¥½ÃÇÏÁö ¾Ê´Â´Ù.</dd>
 
-      <dt><a name="indexoptions:trackmodified" id="indexoptions:trackmodified">TrackModified</a>
+      <dt><a name="indexoptions.trackmodified" id="indexoptions.trackmodified">TrackModified</a>
                (<em>¾ÆÆÄÄ¡ 2.0.23 ÀÌÈÄ</em>)</dt>
 
       <dd>µð·ºÅ丮 ¸ñ·ÏÀÇ HTTP Çì´õ¿¡ Last-Modified¿Í ETag °ªÀ»
       ¹Ù²îÁö¾Ê´Â´Ù.</strong> ÀÌ·± º¯È­°¡ Áß¿äÇÏ´Ù¸é ÀÌ ¿É¼ÇÀ»
       »ç¿ëÇÏÁö ¸¶¶ó.</dd>
 
-      <dt><a name="indexoptions:versionsort" id="indexoptions:versionsort">VersionSort</a>
+      <dt><a name="indexoptions.versionsort" id="indexoptions.versionsort">VersionSort</a>
                (<em>¾ÆÆÄÄ¡ 2.0a3 ÀÌÈÄ</em>)</dt>
 
       <dd><code>VersionSort</code> Å°¿öµå´Â ¹öÀü ¹øÈ£¸¦ Æ÷ÇÔÇÑ
@@ -751,7 +751,7 @@ Name|Date|Size|Description</code></td></tr>
 <tr><th><a href="directive-dict.html#Status">»óÅÂ:</a></th><td>Base</td></tr>
 <tr><th><a href="directive-dict.html#Module">¸ðµâ:</a></th><td>mod_autoindex</td></tr>
 </table>
-    <p><code class="directive">IndexOrderDefault</code> Áö½Ã¾î´Â <code><a href="#indexoptions:fancyindexing">FancyIndexing</a></code>
+    <p><code class="directive">IndexOrderDefault</code> Áö½Ã¾î´Â <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>
     ¸ñ·Ï ¿É¼Ç°ú ÇÔ²² »ç¿ëÇÑ´Ù. ±âº»ÀûÀ¸·Î fancyindexed µð·ºÅ丮
     ¸ñ·ÏÀº ÆÄÀÏ¸í ¿À¸§Â÷¼øÀÌ´Ù. <code class="directive">IndexOrderDefault</code>´Â
     ÀÌ Ãʱ⠼ø¼­¸¦ º¯°æÇÒ ¼ö ÀÖ´Ù.</p>
@@ -763,7 +763,7 @@ Name|Date|Size|Description</code></td></tr>
     <code>Date</code>, <code>Size</code>, <code>Description</code>
     Áß Çϳª´Ù. ÀÌÂ÷ ¼ø¼­´Â <em>Ç×»ó</em> ÆÄÀÏ¸í ¿À¸§Â÷¼øÀÌ´Ù.</p>
 
-    <p>ÀÌ Áö½Ã¾î¿Í <code><a href="#indexoptions:suppresscolumnsorting">SuppressColumnSorting</a></code> ¸ñ·Ï ¿É¼ÇÀ» °°ÀÌ »ç¿ëÇϸé
+    <p>ÀÌ Áö½Ã¾î¿Í <code><a href="#indexoptions.suppresscolumnsorting">SuppressColumnSorting</a></code> ¸ñ·Ï ¿É¼ÇÀ» °°ÀÌ »ç¿ëÇϸé
     Æ¯Á¤ ¼ø¼­·Î¸¸ µð·ºÅ丮 ¸ñ·ÏÀ» ¸¸µç´Ù. ÀÌ °æ¿ì Å¬¶óÀÌ¾ðÆ®´Â
     ´Ù¸¥ ¼ø¼­·Î µð·ºÅ丮 ¸ñ·ÏÀ» ¿äûÇÏÁö ¸øÇÑ´Ù.</p>
 
index 78478af4e62ddc0b9dfa8c98e51e716752f6e49b..b66363b650a9917cfb9fac0f3fcc922ee83bf922 100644 (file)
@@ -146,7 +146,7 @@ passwords for authentication</td></tr>
 <tr><td><a href="mod_authn_default.html#authdefaultauthoritative">AuthDefaultAuthoritative On|Off</a></td><td> On </td><td>dh</td><td>B</td></tr><tr><td class="descr" colspan="4">Sets whether authentication is passed to lower level
 modules</td></tr>
 <tr class="odd"><td><a href="mod_auth_digest.html#authdigestalgorithm">AuthDigestAlgorithm MD5|MD5-sess</a></td><td> MD5 </td><td>dh</td><td>X</td></tr><tr class="odd"><td class="descr" colspan="4">Selects the algorithm used to calculate the challenge and
-response hases in digest authentication</td></tr>
+response hashes in digest authentication</td></tr>
 <tr><td><a href="mod_auth_digest.html#authdigestdomain">AuthDigestDomain <var>URI</var> [<var>URI</var>] ...</a></td><td /><td>dh</td><td>X</td></tr><tr><td class="descr" colspan="4">URIs that are in the same protection space for digest
 authentication</td></tr>
 <tr class="odd"><td><a href="mod_auth_digest.html#authdigestnccheck">AuthDigestNcCheck On|Off</a></td><td> Off </td><td>s</td><td>X</td></tr><tr class="odd"><td class="descr" colspan="4">Enables or disables checking of the nonce-count sent by the
index 949e8b038704a48db3d651fffd1892bc7d08b131..2dfda2c44190f2dfc93fd7f015755dcd04bfcc82 100644 (file)
@@ -144,7 +144,7 @@ passwords for authentication</td></tr>
 <tr><td><a href="mod_authn_default.html#authdefaultauthoritative">AuthDefaultAuthoritative On|Off</a></td><td> On </td><td>dh</td><td>B</td></tr><tr><td class="descr" colspan="4">Sets whether authentication is passed to lower level
 modules</td></tr>
 <tr class="odd"><td><a href="mod_auth_digest.html#authdigestalgorithm">AuthDigestAlgorithm MD5|MD5-sess</a></td><td> MD5 </td><td>dh</td><td>X</td></tr><tr class="odd"><td class="descr" colspan="4">Selects the algorithm used to calculate the challenge and
-response hases in digest authentication</td></tr>
+response hashes in digest authentication</td></tr>
 <tr><td><a href="mod_auth_digest.html#authdigestdomain">AuthDigestDomain <var>URI</var> [<var>URI</var>] ...</a></td><td /><td>dh</td><td>X</td></tr><tr><td class="descr" colspan="4">URIs that are in the same protection space for digest
 authentication</td></tr>
 <tr class="odd"><td><a href="mod_auth_digest.html#authdigestnccheck">AuthDigestNcCheck On|Off</a></td><td> Off </td><td>s</td><td>X</td></tr><tr class="odd"><td class="descr" colspan="4">Enables or disables checking of the nonce-count sent by the
index 58eaf3925c6b0c245a5ddde370fc33d63de3f202..384394aca5b9eb35dba7eb00380da23dda1fa499 100644 (file)
@@ -141,7 +141,7 @@ passwords for authentication</td></tr>
 <tr><td><a href="mod_authn_default.html#authdefaultauthoritative">AuthDefaultAuthoritative On|Off</a></td><td> On </td><td>dh</td><td>B</td></tr><tr><td class="descr" colspan="4">Sets whether authentication is passed to lower level
 modules</td></tr>
 <tr class="odd"><td><a href="mod_auth_digest.html#authdigestalgorithm">AuthDigestAlgorithm MD5|MD5-sess</a></td><td> MD5 </td><td>dh</td><td>X</td></tr><tr class="odd"><td class="descr" colspan="4">Selects the algorithm used to calculate the challenge and
-response hases in digest authentication</td></tr>
+response hashes in digest authentication</td></tr>
 <tr><td><a href="mod_auth_digest.html#authdigestdomain">AuthDigestDomain <var>URI</var> [<var>URI</var>] ...</a></td><td /><td>dh</td><td>X</td></tr><tr><td class="descr" colspan="4">URIs that are in the same protection space for digest
 authentication</td></tr>
 <tr class="odd"><td><a href="mod_auth_digest.html#authdigestnccheck">AuthDigestNcCheck On|Off</a></td><td> Off </td><td>s</td><td>X</td></tr><tr class="odd"><td class="descr" colspan="4">Enables or disables checking of the nonce-count sent by the