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

docs/manual/mod/mod_autoindex.xml
docs/manual/mod/mod_autoindex.xml.ja
docs/manual/mod/mod_autoindex.xml.ko

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 3114472ae3171a097769b0557afaff24a0a05725..d22db86eab2be3594093ae830a1cb2c84c8f0cd5 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,26 +652,26 @@ 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:ignorecase"
-               id="indexoptions:ignorecase">IgnoreCase</a></dt>
+      <dt><a name="indexoptions.ignorecase"
+               id="indexoptions.ignorecase">IgnoreCase</a></dt>
 
       <dd>\e$B$3$N%*%W%7%g%s$,M-8z$G$"$k$H!"%U%!%$%kL>$OBgJ8;z>.J8;z$r6hJL$;$:$K%=!<%H$5$l$^$9!#\e(B
       \e$BNc$($P%U%!%$%kL>$,>:=g$G%=!<%H$5$l!"\e(BIgnoreCase \e$B$,M-8z$G$"$l$P!"\e(B
       Zeta \e$B$O\e(B alfa \e$B$N8e$K%j%9%H$5$l$^$9\e(B
       (\e$BCm0U\e(B: GAMMA \e$B$O>o$K\e(B gamma \e$B$NA0$K$J$j$^$9\e(B)\e$B!#\e(B</dd>
 
-      <dt><a name="indexoptions:ignoreclient"
-               id="indexoptions:ignoreclient">IgnoreClient</a></dt>
+      <dt><a name="indexoptions.ignoreclient"
+               id="indexoptions.ignoreclient">IgnoreClient</a></dt>
 
       <dd>\e$B$3$N%*%W%7%g%s$G\e(B <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
@@ -686,8 +686,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
@@ -697,8 +697,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
@@ -711,11 +711,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
@@ -724,11 +724,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
@@ -745,8 +745,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>
@@ -757,14 +757,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
@@ -774,13 +774,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
@@ -803,8 +803,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
@@ -915,7 +915,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
@@ -931,7 +931,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 964cb2325aef0c1466eb30c37dc5d500b6f30527..644dcb3bb2d351f550d343dee3c7f02a6dba6c5d 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>