]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
a colon in an id may cause problems. s/:/./
authorAndré Malo <nd@apache.org>
Sun, 2 Nov 2003 21:05:11 +0000 (21:05 +0000)
committerAndré Malo <nd@apache.org>
Sun, 2 Nov 2003 21:05:11 +0000 (21:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101686 13f79535-47bb-0310-9956-ffa450edef68

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/mod_autoindex.xml
docs/manual/mod/mod_autoindex.xml.ja
docs/manual/mod/mod_autoindex.xml.ko

index 31f8dd467a727cf7861e3e2df8aa78706ce716a7..9b0817c84d735eab1be51c9c893e0a057228899a 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 bc68eb3a3e5e19085947bce819813d45004ecfd3..fd2a1389b9c7e420f0fd938622a1d6d0b8a3cbb7 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\e(B\e$B$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
     </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,15 +653,15 @@ 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: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
@@ -676,7 +676,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
@@ -686,7 +686,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$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
@@ -698,10 +698,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
@@ -709,10 +709,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>
@@ -728,7 +728,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>
@@ -739,11 +739,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
@@ -753,11 +753,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
@@ -780,7 +780,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
@@ -886,7 +886,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
@@ -901,7 +901,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 ef421f02fc1776f6030539cb2918d2dc28c51f6f..8c745f566618a5f79ccf334552c6d59b4c8c94b4 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 ac1684dfaaa187e6b67c56cdabbc510df77f8c62..db0d82ed2e8fc9420c87bd14e40926a25f7d2ed3 100644 (file)
@@ -41,7 +41,7 @@
     <directive module="core">Options</directive> directive for
     more details.</p>
 
-    <p>If the <code><a href="#indexoptions:fancyindexing"
+    <p>If the <code><a href="#indexoptions.fancyindexing"
     >FancyIndexing</a></code> option is given with the <directive
     module="mod_autoindex">IndexOptions</directive> directive,
     the column headers are links that control the order of the
@@ -65,7 +65,7 @@
     <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
@@ -174,7 +174,7 @@ icon selected by filename</description>
 <usage>
     <p><directive>AddAlt</directive> provides the alternate text to
     display for a file, instead of an icon, for <code><a
-    href="#indexoptions:fancyindexing">FancyIndexing</a></code>.
+    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
@@ -203,7 +203,7 @@ selected by MIME-encoding</description>
 <usage>
     <p><directive>AddAltByEncoding</directive> provides the alternate
     text to display for a file, instead of an icon, for <code><a
-    href="#indexoptions:fancyindexing">FancyIndexing</a></code>.
+    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>).
@@ -230,7 +230,7 @@ icon selected by MIME content-type</description>
 <usage>
     <p><directive>AddAltByType</directive> sets the alternate text to
     display for a file, instead of an icon, for <code><a
-    href="#indexoptions:fancyindexing">FancyIndexing</a></code>.
+    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>).
@@ -254,7 +254,7 @@ icon selected by MIME content-type</description>
 
 <usage>
     <p>This sets the description to display for a file, for
-    <code><a href="#indexoptions:fancyindexing"
+    <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.
@@ -265,16 +265,16 @@ icon selected by MIME content-type</description>
     </example>
 
     <p>The typical, default description field is 23 bytes wide. 6
-    more bytes are added by the <code><a href="#indexoptions:suppressicon"
+    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"
+    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"
+    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"
+    <p>See the <a href="#indexoptions.descriptionwidth"
     >DescriptionWidth</a> <directive module="mod_autoindex"
     >IndexOptions</directive> keyword for details on overriding the size
     of this column, or allowing descriptions of unlimited length.</p>
@@ -301,7 +301,7 @@ icon selected by MIME content-type</description>
 
 <usage>
     <p>This sets the icon to display next to a file ending in
-    <var>name</var> for <code><a href="#indexoptions:fancyindexing"
+    <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>
@@ -337,7 +337,7 @@ content-encoding</description>
 
 <usage>
     <p>This sets the icon to display next to files with <code><a
-    href="#indexoptions:fancyindexing">FancyIndexing</a></code>.
+    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
@@ -366,7 +366,7 @@ content-type</description>
 <usage>
     <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>.
+    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
@@ -394,7 +394,7 @@ configured</description>
 <usage>
     <p>The <directive>DefaultIcon</directive> directive sets the icon
     to display for files when no specific icon is known, for <code><a
-    href="#indexoptions:fancyindexing">FancyIndexing</a></code>.
+    href="#indexoptions.fancyindexing">FancyIndexing</a></code>.
     <var>Url-path</var> is a (%-escaped) relative URL to the icon.</p>
 
     <example><title>Example</title>
@@ -458,7 +458,7 @@ of the index listing</description>
     <p>If the file specified by <directive>HeaderName</directive> 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
+    href="#indexoptions.suppresshtmlpreamble"><code>IndexOptions
     +SuppressHTMLPreamble</code></a>, so that these tags are not
     repeated.</p>
 </usage>
@@ -506,8 +506,8 @@ indexing</description>
     of</p>
 
     <dl>
-      <dt><a name="indexoptions:descriptionwidth"
-               id="indexoptions:descriptionwidth"
+      <dt><a name="indexoptions.descriptionwidth"
+               id="indexoptions.descriptionwidth"
       >DescriptionWidth=[<var>n</var> | *]</a> (<em>Apache 2.0.23 and
       later</em>)</dt>
 
@@ -529,13 +529,13 @@ indexing</description>
       module="mod_autoindex">AddDescription</directive> 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
@@ -548,11 +548,11 @@ indexing</description>
       <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"
+      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
@@ -562,14 +562,14 @@ indexing</description>
       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
+      <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
@@ -580,8 +580,8 @@ indexing</description>
       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
+      <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>,
@@ -593,24 +593,24 @@ indexing</description>
       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 <module>mod_autoindex</module> to ignore all
       query variables from the client, including sort order (implies
-      <code><a href="#indexoptions:suppresscolumnsorting"
+      <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
@@ -625,8 +625,8 @@ indexing</description>
       <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
@@ -634,8 +634,8 @@ indexing</description>
       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"
+      <dt><a name="indexoptions.suppresscolumnsorting"
+               id="indexoptions.suppresscolumnsorting"
                >SuppressColumnSorting</a></dt>
 
       <dd>If specified, Apache will not make the column headings in a
@@ -645,11 +645,11 @@ indexing</description>
       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
+      href="#indexoptions.ignoreclient">IndexOptions
       IgnoreClient</a> in Apache 2.0.23.</dd>
 
-      <dt><a name="indexoptions:suppressdescription"
-               id="indexoptions:suppressdescription"
+      <dt><a name="indexoptions.suppressdescription"
+               id="indexoptions.suppressdescription"
                >SuppressDescription</a></dt>
 
       <dd>This will suppress the file description in fancy indexing
@@ -658,11 +658,11 @@ indexing</description>
       space to use for something else. See <directive module="mod_autoindex"
       >AddDescription</directive> for information about setting the file
       description. See also the <code><a
-      href="#indexoptions:descriptionwidth">DescriptionWidth</a></code>
+      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"
+      <dt><a name="indexoptions.suppresshtmlpreamble"
+               id="indexoptions.suppresshtmlpreamble"
                >SuppressHTMLPreamble</a></dt>
 
       <dd>If the directory actually contains a file specified by the
@@ -676,8 +676,8 @@ indexing</description>
       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.
@@ -687,15 +687,15 @@ indexing</description>
       <code>hr</code> elements from the <code>pre</code> block (used to
       format FancyIndexed listings.)</dd>
 
-      <dt><a name="indexoptions:suppresslastmodified"
-               id="indexoptions:suppresslastmodified"
+      <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>
@@ -705,13 +705,13 @@ indexing</description>
       <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
@@ -728,8 +728,8 @@ indexing</description>
       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
@@ -830,7 +830,7 @@ Name|Date|Size|Description</syntax>
 
 <usage>
     <p>The <directive>IndexOrderDefault</directive> directive is used
-    in combination with the <code><a href="#indexoptions:fancyindexing"
+    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
     <directive>IndexOrderDefault</directive> allows you to change this
@@ -846,7 +846,7 @@ Name|Date|Size|Description</syntax>
 
     <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"
+    href="#indexoptions.suppresscolumnsorting"
     >SuppressColumnSorting</a></code> index option; this will prevent
     the client from requesting the directory listing in a different
     order.</p>
index 594c3dd49171984b6d340831ec216ea4d57bff28..4716ba4c9057d2cad2db5dc0980839f0d33e782e 100644 (file)
@@ -42,7 +42,7 @@
     <directive module="core">Options</directive>
     \e$B%G%#%l%/%F%#%V$r$4Mw2<$5$$!#\e(B</p>
 
-    <p>\e$B$b$7\e(B <code><a href="#indexoptions:fancyindexing"
+    <p>\e$B$b$7\e(B <code><a href="#indexoptions.fancyindexing"
     >FancyIndexing</a></code>\e$B%*%W%7%g%s$,\e(B
     <directive module="autoindex">IndexOptions</directive>
     \e$B%G%#%l%/%F%#%V$KM?$($i$l$F$$$k$J$i$P!"\e(B
@@ -72,7 +72,7 @@
     \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
 
 <usage>
     <p><directive>AddAlt</directive> \e$B$O!"\e(B<code><a
-    href="#indexoptions:fancyindexing">FancyIndexing</a></code>
+    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
 
 <usage>
     <p><directive>AddAltByEncoding</directive> \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>
 
 <usage>
     <p><directive>AddAltByType</directive> \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>
 <override>Indexes</override>
 
 <usage>
-    <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%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
     </example>
 
     <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"
+    <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"
+    <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"
+    <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
 
     <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
     <directive module="mod_autoindex">IndexOptions</directive> 
     \e$B$N%-!<%o!<%I$r$4Mw2<$5$$!#\e(B</p>
 <override>Indexes</override>
 
 <usage>
-    <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
 <override>Indexes</override>
 
 <usage>
-    <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
@@ -405,7 +405,7 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</description>
 <override>Indexes</override>
 
 <usage>
-    <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
@@ -434,7 +434,7 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</description>
 <override>Indexes</override>
 
 <usage>
-    <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
@@ -514,7 +514,7 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</description>
     <p>\e$B$b$7\e(B <directive>HeaderName</directive> \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>
 </usage>
@@ -563,8 +563,8 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</description>
     <var>option</var> \e$B$O<!$N$I$l$+$G$9\e(B:</p>
 
     <dl>
-      <dt><a name="indexoptions:descriptionwidth"
-               id="indexoptions:descriptionwidth"
+      <dt><a name="indexoptions.descriptionwidth"
+               id="indexoptions.descriptionwidth"
       >DescriptionWidth=[<var>n</var> | *]</a>
       (<em>2.0.23 \e$B0J9_\e(B</em>)</dt>
 
@@ -584,13 +584,13 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</description>
       <directive module="mod_autoindex">AddDescription</directive>
       \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
@@ -604,11 +604,11 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</description>
       <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
@@ -618,14 +618,14 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</description>
       \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
+      <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
@@ -638,8 +638,8 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</description>
       \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
+      <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
@@ -652,18 +652,18 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</description>
       \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: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 <module>mod_autoindex</module> \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"
+      (\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
@@ -678,8 +678,8 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</description>
       <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
@@ -689,8 +689,8 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</description>
       httpd \e$B$O\e(B <code>title</code> \e$B%?%0$NCM$rFI$`$?$a$K%I%-%e%a%s%H$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"
+      <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
@@ -703,11 +703,11 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</description>
       \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"
+      <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
@@ -716,11 +716,11 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</description>
       \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
       <directive module="mod_autoindex">AddDescription</directive> 
       \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"
+      <dt><a name="indexoptions.suppresshtmlpreamble"
+               id="indexoptions.suppresshtmlpreamble"
               >SuppressHTMLPreamble</a></dt>
 
       <dd>\e$BDL>o!"\e(B
@@ -737,8 +737,8 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</description>
       \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>
@@ -749,14 +749,14 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</description>
       \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"
+      <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
@@ -766,13 +766,13 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</description>
       \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
@@ -795,8 +795,8 @@ MIME \e$B%?%$%W$K$h$C$FA*Br\e(B</description>
       \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
@@ -907,7 +907,7 @@ Name|Date|Size|Description</syntax>
 
 <usage>
     <p><directive>IndexOrderDefault</directive> \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
@@ -923,7 +923,7 @@ Name|Date|Size|Description</syntax>
     \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>
+    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 47df9fc4fbaf9b2f2e803c03dc815cf3af7b702b..21361033f3e337b0e510c9c7bf6362be28b32329 100644 (file)
@@ -37,7 +37,7 @@
     Áö½Ã¾î¸¦ Âü°íÇ϶ó.</p>
 
     <p><directive module="mod_autoindex">IndexOptions</directive>
-    Áö½Ã¾î¿¡ <code><a href="#indexoptions:fancyindexing"
+    Áö½Ã¾î¿¡ <code><a href="#indexoptions.fancyindexing"
     >FancyIndexing</a></code> ¿É¼ÇÀ» ÁÖ¸é, ¿­ À̸§À» Ãâ·ÂÇÒ
     ¼ø¼­¸¦ ¹Ù²Ù´Â ¸µÅ©·Î ¸¸µç´Ù. À̸§ ¸µÅ©¸¦ ¼±ÅÃÇϸ頱נ¿­ÀÇ
     °ª ¼ø¼­·Î ¸ñ·ÏÀ» ´Ù½Ã ¸¸µç´Ù. °°Àº À̸§À» ¹Ýº¹Çؼ­ ¼±ÅÃÇϸé
@@ -58,7 +58,7 @@
     <p>¾ÆÆÄÄ¡ 2.0.23´Â ¿­¼ø¼­¿¡ ´ëÇÑ ¿äû ¾Æ±Ô¸ÕÆ®¸¦ Á¤¸®Çϰí,
     »õ·Î¿î ¿É¼ÇµéÀ» Ãß°¡Çß´Ù. Ãâ·ÂÀ» Å¬¶óÀÌ¾ðÆ®°¡ Á¶ÀýÇÒ ¼ö
     ¾øµµ·Ï ¸¸µå´Â <code><a
-    href="#indexoptions:ignoreclient">IndexOptions
+    href="#indexoptions.ignoreclient">IndexOptions
     IgnoreClient</a></code> ¿É¼ÇÀÌ Ãß°¡µÇ¾ú´Ù.</p>
 
     <p>¿­¼ø¼­ À̸§Àº ¾Æ·¡ ³ª¿Â ¼ø¼­ ¿äû ¿É¼ÇÀ» ´õÇÑ ÀÚ±âÂüÁ¶
 
 <usage>
     <p><directive>AddAlt</directive>´Â <code><a
-    href="#indexoptions:fancyindexing">FancyIndexing</a></code>¿¡¼­
+    href="#indexoptions.fancyindexing">FancyIndexing</a></code>¿¡¼­
     ÆÄÀÏ¿¡ ´ëÇÑ ¾ÆÀÌÄÜ´ë½Å º¸ÀÏ ±ÛÀ» ÁöÁ¤ÇÑ´Ù. <var>File</var>¿¡´Â
     ¼³¸íÇÒ ÆÄÀÏÀÇ ÆÄÀÏ È®ÀåÀÚ, ÆÄÀϸí ÀϺÎ, ¿ÍÀϵåÄ«µå Ç¥Çö,
     Àüü ÆÄÀϸíÀ» »ç¿ëÇÒ ¼ö ÀÖ´Ù. <var>String</var>¿¡ °ø¹éÀÌ
 
 <usage>
     <p><directive>AddAltByEncoding</directive>Àº <code><a
-    href="#indexoptions:fancyindexing">FancyIndexing</a></code>¿¡¼­
+    href="#indexoptions.fancyindexing">FancyIndexing</a></code>¿¡¼­
     ÆÄÀÏ¿¡ ´ëÇÑ ¾ÆÀÌÄÜ´ë½Å º¸ÀÏ ±ÛÀ» ÁöÁ¤ÇÑ´Ù. <var>MIME-encoding</var>Àº
     <code>x-compress</code>¿Í °°Àº À¯È¿ÇÑ content-encodingÀÌ´Ù.
     <var>String</var>¿¡ °ø¹éÀÌ µé¾î°£´Ù¸é µû¿ÈÇ¥(<code>"</code>
 
 <usage>
     <p><directive>AddAltByType</directive>Àº <code><a
-    href="#indexoptions:fancyindexing">FancyIndexing</a></code>¿¡¼­
+    href="#indexoptions.fancyindexing">FancyIndexing</a></code>¿¡¼­
     ÆÄÀÏ¿¡ ´ëÇÑ ¾ÆÀÌÄÜ´ë½Å º¸ÀÏ ±ÛÀ» ÁöÁ¤ÇÑ´Ù. <var>MIME-type</var>Àº
     <code>text/html</code>°ú °°Àº À¯È¿ÇÑ content-typeÀÌ´Ù.
     <var>String</var>¿¡ °ø¹éÀÌ µé¾î°£´Ù¸é µû¿ÈÇ¥(<code>"</code>
 <override>Indexes</override>
 
 <usage>
-    <p>ÀÌ Áö½Ã¾î´Â <code><a href="#indexoptions:fancyindexing"
+    <p>ÀÌ Áö½Ã¾î´Â <code><a href="#indexoptions.fancyindexing"
     >FancyIndexing</a></code>¿¡¼­ ÆÄÀÏ¿¡ ´ëÇÑ ¼³¸íÀ» ÁöÁ¤ÇÑ´Ù.
     <var>File</var>¿¡´Â ¼³¸íÇÒ ÆÄÀÏÀÇ ÆÄÀÏ È®ÀåÀÚ, ÆÄÀϸí ÀϺÎ,
     ¿ÍÀϵåÄ«µå Ç¥Çö, Àüü ÆÄÀϸíÀ» »ç¿ëÇÒ ¼ö ÀÖ´Ù. <var>String</var>Àº
     </example>
 
     <p>ÀüÇüÀûÀΠ±âº» ¼³¸í ÇÊµåÆøÀº 23 ¹ÙÀÌÆ®´Ù. <code><a
-    href="#indexoptions:suppressicon">IndexOptions
+    href="#indexoptions.suppressicon">IndexOptions
     SuppressIcon</a></code> ¿É¼ÇÀ» »ç¿ëÇÏ¸é ±âº»Æø¿¡ 6 ¹ÙÀÌÆ®¸¦
-    ´õ Ãß°¡Çϰí, <code><a href="#indexoptions:suppresssize"
+    ´õ Ãß°¡Çϰí, <code><a href="#indexoptions.suppresssize"
     >IndexOptions SuppressSize</a></code> ¿É¼ÇÀº 7 ¹ÙÀÌÆ®¸¦,
-    <code><a href="#indexoptions:suppresslastmodified"
+    <code><a href="#indexoptions.suppresslastmodified"
     >IndexOptions SuppressLastModified</a></code> ¿É¼ÇÀº 19
     ¹ÙÀÌÆ®¸¦ ´õ Ãß°¡ÇÑ´Ù. ±×·¯¹Ç·Î °¡Àå ³ÐÀº ¼³¸íÆøÀº 55 ¹ÙÀÌÆ®´Ù.</p>
 
     <p>ÀÌ ÇʵåÀÇ Æø¸¦ ¹Ù²Ù°Å³ª ¼³¸íÀÇ ±æÀ̸¦ ¹«ÇÑ´ë·Î ¸¸µå·Á¸é
-    <a href="#indexoptions:descriptionwidth"
+    <a href="#indexoptions.descriptionwidth"
     >DescriptionWidth</a> <directive module="mod_autoindex"
     >IndexOptions</directive> Å°¿öµå¸¦ Âü°íÇ϶ó.</p>
 
 <override>Indexes</override>
 
 <usage>
-    <p>ÀÌ Áö½Ã¾î´Â <code><a href="#indexoptions:fancyindexing"
+    <p>ÀÌ Áö½Ã¾î´Â <code><a href="#indexoptions.fancyindexing"
     >FancyIndexing</a></code>¿¡¼­ <var>name</var>À¸·Î ³¡³ª´Â
     ÆÄÀÏ ¿·¿¡ º¸¿©ÁÙ ¾ÆÀÌÄÜÀ» ÁöÁ¤ÇÑ´Ù. <var>Icon</var>Àº
     ¾ÆÀÌÄÜÀÇ (%-escaped) »ó´ë URL È¤Àº
 
 <usage>
     <p>ÀÌ Áö½Ã¾î´Â <code><a
-    href="#indexoptions:fancyindexing">FancyIndexing</a></code>¿¡¼­
+    href="#indexoptions.fancyindexing">FancyIndexing</a></code>¿¡¼­
     ÆÄÀÏ ¿·¿¡ º¸¿©ÁÙ ¾ÆÀÌÄÜÀ» ÁöÁ¤ÇÑ´Ù. <var>Icon</var>Àº
     ¾ÆÀÌÄÜÀÇ (%-escaped) »ó´ë URL È¤Àº
     <code>(<var>alttext</var>,<var>url</var>)</code> Çü½ÄÀÌ´Ù.
 
 <usage>
     <p>ÀÌ Áö½Ã¾î´Â <code><a
-    href="#indexoptions:fancyindexing">FancyIndexing</a></code>¿¡¼­
+    href="#indexoptions.fancyindexing">FancyIndexing</a></code>¿¡¼­
     <var>MIME-type</var>ÀÇ ÆÄÀÏ ¿·¿¡ º¸¿©ÁÙ ¾ÆÀÌÄÜÀ» ÁöÁ¤ÇÑ´Ù.
     <var>Icon</var>Àº ¾ÆÀÌÄÜÀÇ (%-escaped) »ó´ë URL È¤Àº
     <code>(<var>alttext</var>,<var>url</var>)</code> Çü½ÄÀÌ´Ù.
 
 <usage>
     <p><directive>DefaultIcon</directive> Áö½Ã¾î´Â <code><a
-    href="#indexoptions:fancyindexing">FancyIndexing</a></code>¿¡¼­
+    href="#indexoptions.fancyindexing">FancyIndexing</a></code>¿¡¼­
     Æ¯Á¤ ¾ÆÀÌÄÜÀ» ¼³Á¤ÇÏÁö¾ÊÀº ÆÄÀÏ ¿·¿¡ ³ª¿Ã ¾ÆÀÌÄÜÀÌ´Ù.
     <var>Icon</var>Àº ¾ÆÀÌÄÜÀÇ (%-escaped) »ó´ë URLÀÌ´Ù.</p>
 
 
     <p><directive>HeaderName</directive>À¸·Î ÁöÁ¤ÇÑ ÆÄÀÏ¿¡
     (&lt;html&gt;, &lt;head&gt;, µî) HTML ¹®¼­ ½ÃÀۺκÐÀÌ Æ÷ÇÔµÇÀÖ´Ù¸é
-    <a href="#indexoptions:suppresshtmlpreamble"><code>IndexOptions
+    <a href="#indexoptions.suppresshtmlpreamble"><code>IndexOptions
     +SuppressHTMLPreamble</code></a>À» »ç¿ëÇÏ¿© ÀÌ ºÎºÐÀ» Ãß°¡ÇÏÁö¾Ê´Â
     °ÍÀÌ ÁÁ´Ù.</p>
 </usage>
     ¸ñ·ÏÀ» ¼³Á¤ÇÑ´Ù. <var>Option</var>Àº ´ÙÀ½ Áß ÇϳªÀÌ´Ù</p>
 
     <dl>
-      <dt><a name="indexoptions:descriptionwidth"
-               id="indexoptions:descriptionwidth"
+      <dt><a name="indexoptions.descriptionwidth"
+               id="indexoptions.descriptionwidth"
       >DescriptionWidth=[<var>n</var> | *]</a> (<em>¾ÆÆÄÄ¡
       2.0.23 ÀÌÈÄ</em>)</dt>
 
       module="mod_autoindex">AddDescription</directive>
       ÀýÀ» Âü°íÇ϶ó.</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"
+      ³ª¿Â´Ù. <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
+      <dt><a name="indexoptions.iconheight"
+               id="indexoptions.iconheight">IconHeight[=<var
                >pixels</var>]</a></dt>
 
       <dd>ÀÌ ¿É¼ÇÀ» IconWidth¿Í °°ÀÌ »ç¿ëÇϸ頼­¹ö´Â ÆÄÀÏ ¾ÆÀÌÄÜÀÇ
       »óȲ¿¡¼­µµ ÆäÀÌÁö ±¸¼ºÀ» ¹Ì¸® °è»êÇÒ ¼ö ÀÖ´Ù. ¿É¼Ç¿¡ °ªÀ»
       ÁÖÁö¾ÊÀ¸¸é ¾ÆÆÄÄ¡°¡ Á¦°øÇϴ ¾ÆÀÌÄÜÀǠǥÁØ ³ôÀ̸¦ »ç¿ëÇÑ´Ù.</dd>
 
-      <dt><a name="indexoptions:iconwidth"
-               id="indexoptions:iconwidth">IconWidth[=<var
+      <dt><a name="indexoptions.iconwidth"
+               id="indexoptions.iconwidth">IconWidth[=<var
                >pixels</var>]</a></dt>
 
       <dd>ÀÌ ¿É¼ÇÀ» <code>IconHeight</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>ÀÌ ¿É¼ÇÀ» »ç¿ëÇϸé <module>mod_autoindex</module>´Â
       ¼ø¼­¸¦ Æ÷ÇÔÇÏ¿© Å¬¶óÀÌ¾ðÆ®°¡ º¸³»´Â ¸ðµç ÁúÀǺ¯¼ö¸¦ ¹«½ÃÇÑ´Ù.
-      (<code><a href="#indexoptions:suppresscolumnsorting"
+      (<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À» »Ì´Â´Ù. ÆÄÀÏ¿¡
       <directive module="mod_autoindex">AddDescription</directive>·Î
       ÁöÁ¤ÇÑ ¼³¸íÀÌ ¾ø´Ù¸é À¥¼­¹ö´Â ¹®¼­ÀÇ <code>title</code>
       ¿ä¼Ò°ªÀ» ÀоîµéÀδÙ. ÀÌ ÀÛ¾÷Àº CPU¿Í µð½ºÅ©¸¦ ¸¹ÀÌ »ç¿ëÇÑ´Ù.</dd>
 
-      <dt><a name="indexoptions:suppresscolumnsorting"
-               id="indexoptions:suppresscolumnsorting"
+      <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
+      href="#indexoptions.ignoreclient">IndexOptions
       IgnoreClient</a>¸¦ »ç¿ëÇÏ¿© ¼ø¼­ ¾Æ±Ô¸ÕÆ®¸¦ ÀÐÁö ¾Ê´Â´Ù.</dd>
 
-      <dt><a name="indexoptions:suppressdescription"
-               id="indexoptions:suppressdescription"
+      <dt><a name="indexoptions.suppressdescription"
+               id="indexoptions.suppressdescription"
                >SuppressDescription</a></dt>
 
       <dd>fancy ¸ñ·Ï¿¡¼­ ÆÄÀÏ ¼³¸íÀ» Æ÷ÇÔÇÏÁö ¾Ê´Â´Ù. ±âº»ÀûÀ¸·Î
       ¹æ¹ýÀº <directive module="mod_autoindex"
       >AddDescription</directive>À» Âü°íÇ϶ó. ¼³¸í¿­ÀÇ Å©±â¸¦
       ÁöÁ¤Çϴ <code><a
-      href="#indexoptions:descriptionwidth">DescriptionWidth</a></code>
+      href="#indexoptions.descriptionwidth">DescriptionWidth</a></code>
       ¿É¼Çµµ Âü°íÇ϶ó.</dd>
 
-      <dt><a name="indexoptions:suppresshtmlpreamble"
-               id="indexoptions:suppresshtmlpreamble"
+      <dt><a name="indexoptions.suppresshtmlpreamble"
+               id="indexoptions.suppresshtmlpreamble"
                >SuppressHTMLPreamble</a></dt>
 
       <dd>µð·ºÅ丮¿¡ <directive
       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"
+      <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> Å°¿öµå´Â ¹öÀü ¹øÈ£¸¦ Æ÷ÇÔÇÑ
@@ -785,7 +785,7 @@ Name|Date|Size|Description</syntax>
 
 <usage>
     <p><directive>IndexOrderDefault</directive> Áö½Ã¾î´Â <code><a
-    href="#indexoptions:fancyindexing">FancyIndexing</a></code>
+    href="#indexoptions.fancyindexing">FancyIndexing</a></code>
     ¸ñ·Ï ¿É¼Ç°ú ÇÔ²² »ç¿ëÇÑ´Ù. ±âº»ÀûÀ¸·Î fancyindexed µð·ºÅ丮
     ¸ñ·ÏÀº ÆÄÀÏ¸í ¿À¸§Â÷¼øÀÌ´Ù. <directive>IndexOrderDefault</directive>´Â
     ÀÌ Ãʱ⠼ø¼­¸¦ º¯°æÇÒ ¼ö ÀÖ´Ù.</p>
@@ -798,7 +798,7 @@ Name|Date|Size|Description</syntax>
     Áß Çϳª´Ù. ÀÌÂ÷ ¼ø¼­´Â <em>Ç×»ó</em> ÆÄÀÏ¸í ¿À¸§Â÷¼øÀÌ´Ù.</p>
 
     <p>ÀÌ Áö½Ã¾î¿Í <code><a
-    href="#indexoptions:suppresscolumnsorting"
+    href="#indexoptions.suppresscolumnsorting"
     >SuppressColumnSorting</a></code> ¸ñ·Ï ¿É¼ÇÀ» °°ÀÌ »ç¿ëÇϸé
     Æ¯Á¤ ¼ø¼­·Î¸¸ µð·ºÅ丮 ¸ñ·ÏÀ» ¸¸µç´Ù. ÀÌ °æ¿ì Å¬¶óÀÌ¾ðÆ®´Â
     ´Ù¸¥ ¼ø¼­·Î µð·ºÅ丮 ¸ñ·ÏÀ» ¿äûÇÏÁö ¸øÇÑ´Ù.</p>