From: André Malo Date: Sun, 2 Nov 2003 21:05:11 +0000 (+0000) Subject: a colon in an id may cause problems. s/:/./ X-Git-Tag: 2.0.49~399 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34bad1bd672f384cc7e85ef560dc7b625307da1f;p=thirdparty%2Fapache%2Fhttpd.git a colon in an id may cause problems. s/:/./ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101686 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en index 31f8dd467a7..9b0817c84d7 100644 --- a/docs/manual/mod/mod_autoindex.html.en +++ b/docs/manual/mod/mod_autoindex.html.en @@ -59,7 +59,7 @@ Options directive for more details.

-

If the FancyIndexing option is given with the IndexOptions directive, +

If the FancyIndexing option is given with the IndexOptions 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 @@ -102,7 +102,7 @@

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 IndexOptions + the IndexOptions IgnoreClient option was introduced.

The column sorting headers themselves are self-referencing @@ -208,7 +208,7 @@ icon selected by filename Module:mod_autoindex

AddAlt provides the alternate text to - display for a file, instead of an icon, for FancyIndexing. + display for a file, instead of an icon, for FancyIndexing. File is a file extension, partial filename, wild-card expression or full filename for files to describe. If String contains any whitespace, you have to enclose it @@ -235,7 +235,7 @@ selected by MIME-encoding Module:mod_autoindex

AddAltByEncoding provides the alternate - text to display for a file, instead of an icon, for FancyIndexing. + text to display for a file, instead of an icon, for FancyIndexing. MIME-encoding is a valid content-encoding, such as x-compress. If String contains any whitespace, you have to enclose it in quotes (" or '). @@ -260,7 +260,7 @@ icon selected by MIME content-type Module:mod_autoindex

AddAltByType sets the alternate text to - display for a file, instead of an icon, for FancyIndexing. + display for a file, instead of an icon, for FancyIndexing. MIME-type is a valid content-type, such as text/html. If String contains any whitespace, you have to enclose it in quotes (" or '). @@ -283,7 +283,7 @@ icon selected by MIME content-type Module:mod_autoindex

This sets the description to display for a file, for - FancyIndexing. + FancyIndexing. File is a file extension, partial filename, wild-card expression or full filename for files to describe. String is enclosed in double quotes (").

@@ -293,13 +293,13 @@ icon selected by MIME content-type

The typical, default description field is 23 bytes wide. 6 - more bytes are added by the IndexOptions SuppressIcon option, 7 bytes are - added by the IndexOptions SuppressSize option, and 19 bytes are - added by the IndexOptions SuppressLastModified option. + more bytes are added by the IndexOptions SuppressIcon option, 7 bytes are + added by the IndexOptions SuppressSize option, and 19 bytes are + added by the IndexOptions SuppressLastModified option. Therefore, the widest default the description column is ever assigned is 55 bytes.

-

See the DescriptionWidth IndexOptions keyword for details on overriding the size +

See the DescriptionWidth IndexOptions keyword for details on overriding the size of this column, or allowing descriptions of unlimited length.

Caution

@@ -323,7 +323,7 @@ icon selected by MIME content-type Module:mod_autoindex

This sets the icon to display next to a file ending in - name for FancyIndexing. Icon is either a (%-escaped) + name for FancyIndexing. Icon is either a (%-escaped) relative URL to the icon, or of the format (alttext,url) where alttext is the text tag given for an icon for non-graphical browsers.

@@ -356,7 +356,7 @@ content-encoding Status:Base Module:mod_autoindex -

This sets the icon to display next to files with FancyIndexing. +

This sets the icon to display next to files with FancyIndexing. Icon is either a (%-escaped) relative URL to the icon, or of the format (alttext,url) where alttext is the text tag given for an icon for @@ -383,7 +383,7 @@ content-type Module:mod_autoindex

This sets the icon to display next to files of type - MIME-type for FancyIndexing. + MIME-type for FancyIndexing. Icon is either a (%-escaped) relative URL to the icon, or of the format (alttext,url) where alttext is the text tag given for an icon for @@ -409,7 +409,7 @@ configured Module:mod_autoindex

The DefaultIcon directive sets the icon - to display for files when no specific icon is known, for FancyIndexing. + to display for files when no specific icon is known, for FancyIndexing. Url-path is a (%-escaped) relative URL to the icon.

Example

@@ -469,7 +469,7 @@ of the index listing

If the file specified by HeaderName contains the beginnings of an HTML document (<html>, <head>, etc.) - then you will probably want to set IndexOptions + then you will probably want to set IndexOptions +SuppressHTMLPreamble, so that these tags are not repeated.

@@ -515,7 +515,7 @@ indexing of

-
DescriptionWidth=[n | *] (Apache 2.0.23 and +
DescriptionWidth=[n | *] (Apache 2.0.23 and later)
The DescriptionWidth keyword allows you to @@ -535,11 +535,11 @@ indexing
See the section on AddDescription for dangers inherent in truncating descriptions.
-
FancyIndexing
+
FancyIndexing
This turns on fancy indexing of directories.
-
FoldersFirst (Apache +
FoldersFirst (Apache 2.0.23 and later)
If this option is enabled, subdirectory listings will @@ -552,9 +552,9 @@ indexing Zed will be listed before subdirectory Beta, which will be listed before normal files Gamma and Alpha. This option - only has an effect if FancyIndexing is also enabled.
+ only has an effect if FancyIndexing is also enabled. -
HTMLTable (Experimental, +
HTMLTable (Experimental, Apache 2.0.23 and later)
This experimental option with FancyIndexing constructs a @@ -564,12 +564,12 @@ indexing left-to-right and right-to-left reading order, as can happen on WinNT or other utf-8 enabled platforms.
-
IconsAreLinks
+
IconsAreLinks
This makes the icons part of the anchor for the filename, for fancy indexing.
-
IconHeight[=pixels]
+
IconHeight[=pixels]
Presence of this option, when used with IconWidth, will cause the server to include height and width @@ -579,7 +579,7 @@ indexing it defaults to the standard height of the icons supplied with the Apache software.
-
IconWidth[=pixels]
+
IconWidth[=pixels]
Presence of this option, when used with IconHeight, will cause the server to include height and @@ -590,20 +590,20 @@ indexing the standard width of the icons supplied with the Apache software.
-
IgnoreCase
+
IgnoreCase
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).
-
IgnoreClient
+
IgnoreClient
This option causes mod_autoindex to ignore all query variables from the client, including sort order (implies - SuppressColumnSorting.)
+ SuppressColumnSorting.) -
NameWidth=[n +
NameWidth=[n | *]
The NameWidth keyword allows you to specify the width @@ -617,7 +617,7 @@ indexing
NameWidth=* grows the column to the necessary width.
-
ScanHTMLTitles
+
ScanHTMLTitles
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 then httpd will read the document for the value of the title element. This is CPU and disk intensive.
-
SuppressColumnSorting
+
SuppressColumnSorting
If specified, Apache will not make the column headings in a FancyIndexed directory listing into links for sorting. The @@ -633,19 +633,19 @@ indexing column heading will sort the directory listing by the values in that column. Prior to Apache 2.0.23, this also disabled parsing the Query Arguments for the sort - string. That behavior is now controlled by IndexOptions + string. That behavior is now controlled by IndexOptions IgnoreClient in Apache 2.0.23.
-
SuppressDescription
+
SuppressDescription
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 AddDescription for information about setting the file - description. See also the DescriptionWidth + description. See also the DescriptionWidth index option to limit the size of the description column.
-
SuppressHTMLPreamble
+
SuppressHTMLPreamble
If the directory actually contains a file specified by the HeaderName @@ -658,7 +658,7 @@ indexing in this case. If there is no header file, the preamble is generated as usual.
-
SuppressIcon (Apache +
SuppressIcon (Apache 2.0.23 and later)
This will suppress the icon in fancy indexing listings. @@ -668,12 +668,12 @@ indexing hr elements from the pre block (used to format FancyIndexed listings.)
-
SuppressLastModified
+
SuppressLastModified
This will suppress the display of the last modification date, in fancy indexing listings.
-
SuppressRules +
SuppressRules (Apache 2.0.23 and later)
This will suppress the horizontal rule lines (hr @@ -683,11 +683,11 @@ indexing hr elements from the pre block (used to format FancyIndexed listings.)
-
SuppressSize
+
SuppressSize
This will suppress the file size in fancy indexing listings.
-
TrackModified (Apache +
TrackModified (Apache 2.0.23 and later)
This returns the Last-Modified and ETag values for the listed @@ -704,7 +704,7 @@ indexing Last-Modified header on all Unix platforms. If this is a concern, leave this option disabled.
-
VersionSort +
VersionSort (Apache 2.0a3 and later)
The VersionSort keyword causes files containing @@ -801,7 +801,7 @@ Name|Date|Size|Description Module:mod_autoindex

The IndexOrderDefault directive is used - in combination with the FancyIndexing index option. By default, fancyindexed + in combination with the FancyIndexing index option. By default, fancyindexed directory listings are displayed in ascending order by filename; the IndexOrderDefault allows you to change this initial display order.

@@ -815,7 +815,7 @@ Name|Date|Size|Description
always the ascending filename.

You can force a directory listing to only be displayed in a - particular order by combining this directive with the SuppressColumnSorting index option; this will prevent + particular order by combining this directive with the SuppressColumnSorting index option; this will prevent the client from requesting the directory listing in a different order.

diff --git a/docs/manual/mod/mod_autoindex.html.ja.jis b/docs/manual/mod/mod_autoindex.html.ja.jis index bc68eb3a3e5..fd2a1389b9c 100644 --- a/docs/manual/mod/mod_autoindex.html.ja.jis +++ b/docs/manual/mod/mod_autoindex.html.ja.jis @@ -60,7 +60,7 @@ Options $B%G%#%l%/%F%#%V$r$4Mw2<$5$$!#(B

-

$B$b$7(B FancyIndexing$B%*%W%7%g%s$,(B +

$B$b$7(B FancyIndexing$B%*%W%7%g%s$,(B IndexOptions $B%G%#%l%/%F%#%V$KM?$($i$l$F$$$k$J$i$P!"(B $BNs$N@hF,$OI=<($N=gHV$r@)8f$9$k%j%s%/$K$J$j$^$9!#(B @@ -110,7 +110,7 @@ $B?7$7$$%/%(%j!<%*%W%7%g%s$N%0%k!<%W$rF3F~$7$^$7$?!#(B $B=PNO$KBP$9$k%/%i%$%"%s%H$N$9$Y$F$N@)8f$r8zN(E*$KKu>C(B $B$G$-$k$h$&$K!"(B - IndexOptions + IndexOptions IgnoreClient $B$,F3F~$5$l$^$7$?!#(B

$B%3%i%`%=!<%H$N%X%C%@$=$l<+BN$,!"(B @@ -221,7 +221,7 @@ $B%9%F!<%?%9(B:Base $B%b%8%e!<%k(B:mod_autoindex -

AddAlt $B$O!"(BFancyIndexing +

AddAlt $B$O!"(BFancyIndexing $B$K$*$$$F!"%"%$%3%s$NBe$o$j$KI=<($9$kBeBX%F%-%9%H$rDs6!$7$^$9!#(B file $B$O!"@bL@$9$k%U%!%$%k$N%U%!%$%k3HD%;R!"(B $B%U%!%$%kL>$N0lIt!"%o%$%k%I%+!<%II=8=!"40A4$J%U%!%$%kL>$N(B @@ -251,7 +251,7 @@ $B%b%8%e!<%k(B:mod_autoindex

AddAltByEncoding $B$O!"(B - FancyIndexing + FancyIndexing $B$K$*$$$F!"%"%$%3%s$NBe$o$j$KI=<($9$kBeBXJ8;zNs$rDs6!$7$^$9!#(B MIME-encoding $B$OM-8z$JId9f2=!"Nc$($P(B x-compress @@ -280,7 +280,7 @@ $B%b%8%e!<%k(B:mod_autoindex

AddAltByType $B$O!"(B - FancyIndexing + FancyIndexing $B$K$*$$$F!"%"%$%3%s$NBe$o$j$KI=<($9$kBeBXJ8;zNs$r@_Dj$7$^$9!#(B MIME-type $B$OM-8z$J%?%$%W!"Nc$($P(B text/html @@ -306,7 +306,7 @@ $B%9%F!<%?%9(B:Base $B%b%8%e!<%k(B:mod_autoindex -

FancyIndexing +

FancyIndexing $B$K$*$$$F!"%U%!%$%k$KBP$7$FI=<($9$k@bL@$r@_Dj$7$^$9!#(B file $B$O@bL@$9(B$B$k%U%!%$%k$N%U%!%$%k3HD%;R!"(B $B%U%!%$%kL>$N0lIt!"%o%$%k%I%+!<%II=8=!"40A4$J%U%!%$%kL>$N(B @@ -321,18 +321,18 @@

$BDL>o$N%G%U%)%k%H$N@bL@NN0h$O(B 23 $B%P%$%H$NI}$G$9!#(B - IndexOptions SuppressIcon + IndexOptions SuppressIcon $B%*%W%7%g%s$G(B 6 $B%P%$%HDI2C!"(B - IndexOptions SuppressSize + IndexOptions SuppressSize $B%*%W%7%g%s$G(B 7 $B%P%$%HDI2C!"(B - IndexOptions SuppressLastModified + IndexOptions SuppressLastModified $B%*%W%7%g%s$G(B 19 $B%P%$%HDI2C$5$l$^$9!#(B $B$G$9$+$i!"%G%U%)%k%H$N@bL@%3%i%`$N:GBgI}$O(B 55 $B%P%$%H$K$J$j$^$9!#(B

$B$3$N%3%i%`$NBg$-$5$r>e=q$-$7$?$j!"(B $B@bL@$,L5@)8BD9$G$b$h$$$h$&$K$9$k$?$a$N>\:Y$K4X$7$F$O!"(B - DescriptionWidth + DescriptionWidth $B$H$$$&(B IndexOptions $B$N%-!<%o!<%I$r$4Mw2<$5$$!#(B

@@ -358,7 +358,7 @@ $B%9%F!<%?%9(B:Base $B%b%8%e!<%k(B:mod_autoindex -

FancyIndexing +

FancyIndexing $B$K$*$$$F!"(B name $B$G=*$o$k%U%!%$%k$NNY$KI=<($9$k%"%$%3%s$r@_Dj$7$^$9!#(B icon $B$O!"(B(% $B$G%(%9%1!<%W$5$l$?(B) $B%"%$%3%s$X$NAjBP(B URL @@ -397,7 +397,7 @@ $B%9%F!<%?%9(B:Base $B%b%8%e!<%k(B:mod_autoindex -

FancyIndexing +

FancyIndexing $B$K$*$$$F!"%U%!%$%k$NNY$KI=<($9$k%"%$%3%s$r@_Dj$7$^$9!#(B icon $B$O!"(B(% $B$G%(%9%1!<%W$5$l$?(B) $B%"%$%3%s$X$NAjBP(B URL $B$+!"B>$N=q<0(B (alttext, url) $B$G$9!#(B @@ -425,7 +425,7 @@ MIME $B%?%$%W$K$h$C$FA*Br(B $B%9%F!<%?%9(B:Base $B%b%8%e!<%k(B:mod_autoindex -

FancyIndexing +

FancyIndexing $B$K$*$$$F!"%U%!%$%k$NNY$KI=<($9$k%"%$%3%s$r@_Dj$7$^$9!#(B icon $B$O!"(B(% $B$G%(%9%1!<%W$5$l$?(B) $B%"%$%3%s$X$NAjBP(B URL $B$+!"B>$N=q<0(B (alttext, url) $B$G$9!#(B @@ -452,7 +452,7 @@ MIME $B%?%$%W$K$h$C$FA*Br(B $B%9%F!<%?%9(B:Base $B%b%8%e!<%k(B:mod_autoindex -

FancyIndexing +

FancyIndexing $B$K$*$$$F!"(B $BFCDj$N%"%$%3%s$,$J$$>l9g$K%U%!%$%k$KI=<($9$k%"%$%3%s$r@_Dj$7$^$9!#(B url-path $B$O!"(B(% $B$G%(%9%1!<%W$5$l$?(B) $B%"%$%3%s$X$NAjBP(B URL @@ -529,7 +529,7 @@ MIME $B%?%$%W$K$h$C$FA*Br(B

$B$b$7(B HeaderName $B$G;XDj$5$l$?%U%!%$%k$,(B HTML $B%I%-%e%a%s%H$N3+;OItJ,(B (<HTML>, <HEAD>, $BEy(B) $B$r4^$s$G$$$?$i!"(B - IndexOptions + IndexOptions +SuppressHTMLPreamble $B$r@_Dj$7$F!"$3$l$i$N%?%0$,7+$jJV$5$l$J$$$h$&$K$7$?$$$H;W$&$G$7$g$&!#(B

@@ -574,7 +574,7 @@ MIME $B%?%$%W$K$h$C$FA*Br(B option $B$O
-
DescriptionWidth=[n | *] +
DescriptionWidth=[n | *] (2.0.23 $B0J9_(B)
DescriptionWidth @@ -593,11 +593,11 @@ MIME $B%?%$%W$K$h$C$FA*Br(B AddDescription $B%;%/%7%g%s$r$*FI$_2<$5$$!#(B
-
FancyIndexing
+
FancyIndexing
$B>~$jIU$-%$%s%G%C%/%9$r%*%s$K$7$^$9!#(B
-
FoldersFirst +
FoldersFirst (2.0.23 $B0J9_(B)
$B$3$N%*%W%7%g%s$,M-8z$K$J$C$?>l9g!"%5%V%G%#%l%/%H%j$N0lMw$O(B @@ -611,10 +611,10 @@ MIME $B%?%$%W$K$h$C$FA*Br(B Beta $B$h$j$bA0$K%j%9%H$5$l!"DL>o$N%U%!%$%k(B Gamma $B$d(B Alpha $B$h$j$bA0$K%j%9%H$5$l$^$9!#(B$B$3$N%*%W%7%g%s$O(B - FancyIndexing + FancyIndexing $B$bM-8z$K$J$C$F$$$k$H$-$K$N$_!"8z2L$,$"$j$^$9!#(B
-
HTMLTable ($BHTMLTable ($B
$B$3$N $B$,M-8z$J%W%i%C%H%[!<%`$N$h$&$K!"%U%!%$%kL>$d@bL@%F%-%9%H$,(B $B1&FI$_$K$J$C$?$j:8FI$_$K$J$j$($k>l9g$OFC$KI,MW$G$9!#(B
-
IconsAreLinks
+
IconsAreLinks
$B$3$l$O!"(BFancyIndexing $B$K$*$$$F!"(B $B%"%$%3%s$b%U%!%$%kL>$X$N%j%s%/$N0lIt$K$7$^$9!#(B
-
IconHeight[=pixels]
+
IconHeight[=pixels]
$B$3$N%*%W%7%g%s$,!"(BIconWidth $B$H$H$b$K;H$o$l$F$$$k>l9g$O!"(B $B%5!<%P$O%U%!%$%k%"%$%3%s$N$?$a$N(B img @@ -641,7 +641,7 @@ MIME $B%?%$%W$K$h$C$FA*Br(B $B%=%U%H%&%'%"$GDs6!$5$l$F$$$k%"%$%3%s$NI8=`$N9b$5$,(B $B%G%U%)%k%H$J$j$^$9!#(B
-
IconWidth[=pixels]
+
IconWidth[=pixels]
$B$3$N%*%W%7%g%s$,!"(BIconHeight$B$H$H$b$K;H$o$l$F$$$k>l9g$O!"(B $B%5!<%P$O%U%!%$%k%"%$%3%s$N$?$a$N(B img @@ -653,15 +653,15 @@ MIME $B%?%$%W$K$h$C$FA*Br(B $B%=%U%H%&%'%"$GDs6!$5$l$F$$$k%"%$%3%s$NI8=`$N9b$5$,(B $B%G%U%)%k%H$J$j$^$9!#(B
-
IgnoreClient
+
IgnoreClient
$B$3$N%*%W%7%g%s$G(B mod_autoindex $B$O!"(B $B%/%i%$%"%s%H$+$i$NA4$F$N%/%(%j!SuppressColumnSorting + ($B$D$^$j(B SuppressColumnSorting $B$r0E$K0UL#$7$^$9!#(B)
-
NameWidth=[n +
NameWidth=[n | *]
NameWidth $B%-!<%o!<%I$G%U%!%$%kL>%3%i%`$NI}$r%P%$%H?t$G(B @@ -676,7 +676,7 @@ MIME $B%?%$%W$K$h$C$FA*Br(B
NameWidth=* $B$O!"I,MW$JD9$5$^$G%3%i%`$r1d$P$7$^$9!#(B
-
ScanHTMLTitles
+
ScanHTMLTitles
FancyIndexing $B$N$?$a$K!"(B HTML $B%I%-%e%a%s%H$+$i%?%$%H%k$r httpd $B$O(B title $B%?%0$NCM$rFI$`$?$a$K%I%-%e%a%s%H$rFI$_;O$a$^$9!#(B $B$3$l$O(B CPU $B$d(B disk $B$KIi2Y$r$+$1$^$9!#(B
-
SuppressColumnSorting
+
SuppressColumnSorting
$B$b$7;XDj$5$l$F$$$l$P!"(BApache $B$O(B FancyIndexing $B$GI=<($5$l$F$$$k%G%#%l%/%H%j0lMw$G$N(B @@ -698,10 +698,10 @@ MIME $B%?%$%W$K$h$C$FA*Br(B $B%=!<%HJ8;zNs$N$?$a$N%/%(%j!<0z?t$N2r@O$bL58z$K$7$^$9!#(B $B$3$N5sF0$O(B Apache 2.0.23 $B$G$O(B - IndexOptions + IndexOptions IgnoreClient $B$G@)8f$5$l$k$h$&$K$J$C$F$$$^$9!#(B
-
SuppressDescription
+
SuppressDescription
$B$3$l$O(B FancyIndexing $B$K$*$1$k%U%!%$%k$N@bL@$r>C5n$7$^$9!#(B $B%G%U%)%k%H$G$O!"@bL@$ODj5A$5$l$F$*$i$:!"(B @@ -709,10 +709,10 @@ MIME $B%?%$%W$K$h$C$FA*Br(B $BJ8;z$N6uGr$r2T$0$3$H$,$G$-$^$9!#(B $B%U%!%$%k$N@bL@$K4X$9$k>pJs$O!"(B AddDescription $B$r$4Mw2<$5$$!#$^$?!"@bL@$N%3%i%`%5%$%:$r@)8B$9$k(B - DescriptionWidth + DescriptionWidth $B%$%s%G%C%/%9%*%W%7%g%s$b$4Mw2<$5$$!#(B
-
SuppressHTMLPreamble
+
SuppressHTMLPreamble
$BDL>o!"(B HeaderName @@ -728,7 +728,7 @@ MIME $B%?%$%W$K$h$C$FA*Br(B $B%X%C%@!<%U%!%$%k$,B8:_$7$J$$>l9g$O!"%W%j%"%s%V%k$ODL>oDL$j(B $B@8@.$5$l$^$9!#(B
-
SuppressIcon (Apache +
SuppressIcon (Apache 2.0.23 $B0J9_(B)
@@ -739,11 +739,11 @@ MIME $B%?%$%W$K$h$C$FA*Br(B $B$,(B pre $B%V%m%C%/$KF~$k(B (FancyIndexing $B0lMw$G=q<0$K;H$o$l$F$$$^$9(B) $B$3$H$r6X;_$7$F$$$^$9!#(B
-
SuppressLastModified
+
SuppressLastModified
FancyIndexing $B0lMw$K$*$$$F:G=*99?7F|;~$NI=<($r>C5n$7$^$9!#(B
-
SuppressRules +
SuppressRules (Apache 2.0.23 $B0J9_(B)
$B%G%#%l%/%H%j0lMw$K$*$$$F?eJ?6h@Z$j@~(B (hr $B%?%0(B) $B$r>C5n$7$^$9!#(B @@ -753,11 +753,11 @@ MIME $B%?%$%W$K$h$C$FA*Br(B $B$,(B pre $B%V%m%C%/$KF~$k(B (FancyIndexing $B0lMw$G=q<0$K;H$o$l$F$$$^$9(B) $B$3$H$r6X;_$7$F$$$^$9!#(B
-
SuppressSize
+
SuppressSize
FancyIndexing $B0lMw$K$*$$$F%U%!%$%k%5%$%:$NI=<($r>C5n$7$^$9!#(B
-
TrackModified +
TrackModified (Apache 2.0.23 $B0J9_(B)
$B$3$l$O(B HTTP $B%X%C%@Cf$K!"(B @@ -780,7 +780,7 @@ MIME $B%?%$%W$K$h$C$FA*Br(B $B$b$7$3$l$,=EMW$G$"$l$P!"(B $B$3$N%*%W%7%g%s$rL58z$N$^$^$K$7$F$/$@$5$$!#(B
-
VersionSort +
VersionSort (Apache 2.0a3 $B0J9_(B)
VersionSort $B%-!<%o!<%I$O%P!<%8%g%sHV9f$r4^$s$@%U%!%$%k$,(B @@ -886,7 +886,7 @@ Name|Date|Size|Description $B%b%8%e!<%k(B:mod_autoindex

IndexOrderDefault $B%G%#%l%/%F%#%V$O(B - FancyIndexing + FancyIndexing $B%$%s%G%C%/%9%*%W%7%g%s$HJ;$;$FMQ$$$l$l$^$9!#(B $B%G%U%)%k%H$G$O!"(BFancyIndexing $B$N%G%#%l%/%H%j0lMw$O%U%!%$%kL>$N>:=g$GI=<($5$l$^$9!#(B @@ -901,7 +901,7 @@ Name|Date|Size|Description $B$N$$$:$l$+0l$D$N%-!<%o!<%I$G$"$C$F!"%W%i%$%^%j%-!<$r;XDj$7$^$9!#(B $BFs$DL\$N%-!<$O(B$B>o$K(B$B%U%!%$%kL>$N>:=g$K$J$j$^$9!#(B

-

$B$3$N%G%#%l%/%F%#%V$H(B SuppressColumnSorting +

$B$3$N%G%#%l%/%F%#%V$H(B SuppressColumnSorting $B%$%s%G%C%/%9%*%W%7%g%s$H$rAH$_9g$o$;$k$3$H$G!"(B $B%G%#%l%/%H%j0lMw$r$"$kFCDj$N=gHV$G$N$_I=<($9$k$h$&$K$G$-$^$9!#(B $B$3$l$O!"(B diff --git a/docs/manual/mod/mod_autoindex.html.ko.euc-kr b/docs/manual/mod/mod_autoindex.html.ko.euc-kr index ef421f02fc1..8c745f56661 100644 --- a/docs/manual/mod/mod_autoindex.html.ko.euc-kr +++ b/docs/manual/mod/mod_autoindex.html.ko.euc-kr @@ -54,7 +54,7 @@ Áö½Ã¾î¸¦ Âü°íÇ϶ó.

IndexOptions - Áö½Ã¾î¿¡ FancyIndexing ¿É¼ÇÀ» ÁÖ¸é, ¿­ À̸§À» Ãâ·ÂÇÒ + Áö½Ã¾î¿¡ FancyIndexing ¿É¼ÇÀ» ÁÖ¸é, ¿­ À̸§À» Ãâ·ÂÇÒ ¼ø¼­¸¦ ¹Ù²Ù´Â ¸µÅ©·Î ¸¸µç´Ù. À̸§ ¸µÅ©¸¦ ¼±ÅÃÇÏ¸é ±× ¿­ÀÇ °ª ¼ø¼­·Î ¸ñ·ÏÀ» ´Ù½Ã ¸¸µç´Ù. °°Àº À̸§À» ¹Ýº¹Çؼ­ ¼±ÅÃÇÏ¸é ¿À¸§Â÷¼ø°ú ³»¸²Â÷¼ø »çÀ̸¦ ¿À°£´Ù. IndexOptions Áö½Ã¾îÀÇ @@ -93,7 +93,7 @@

¾ÆÆÄÄ¡ 2.0.23´Â ¿­¼ø¼­¿¡ ´ëÇÑ ¿äû ¾Æ±Ô¸ÕÆ®¸¦ Á¤¸®Çϰí, »õ·Î¿î ¿É¼ÇµéÀ» Ãß°¡Çß´Ù. Ãâ·ÂÀ» Ŭ¶óÀÌ¾ðÆ®°¡ Á¶ÀýÇÒ ¼ö - ¾øµµ·Ï ¸¸µå´Â IndexOptions + ¾øµµ·Ï ¸¸µå´Â IndexOptions IgnoreClient ¿É¼ÇÀÌ Ãß°¡µÇ¾ú´Ù.

¿­¼ø¼­ À̸§Àº ¾Æ·¡ ³ª¿Â ¼ø¼­ ¿äû ¿É¼ÇÀ» ´õÇÑ ÀÚ±âÂüÁ¶ @@ -187,7 +187,7 @@ »óÅÂ:Base ¸ðµâ:mod_autoindex -

AddAlt´Â FancyIndexing¿¡¼­ +

AddAlt´Â FancyIndexing¿¡¼­ ÆÄÀÏ¿¡ ´ëÇÑ ¾ÆÀÌÄÜ´ë½Å º¸ÀÏ ±ÛÀ» ÁöÁ¤ÇÑ´Ù. File¿¡´Â ¼³¸íÇÒ ÆÄÀÏÀÇ ÆÄÀÏ È®ÀåÀÚ, ÆÄÀϸí ÀϺÎ, ¿ÍÀϵåÄ«µå Ç¥Çö, Àüü ÆÄÀϸíÀ» »ç¿ëÇÒ ¼ö ÀÖ´Ù. String¿¡ °ø¹éÀÌ @@ -213,7 +213,7 @@ »óÅÂ:Base ¸ðµâ:mod_autoindex -

AddAltByEncodingÀº FancyIndexing¿¡¼­ +

AddAltByEncodingÀº FancyIndexing¿¡¼­ ÆÄÀÏ¿¡ ´ëÇÑ ¾ÆÀÌÄÜ´ë½Å º¸ÀÏ ±ÛÀ» ÁöÁ¤ÇÑ´Ù. MIME-encodingÀº x-compress¿Í °°Àº À¯È¿ÇÑ content-encodingÀÌ´Ù. String¿¡ °ø¹éÀÌ µé¾î°£´Ù¸é µû¿ÈÇ¥(" @@ -238,7 +238,7 @@ »óÅÂ:Base ¸ðµâ:mod_autoindex -

AddAltByTypeÀº FancyIndexing¿¡¼­ +

AddAltByTypeÀº FancyIndexing¿¡¼­ ÆÄÀÏ¿¡ ´ëÇÑ ¾ÆÀÌÄÜ´ë½Å º¸ÀÏ ±ÛÀ» ÁöÁ¤ÇÑ´Ù. MIME-typeÀº text/html°ú °°Àº À¯È¿ÇÑ content-typeÀÌ´Ù. String¿¡ °ø¹éÀÌ µé¾î°£´Ù¸é µû¿ÈÇ¥(" @@ -261,7 +261,7 @@ »óÅÂ:Base ¸ðµâ:mod_autoindex -

ÀÌ Áö½Ã¾î´Â FancyIndexing¿¡¼­ ÆÄÀÏ¿¡ ´ëÇÑ ¼³¸íÀ» ÁöÁ¤ÇÑ´Ù. +

ÀÌ Áö½Ã¾î´Â FancyIndexing¿¡¼­ ÆÄÀÏ¿¡ ´ëÇÑ ¼³¸íÀ» ÁöÁ¤ÇÑ´Ù. File¿¡´Â ¼³¸íÇÒ ÆÄÀÏÀÇ ÆÄÀÏ È®ÀåÀÚ, ÆÄÀϸí ÀϺÎ, ¿ÍÀϵåÄ«µå Ç¥Çö, Àüü ÆÄÀϸíÀ» »ç¿ëÇÒ ¼ö ÀÖ´Ù. StringÀº µû¿ÈÇ¥(")·Î ¹­¾î¾ß ÇÑ´Ù.

@@ -270,14 +270,14 @@ AddDescription "The planet Mars" /web/pics/mars.gif

-

ÀüÇüÀûÀÎ ±âº» ¼³¸í ÇÊµåÆøÀº 23 ¹ÙÀÌÆ®´Ù. IndexOptions +

ÀüÇüÀûÀÎ ±âº» ¼³¸í ÇÊµåÆøÀº 23 ¹ÙÀÌÆ®´Ù. IndexOptions SuppressIcon ¿É¼ÇÀ» »ç¿ëÇÏ¸é ±âº»Æø¿¡ 6 ¹ÙÀÌÆ®¸¦ - ´õ Ãß°¡Çϰí, IndexOptions SuppressSize ¿É¼ÇÀº 7 ¹ÙÀÌÆ®¸¦, - IndexOptions SuppressLastModified ¿É¼ÇÀº 19 + ´õ Ãß°¡Çϰí, IndexOptions SuppressSize ¿É¼ÇÀº 7 ¹ÙÀÌÆ®¸¦, + IndexOptions SuppressLastModified ¿É¼ÇÀº 19 ¹ÙÀÌÆ®¸¦ ´õ Ãß°¡ÇÑ´Ù. ±×·¯¹Ç·Î °¡Àå ³ÐÀº ¼³¸íÆøÀº 55 ¹ÙÀÌÆ®´Ù.

ÀÌ ÇʵåÀÇ Æø¸¦ ¹Ù²Ù°Å³ª ¼³¸íÀÇ ±æÀ̸¦ ¹«ÇÑ´ë·Î ¸¸µå·Á¸é - DescriptionWidth IndexOptions Ű¿öµå¸¦ Âü°íÇ϶ó.

+ DescriptionWidth IndexOptions Ű¿öµå¸¦ Âü°íÇ϶ó.

Á¶½É

AddDescriptionÀ¸·Î ÁöÁ¤ÇÑ ¼³¸í±Û¿¡ @@ -299,7 +299,7 @@ »óÅÂ:Base ¸ðµâ:mod_autoindex -

ÀÌ Áö½Ã¾î´Â FancyIndexing¿¡¼­ nameÀ¸·Î ³¡³ª´Â +

ÀÌ Áö½Ã¾î´Â FancyIndexing¿¡¼­ nameÀ¸·Î ³¡³ª´Â ÆÄÀÏ ¿·¿¡ º¸¿©ÁÙ ¾ÆÀÌÄÜÀ» ÁöÁ¤ÇÑ´Ù. IconÀº ¾ÆÀÌÄÜÀÇ (%-escaped) »ó´ë URL ȤÀº (alttext,url) Çü½ÄÀÌ´Ù. @@ -331,7 +331,7 @@ »óÅÂ:Base ¸ðµâ:mod_autoindex -

ÀÌ Áö½Ã¾î´Â FancyIndexing¿¡¼­ +

ÀÌ Áö½Ã¾î´Â FancyIndexing¿¡¼­ ÆÄÀÏ ¿·¿¡ º¸¿©ÁÙ ¾ÆÀÌÄÜÀ» ÁöÁ¤ÇÑ´Ù. IconÀº ¾ÆÀÌÄÜÀÇ (%-escaped) »ó´ë URL ȤÀº (alttext,url) Çü½ÄÀÌ´Ù. @@ -357,7 +357,7 @@ »óÅÂ:Base ¸ðµâ:mod_autoindex -

ÀÌ Áö½Ã¾î´Â FancyIndexing¿¡¼­ +

ÀÌ Áö½Ã¾î´Â FancyIndexing¿¡¼­ MIME-typeÀÇ ÆÄÀÏ ¿·¿¡ º¸¿©ÁÙ ¾ÆÀÌÄÜÀ» ÁöÁ¤ÇÑ´Ù. IconÀº ¾ÆÀÌÄÜÀÇ (%-escaped) »ó´ë URL ȤÀº (alttext,url) Çü½ÄÀÌ´Ù. @@ -382,7 +382,7 @@ »óÅÂ:Base ¸ðµâ:mod_autoindex -

DefaultIcon Áö½Ã¾î´Â FancyIndexing¿¡¼­ +

DefaultIcon Áö½Ã¾î´Â FancyIndexing¿¡¼­ ƯÁ¤ ¾ÆÀÌÄÜÀ» ¼³Á¤ÇÏÁö¾ÊÀº ÆÄÀÏ ¿·¿¡ ³ª¿Ã ¾ÆÀÌÄÜÀÌ´Ù. IconÀº ¾ÆÀÌÄÜÀÇ (%-escaped) »ó´ë URLÀÌ´Ù.

@@ -440,7 +440,7 @@

HeaderNameÀ¸·Î ÁöÁ¤ÇÑ ÆÄÀÏ¿¡ (<html>, <head>, µî) HTML ¹®¼­ ½ÃÀۺκÐÀÌ Æ÷ÇÔµÇÀÖ´Ù¸é - IndexOptions + IndexOptions +SuppressHTMLPreambleÀ» »ç¿ëÇÏ¿© ÀÌ ºÎºÐÀ» Ãß°¡ÇÏÁö¾Ê´Â °ÍÀÌ ÁÁ´Ù.

@@ -482,7 +482,7 @@ ¸ñ·ÏÀ» ¼³Á¤ÇÑ´Ù. OptionÀº ´ÙÀ½ Áß ÇϳªÀÌ´Ù

-
DescriptionWidth=[n | *] (¾ÆÆÄÄ¡ +
DescriptionWidth=[n | *] (¾ÆÆÄÄ¡ 2.0.23 ÀÌÈÄ)
DescriptionWidth Ű¿öµå¸¦ »ç¿ëÇÏ¿© ¹®ÀÚ´ÜÀ§·Î @@ -501,11 +501,11 @@
¼³Á¤ÀÌ Â©¸± ¼ö ÀÖ´Â ¹®Á¦´Â AddDescription ÀýÀ» Âü°íÇ϶ó.
-
FancyIndexing
+
FancyIndexing
µð·ºÅ丮ÀÇ fancy ¸ñ·ÏÀ» ¸¸µç´Ù.
-
FoldersFirst +
FoldersFirst (¾ÆÆÄÄ¡ 2.0.23 ÀÌÈÄ)
ÀÌ ¿É¼ÇÀ» »ç¿ëÇϸé ÇÏÀ§µð·ºÅ丮 ¸ñ·ÏÀÌ Ç×»ó @@ -516,10 +516,10 @@ »ç¿ëÇÑ´Ù¸é ÇÏÀ§µð·ºÅ丮 Zed°¡ ÇÏÀ§µð·ºÅ丮 Beta ¾Õ¿¡ ³ª¿À°í, ÇÏÀ§µð·ºÅ丮 Beta´Â ÀÏ¹Ý ÆÄÀÏ Gamma¿Í Alpha ¾Õ¿¡ - ³ª¿Â´Ù. ÀÌ ¿É¼ÇÀº FancyIndexingÀ» ÇÔ²² »ç¿ëÇÒ¶§¸¸ È¿°ú°¡ + ³ª¿Â´Ù. ÀÌ ¿É¼ÇÀº FancyIndexingÀ» ÇÔ²² »ç¿ëÇÒ¶§¸¸ È¿°ú°¡ ÀÖ´Ù.
-
HTMLTable (½ÇÇèÀû, +
HTMLTable (½ÇÇèÀû, ¾ÆÆÄÄ¡ 2.0.23 ÀÌÈÄ)
ÀÌ ½ÇÇèÀûÀÎ FancyIndexing ¿É¼ÇÀº °£´ÜÇÑ HTML Ç¥·Î @@ -528,11 +528,11 @@ utf-8 »ç¿ë Ç÷¡Æû¿¡¼­ ÆÄÀϸíÀ̳ª ¼³¸í¹®ÀÇ Àб⠼ø¼­(¿ÞÂÊ¿¡¼­ ¿À¸¥ÂÊ È¤Àº ¿À¸¥ÂÊ¿¡¼­ ¿ÞÂÊÀ¸·Î)°¡ ´Ù¸¦¶§ Ưº°È÷ À¯¿ëÇÏ´Ù.
-
IconsAreLinks
+
IconsAreLinks
fancy ¸ñ·Ï¿¡¼­ ÆÄÀÏ¸í ¸µÅ©¿¡ ¾ÆÀÌÄÜÀ» Æ÷ÇÔÇÑ´Ù.
-
IconHeight[=pixels]
+
IconHeight[=pixels]
ÀÌ ¿É¼ÇÀ» IconWidth¿Í °°ÀÌ »ç¿ëÇÏ¸é ¼­¹ö´Â ÆÄÀÏ ¾ÆÀÌÄÜÀÇ img ű׿¡ height¿Í width @@ -540,7 +540,7 @@ »óȲ¿¡¼­µµ ÆäÀÌÁö ±¸¼ºÀ» ¹Ì¸® °è»êÇÒ ¼ö ÀÖ´Ù. ¿É¼Ç¿¡ °ªÀ» ÁÖÁö¾ÊÀ¸¸é ¾ÆÆÄÄ¡°¡ Á¦°øÇÏ´Â ¾ÆÀÌÄÜÀÇ Ç¥ÁØ ³ôÀ̸¦ »ç¿ëÇÑ´Ù.
-
IconWidth[=pixels]
+
IconWidth[=pixels]
ÀÌ ¿É¼ÇÀ» IconHeight¿Í °°ÀÌ »ç¿ëÇÏ¸é ¼­¹ö´Â ÆÄÀÏ ¾ÆÀÌÄÜÀÇ img ű׿¡ @@ -549,20 +549,20 @@ ±¸¼ºÀ» ¹Ì¸® °è»êÇÒ ¼ö ÀÖ´Ù. ¿É¼Ç¿¡ °ªÀ» ÁÖÁö¾ÊÀ¸¸é ¾ÆÆÄÄ¡°¡ Á¦°øÇÏ´Â ¾ÆÀÌÄÜÀÇ Ç¥ÁØ ÆøÀ» »ç¿ëÇÑ´Ù.
-
IgnoreCase
+
IgnoreCase
ÀÌ ¿É¼ÇÀ» »ç¿ëÇÏ¸é ´ë¼Ò¹®ÀÚ ±¸º°ÇÏÁö¾Ê°í À̸§À» Á¤·ÄÇÑ´Ù. ¿¹¸¦ µé¾î, À̸§À¸·Î ¿À¸§Â÷¼øÀ̰í IgnoreCase¸¦ »ç¿ëÇÏ¸é ÆÄÀÏ Zeta´Â ÆÄÀÏ alfa µÚ¿¡ ³ª¿Â´Ù (ÁÖÀÇ: ÆÄÀÏ GAMMA´Â Ç×»ó ÆÄÀÏ gamma ¾Õ¿¡ ³ª¿Â´Ù).
-
IgnoreClient
+
IgnoreClient
ÀÌ ¿É¼ÇÀ» »ç¿ëÇϸé mod_autoindex´Â ¼ø¼­¸¦ Æ÷ÇÔÇÏ¿© Ŭ¶óÀÌ¾ðÆ®°¡ º¸³»´Â ¸ðµç ÁúÀǺ¯¼ö¸¦ ¹«½ÃÇÑ´Ù. - (SuppressColumnSortingÀ» °¡Á¤ÇÑ´Ù.)
+ (SuppressColumnSortingÀ» °¡Á¤ÇÑ´Ù.) -
NameWidth=[n +
NameWidth=[n | *]
NameWidth Ű¿öµå´Â ¹ÙÀÌÆ®´ÜÀ§·Î ÆÄÀϸí @@ -577,33 +577,33 @@
NameWidth=*Àº ¿­ÀÇ ÆøÀ» ÇÊ¿äÇѸ¸Å­ ´Ã¸°´Ù.
-
ScanHTMLTitles
+
ScanHTMLTitles
fancy ¸ñ·Ï¿¡¼­ HTML ¹®¼­ÀÇ titleÀ» »Ì´Â´Ù. ÆÄÀÏ¿¡ AddDescription·Î ÁöÁ¤ÇÑ ¼³¸íÀÌ ¾ø´Ù¸é À¥¼­¹ö´Â ¹®¼­ÀÇ title ¿ä¼Ò°ªÀ» ÀоîµéÀδÙ. ÀÌ ÀÛ¾÷Àº CPU¿Í µð½ºÅ©¸¦ ¸¹ÀÌ »ç¿ëÇÑ´Ù.
-
SuppressColumnSorting
+
SuppressColumnSorting
ÀÌ ¿É¼ÇÀ» »ç¿ëÇÏ¸é ¾ÆÆÄÄ¡´Â FancyIndexed µð·ºÅ丮 ¸ñ·Ï¿¡¼­ ¿­ À̸§À» ¼ø¼­¸¦ ¹Ù²Ù´Â ¸µÅ©·Î ¸¸µéÁö ¾Ê´Â´Ù. º¸ÅëÀº ¿­ À̸§À» ¸µÅ©·Î ¸¸µé¾î¼­, ¿­ À̸§À» ¼±ÅÃÇÏ¸é ±× ¿­¿¡ ÀÖ´Â °ª¼ø¼­·Î µð·ºÅ丮 ¸ñ·ÏÀ» ¸¸µç´Ù. ¾ÆÆÄÄ¡ 2.0.23 ÀÌÀü¿¡´Â ¼ø¼­ ¾Æ±Ô¸ÕÆ®µµ ÀÐÁö ¾Ê¾Ò´Ù. - ¾ÆÆÄÄ¡ 2.0.23¿¡¼­´Â IndexOptions + ¾ÆÆÄÄ¡ 2.0.23¿¡¼­´Â IndexOptions IgnoreClient¸¦ »ç¿ëÇÏ¿© ¼ø¼­ ¾Æ±Ô¸ÕÆ®¸¦ ÀÐÁö ¾Ê´Â´Ù.
-
SuppressDescription
+
SuppressDescription
fancy ¸ñ·Ï¿¡¼­ ÆÄÀÏ ¼³¸íÀ» Æ÷ÇÔÇÏÁö ¾Ê´Â´Ù. ±âº»ÀûÀ¸·Î ¾î¶² ÆÄÀÏ ¼³¸íµµ Á¤ÀǵÇÀÖÁö¾Ê°í, ÀÌ ¿É¼ÇÀ» »ç¿ëÇϸé 23 ¹®ÀÚ °ø°£À» ´Ù¸¥ ¿ëµµ·Î »ç¿ëÇÑ´Ù. ÆÄÀÏ ¼³¸íÀ» ÁöÁ¤ÇÏ´Â ¹æ¹ýÀº AddDescriptionÀ» Âü°íÇ϶ó. ¼³¸í¿­ÀÇ Å©±â¸¦ - ÁöÁ¤ÇÏ´Â DescriptionWidth + ÁöÁ¤ÇÏ´Â DescriptionWidth ¿É¼Çµµ Âü°íÇ϶ó.
-
SuppressHTMLPreamble
+
SuppressHTMLPreamble
µð·ºÅ丮¿¡ HeaderName Áö½Ã¾î·Î ÁöÁ¤ÇÑ ÆÄÀÏÀÌ ÀÖ´Â °æ¿ì ¸ðµâÀº º¸Åë Ç¥ÁØ HTML ½ÃÀۺκР@@ -614,7 +614,7 @@ HTML ¸í·ÉÀÌ ÀÖ¾î¾ß ÇÑ´Ù. header ÆÄÀÏÀÌ ¾ø´Ù¸é ÀϹÝÀûÀÎ ½ÃÀۺκÐÀÌ ¸¸µé¾îÁø´Ù.
-
SuppressIcon +
SuppressIcon (¾ÆÆÄÄ¡ 2.0.23 ÀÌÈÄ)
fancy ¸ñ·Ï¿¡¼­ ¾ÆÀÌÄÜÀ» »«´Ù. SuppressIcon°ú @@ -623,11 +623,11 @@ hr ¿ä¼Ò »ç¿ëÀ» ±ÝÁöÇÑ ¸¶Áö¸· Ç¥ÁØÀÎ HTML 3.2¿¡ ¾Ë¸ÂÀº Ãâ·ÂÀÌ µÈ´Ù.
-
SuppressLastModified
+
SuppressLastModified
fancy ¸ñ·Ï¿¡¼­ ¸¶Áö¸· ¼öÁ¤ÀÏÀ» Ç¥½ÃÇÏÁö ¾Ê´Â´Ù.
-
SuppressRules +
SuppressRules (¾ÆÆÄÄ¡ 2.0.23 ÀÌÈÄ)
µð·ºÅ丮 ¸ñ·Ï¿¡¼­ ¼öÆòÁÙÀ» (hr ¿ä¼Ò) @@ -637,11 +637,11 @@ hr ¿ä¼Ò »ç¿ëÀ» ±ÝÁöÇÑ ¸¶Áö¸· Ç¥ÁØÀÎ HTML 3.2¿¡ ¾Ë¸ÂÀº Ãâ·ÂÀÌ µÈ´Ù.
-
SuppressSize
+
SuppressSize
fancy ¸ñ·Ï¿¡¼­ ÆÄÀÏÅ©±â¸¦ Ç¥½ÃÇÏÁö ¾Ê´Â´Ù.
-
TrackModified +
TrackModified (¾ÆÆÄÄ¡ 2.0.23 ÀÌÈÄ)
µð·ºÅ丮 ¸ñ·ÏÀÇ HTTP Çì´õ¿¡ Last-Modified¿Í ETag °ªÀ» @@ -657,7 +657,7 @@ ¹Ù²îÁö¾Ê´Â´Ù. ÀÌ·± º¯È­°¡ Áß¿äÇÏ´Ù¸é ÀÌ ¿É¼ÇÀ» »ç¿ëÇÏÁö ¸¶¶ó.
-
VersionSort +
VersionSort (¾ÆÆÄÄ¡ 2.0a3 ÀÌÈÄ)
VersionSort Ű¿öµå´Â ¹öÀü ¹øÈ£¸¦ Æ÷ÇÔÇÑ @@ -751,7 +751,7 @@ Name|Date|Size|Description »óÅÂ:Base ¸ðµâ:mod_autoindex -

IndexOrderDefault Áö½Ã¾î´Â FancyIndexing +

IndexOrderDefault Áö½Ã¾î´Â FancyIndexing ¸ñ·Ï ¿É¼Ç°ú ÇÔ²² »ç¿ëÇÑ´Ù. ±âº»ÀûÀ¸·Î fancyindexed µð·ºÅ丮 ¸ñ·ÏÀº ÆÄÀÏ¸í ¿À¸§Â÷¼øÀÌ´Ù. IndexOrderDefault´Â ÀÌ Ãʱ⠼ø¼­¸¦ º¯°æÇÒ ¼ö ÀÖ´Ù.

@@ -763,7 +763,7 @@ Name|Date|Size|Description
Date, Size, Description Áß Çϳª´Ù. ÀÌÂ÷ ¼ø¼­´Â Ç×»ó ÆÄÀÏ¸í ¿À¸§Â÷¼øÀÌ´Ù.

-

ÀÌ Áö½Ã¾î¿Í SuppressColumnSorting ¸ñ·Ï ¿É¼ÇÀ» °°ÀÌ »ç¿ëÇϸé +

ÀÌ Áö½Ã¾î¿Í SuppressColumnSorting ¸ñ·Ï ¿É¼ÇÀ» °°ÀÌ »ç¿ëÇÏ¸é Æ¯Á¤ ¼ø¼­·Î¸¸ µð·ºÅ丮 ¸ñ·ÏÀ» ¸¸µç´Ù. ÀÌ °æ¿ì Ŭ¶óÀÌ¾ðÆ®´Â ´Ù¸¥ ¼ø¼­·Î µð·ºÅ丮 ¸ñ·ÏÀ» ¿äûÇÏÁö ¸øÇÑ´Ù.

diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index ac1684dfaaa..db0d82ed2e8 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -41,7 +41,7 @@ Options directive for more details.

-

If the If the FancyIndexing option is given with the IndexOptions directive, the column headers are links that control the order of the @@ -65,7 +65,7 @@

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 IndexOptions + the IndexOptions IgnoreClient option was introduced.

The column sorting headers themselves are self-referencing @@ -174,7 +174,7 @@ icon selected by filename

AddAlt provides the alternate text to display for a file, instead of an icon, for FancyIndexing. + href="#indexoptions.fancyindexing">FancyIndexing. File is a file extension, partial filename, wild-card expression or full filename for files to describe. If String contains any whitespace, you have to enclose it @@ -203,7 +203,7 @@ selected by MIME-encoding

AddAltByEncoding provides the alternate text to display for a file, instead of an icon, for FancyIndexing. + href="#indexoptions.fancyindexing">FancyIndexing. MIME-encoding is a valid content-encoding, such as x-compress. If String contains any whitespace, you have to enclose it in quotes (" or '). @@ -230,7 +230,7 @@ icon selected by MIME content-type

AddAltByType sets the alternate text to display for a file, instead of an icon, for FancyIndexing. + href="#indexoptions.fancyindexing">FancyIndexing. MIME-type is a valid content-type, such as text/html. If String contains any whitespace, you have to enclose it in quotes (" or '). @@ -254,7 +254,7 @@ icon selected by MIME content-type

This sets the description to display for a file, for - FancyIndexing. File 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

The typical, default description field is 23 bytes wide. 6 - more bytes are added by the IndexOptions SuppressIcon option, 7 bytes are - added by the IndexOptions SuppressSize option, and 19 bytes are - added by the IndexOptions SuppressLastModified option. Therefore, the widest default the description column is ever assigned is 55 bytes.

-

See the See the DescriptionWidth IndexOptions keyword for details on overriding the size of this column, or allowing descriptions of unlimited length.

@@ -301,7 +301,7 @@ icon selected by MIME content-type

This sets the icon to display next to a file ending in - name for name for FancyIndexing. Icon is either a (%-escaped) relative URL to the icon, or of the format (alttext,url) where alttext @@ -337,7 +337,7 @@ content-encoding

This sets the icon to display next to files with FancyIndexing. + href="#indexoptions.fancyindexing">FancyIndexing. Icon is either a (%-escaped) relative URL to the icon, or of the format (alttext,url) where alttext is the text tag given for an icon for @@ -366,7 +366,7 @@ content-type

This sets the icon to display next to files of type MIME-type for FancyIndexing. + href="#indexoptions.fancyindexing">FancyIndexing. Icon is either a (%-escaped) relative URL to the icon, or of the format (alttext,url) where alttext is the text tag given for an icon for @@ -394,7 +394,7 @@ configured

The DefaultIcon directive sets the icon to display for files when no specific icon is known, for FancyIndexing. + href="#indexoptions.fancyindexing">FancyIndexing. Url-path is a (%-escaped) relative URL to the icon.

Example @@ -458,7 +458,7 @@ of the index listing

If the file specified by HeaderName contains the beginnings of an HTML document (<html>, <head>, etc.) then you will probably want to set IndexOptions + href="#indexoptions.suppresshtmlpreamble">IndexOptions +SuppressHTMLPreamble, so that these tags are not repeated.

@@ -506,8 +506,8 @@ indexing of

-
DescriptionWidth=[n | *] (Apache 2.0.23 and later)
@@ -529,13 +529,13 @@ indexing module="mod_autoindex">AddDescription for dangers inherent in truncating descriptions.
-
FancyIndexing
+
FancyIndexing
This turns on fancy indexing of directories.
-
FoldersFirst (Apache +
FoldersFirst (Apache 2.0.23 and later)
If this option is enabled, subdirectory listings will @@ -548,11 +548,11 @@ indexing Zed will be listed before subdirectory Beta, which will be listed before normal files Gamma and Alpha. This option - only has an effect if FancyIndexing is also enabled.
-
HTMLTable (Experimental, +
HTMLTable (Experimental, Apache 2.0.23 and later)
This experimental option with FancyIndexing constructs a @@ -562,14 +562,14 @@ indexing left-to-right and right-to-left reading order, as can happen on WinNT or other utf-8 enabled platforms.
-
IconsAreLinks
+
IconsAreLinks
This makes the icons part of the anchor for the filename, for fancy indexing.
-
IconHeight[=IconHeight[=pixels]
Presence of this option, when used with IconWidth, will cause @@ -580,8 +580,8 @@ indexing it defaults to the standard height of the icons supplied with the Apache software.
-
IconWidth[=IconWidth[=pixels]
Presence of this option, when used with IconHeight, @@ -593,24 +593,24 @@ indexing the standard width of the icons supplied with the Apache software.
-
IgnoreCase
+
IgnoreCase
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).
-
IgnoreClient
+
IgnoreClient
This option causes mod_autoindex to ignore all query variables from the client, including sort order (implies - SuppressColumnSorting.)
-
NameWidth=[n +
NameWidth=[n | *]
The NameWidth keyword allows you to specify the width @@ -625,8 +625,8 @@ indexing
NameWidth=* grows the column to the necessary width.
-
ScanHTMLTitles
+
ScanHTMLTitles
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 then httpd will read the document for the value of the title element. This is CPU and disk intensive.
-
SuppressColumnSorting
If specified, Apache will not make the column headings in a @@ -645,11 +645,11 @@ indexing in that column. Prior to Apache 2.0.23, this also disabled parsing the Query Arguments for the sort string. That behavior is now controlled by IndexOptions + href="#indexoptions.ignoreclient">IndexOptions IgnoreClient in Apache 2.0.23.
-
SuppressDescription
This will suppress the file description in fancy indexing @@ -658,11 +658,11 @@ indexing space to use for something else. See AddDescription for information about setting the file description. See also the DescriptionWidth + href="#indexoptions.descriptionwidth">DescriptionWidth index option to limit the size of the description column.
-
SuppressHTMLPreamble
If the directory actually contains a file specified by the @@ -676,8 +676,8 @@ indexing in this case. If there is no header file, the preamble is generated as usual.
-
SuppressIcon (Apache +
SuppressIcon (Apache 2.0.23 and later)
This will suppress the icon in fancy indexing listings. @@ -687,15 +687,15 @@ indexing hr elements from the pre block (used to format FancyIndexed listings.)
-
SuppressLastModified
This will suppress the display of the last modification date, in fancy indexing listings.
-
SuppressRules +
SuppressRules (Apache 2.0.23 and later)
This will suppress the horizontal rule lines (hr @@ -705,13 +705,13 @@ indexing hr elements from the pre block (used to format FancyIndexed listings.)
-
SuppressSize
+
SuppressSize
This will suppress the file size in fancy indexing listings.
-
TrackModified (Apache +
TrackModified (Apache 2.0.23 and later)
This returns the Last-Modified and ETag values for the listed @@ -728,8 +728,8 @@ indexing Last-Modified header on all Unix platforms. If this is a concern, leave this option disabled.
-
VersionSort +
VersionSort (Apache 2.0a3 and later)
The VersionSort keyword causes files containing @@ -830,7 +830,7 @@ Name|Date|Size|Description

The IndexOrderDefault directive is used - in combination with the FancyIndexing index option. By default, fancyindexed directory listings are displayed in ascending order by filename; the IndexOrderDefault allows you to change this @@ -846,7 +846,7 @@ Name|Date|Size|Description

You can force a directory listing to only be displayed in a particular order by combining this directive with the SuppressColumnSorting index option; this will prevent the client from requesting the directory listing in a different order.

diff --git a/docs/manual/mod/mod_autoindex.xml.ja b/docs/manual/mod/mod_autoindex.xml.ja index 594c3dd4917..4716ba4c905 100644 --- a/docs/manual/mod/mod_autoindex.xml.ja +++ b/docs/manual/mod/mod_autoindex.xml.ja @@ -42,7 +42,7 @@ Options $B%G%#%l%/%F%#%V$r$4Mw2<$5$$!#(B

-

$B$b$7(B $B$b$7(B FancyIndexing$B%*%W%7%g%s$,(B IndexOptions $B%G%#%l%/%F%#%V$KM?$($i$l$F$$$k$J$i$P!"(B @@ -72,7 +72,7 @@ $B?7$7$$%/%(%j!<%*%W%7%g%s$N%0%k!<%W$rF3F~$7$^$7$?!#(B $B=PNO$KBP$9$k%/%i%$%"%s%H$N$9$Y$F$N@)8f$r8zN(E*$KKu>C(B $B$G$-$k$h$&$K!"(B - IndexOptions + IndexOptions IgnoreClient $B$,F3F~$5$l$^$7$?!#(B

$B%3%i%`%=!<%H$N%X%C%@$=$l<+BN$,!"(B @@ -186,7 +186,7 @@

AddAlt $B$O!"(BFancyIndexing + href="#indexoptions.fancyindexing">FancyIndexing $B$K$*$$$F!"%"%$%3%s$NBe$o$j$KI=<($9$kBeBX%F%-%9%H$rDs6!$7$^$9!#(B file $B$O!"@bL@$9$k%U%!%$%k$N%U%!%$%k3HD%;R!"(B $B%U%!%$%kL>$N0lIt!"%o%$%k%I%+!<%II=8=!"40A4$J%U%!%$%kL>$N(B @@ -218,7 +218,7 @@

AddAltByEncoding $B$O!"(B - FancyIndexing + FancyIndexing $B$K$*$$$F!"%"%$%3%s$NBe$o$j$KI=<($9$kBeBXJ8;zNs$rDs6!$7$^$9!#(B MIME-encoding $B$OM-8z$JId9f2=!"Nc$($P(B x-compress @@ -249,7 +249,7 @@

AddAltByType $B$O!"(B - FancyIndexing + FancyIndexing $B$K$*$$$F!"%"%$%3%s$NBe$o$j$KI=<($9$kBeBXJ8;zNs$r@_Dj$7$^$9!#(B MIME-type $B$OM-8z$J%?%$%W!"Nc$($P(B text/html @@ -277,7 +277,7 @@ Indexes -

FancyIndexing +

FancyIndexing $B$K$*$$$F!"%U%!%$%k$KBP$7$FI=<($9$k@bL@$r@_Dj$7$^$9!#(B file $B$O@bL@$9$k%U%!%$%k$N%U%!%$%k3HD%;R!"(B $B%U%!%$%kL>$N0lIt!"%o%$%k%I%+!<%II=8=!"40A4$J%U%!%$%kL>$N(B @@ -292,13 +292,13 @@

$BDL>o$N%G%U%)%k%H$N@bL@NN0h$O(B 23 $B%P%$%H$NI}$G$9!#(B - IndexOptions SuppressIcon $B%*%W%7%g%s$G(B 6 $B%P%$%HDI2C!"(B - IndexOptions SuppressSize $B%*%W%7%g%s$G(B 7 $B%P%$%HDI2C!"(B - IndexOptions SuppressLastModified $B%*%W%7%g%s$G(B 19 $B%P%$%HDI2C$5$l$^$9!#(B $B$G$9$+$i!"%G%U%)%k%H$N@bL@%3%i%`$N:GBgI}$O(B @@ -306,7 +306,7 @@

$B$3$N%3%i%`$NBg$-$5$r>e=q$-$7$?$j!"(B $B@bL@$,L5@)8BD9$G$b$h$$$h$&$K$9$k$?$a$N>\:Y$K4X$7$F$O!"(B - DescriptionWidth + DescriptionWidth $B$H$$$&(B IndexOptions $B$N%-!<%o!<%I$r$4Mw2<$5$$!#(B

@@ -334,7 +334,7 @@ Indexes -

FancyIndexing +

FancyIndexing $B$K$*$$$F!"(B name $B$G=*$o$k%U%!%$%k$NNY$KI=<($9$k%"%$%3%s$r@_Dj$7$^$9!#(B icon $B$O!"(B(% $B$G%(%9%1!<%W$5$l$?(B) $B%"%$%3%s$X$NAjBP(B URL @@ -375,7 +375,7 @@ Indexes -

FancyIndexing +

FancyIndexing $B$K$*$$$F!"%U%!%$%k$NNY$KI=<($9$k%"%$%3%s$r@_Dj$7$^$9!#(B icon $B$O!"(B(% $B$G%(%9%1!<%W$5$l$?(B) $B%"%$%3%s$X$NAjBP(B URL $B$+!"B>$N=q<0(B (alttext, url) $B$G$9!#(B @@ -405,7 +405,7 @@ MIME $B%?%$%W$K$h$C$FA*Br(B Indexes -

FancyIndexing +

FancyIndexing $B$K$*$$$F!"%U%!%$%k$NNY$KI=<($9$k%"%$%3%s$r@_Dj$7$^$9!#(B icon $B$O!"(B(% $B$G%(%9%1!<%W$5$l$?(B) $B%"%$%3%s$X$NAjBP(B URL $B$+!"B>$N=q<0(B (alttext, url) $B$G$9!#(B @@ -434,7 +434,7 @@ MIME $B%?%$%W$K$h$C$FA*Br(B Indexes -

FancyIndexing +

FancyIndexing $B$K$*$$$F!"(B $BFCDj$N%"%$%3%s$,$J$$>l9g$K%U%!%$%k$KI=<($9$k%"%$%3%s$r@_Dj$7$^$9!#(B url-path $B$O!"(B(% $B$G%(%9%1!<%W$5$l$?(B) $B%"%$%3%s$X$NAjBP(B URL @@ -514,7 +514,7 @@ MIME $B%?%$%W$K$h$C$FA*Br(B

$B$b$7(B HeaderName $B$G;XDj$5$l$?%U%!%$%k$,(B HTML $B%I%-%e%a%s%H$N3+;OItJ,(B (<HTML>, <HEAD>, $BEy(B) $B$r4^$s$G$$$?$i!"(B - IndexOptions + IndexOptions +SuppressHTMLPreamble $B$r@_Dj$7$F!"$3$l$i$N%?%0$,7+$jJV$5$l$J$$$h$&$K$7$?$$$H;W$&$G$7$g$&!#(B

@@ -563,8 +563,8 @@ MIME $B%?%$%W$K$h$C$FA*Br(B option $B$O
-
DescriptionWidth=[n | *] (2.0.23 $B0J9_(B)
@@ -584,13 +584,13 @@ MIME $B%?%$%W$K$h$C$FA*Br(B AddDescription $B%;%/%7%g%s$r$*FI$_2<$5$$!#(B
-
FancyIndexing
+
FancyIndexing
$B>~$jIU$-%$%s%G%C%/%9$r%*%s$K$7$^$9!#(B
-
FoldersFirst +
FoldersFirst (2.0.23 $B0J9_(B)
$B$3$N%*%W%7%g%s$,M-8z$K$J$C$?>l9g!"%5%V%G%#%l%/%H%j$N0lMw$O(B @@ -604,11 +604,11 @@ MIME $B%?%$%W$K$h$C$FA*Br(B Beta $B$h$j$bA0$K%j%9%H$5$l!"DL>o$N%U%!%$%k(B Gamma $B$d(B Alpha $B$h$j$bA0$K%j%9%H$5$l$^$9!#(B$B$3$N%*%W%7%g%s$O(B - FancyIndexing + FancyIndexing $B$bM-8z$K$J$C$F$$$k$H$-$K$N$_!"8z2L$,$"$j$^$9!#(B
-
HTMLTable ($BHTMLTable ($B
$B$3$N $B$,M-8z$J%W%i%C%H%[!<%`$N$h$&$K!"%U%!%$%kL>$d@bL@%F%-%9%H$,(B $B1&FI$_$K$J$C$?$j:8FI$_$K$J$j$($k>l9g$OFC$KI,MW$G$9!#(B
-
IconsAreLinks
+
IconsAreLinks
$B$3$l$O!"(BFancyIndexing $B$K$*$$$F!"(B $B%"%$%3%s$b%U%!%$%kL>$X$N%j%s%/$N0lIt$K$7$^$9!#(B
-
IconHeight[=IconHeight[=pixels]
$B$3$N%*%W%7%g%s$,!"(BIconWidth $B$H$H$b$K;H$o$l$F$$$k>l9g$O!"(B @@ -638,8 +638,8 @@ MIME $B%?%$%W$K$h$C$FA*Br(B $B%=%U%H%&%'%"$GDs6!$5$l$F$$$k%"%$%3%s$NI8=`$N9b$5$,(B $B%G%U%)%k%H$J$j$^$9!#(B
-
IconWidth[=IconWidth[=pixels]
$B$3$N%*%W%7%g%s$,!"(BIconHeight$B$H$H$b$K;H$o$l$F$$$k>l9g$O!"(B @@ -652,18 +652,18 @@ MIME $B%?%$%W$K$h$C$FA*Br(B $B%=%U%H%&%'%"$GDs6!$5$l$F$$$k%"%$%3%s$NI8=`$N9b$5$,(B $B%G%U%)%k%H$J$j$^$9!#(B
-
IgnoreClient
+
IgnoreClient
$B$3$N%*%W%7%g%s$G(B mod_autoindex $B$O!"(B $B%/%i%$%"%s%H$+$i$NA4$F$N%/%(%j!SuppressColumnSorting $B$r0E$K0UL#$7$^$9!#(B)
-
NameWidth=[n +
NameWidth=[n | *]
NameWidth $B%-!<%o!<%I$G%U%!%$%kL>%3%i%`$NI}$r%P%$%H?t$G(B @@ -678,8 +678,8 @@ MIME $B%?%$%W$K$h$C$FA*Br(B
NameWidth=* $B$O!"I,MW$JD9$5$^$G%3%i%`$r1d$P$7$^$9!#(B
-
ScanHTMLTitles
+
ScanHTMLTitles
FancyIndexing $B$N$?$a$K!"(B HTML $B%I%-%e%a%s%H$+$i%?%$%H%k$r httpd $B$O(B title $B%?%0$NCM$rFI$`$?$a$K%I%-%e%a%s%H$rFI$_;O$a$^$9!#(B $B$3$l$O(B CPU $B$d(B disk $B$KIi2Y$r$+$1$^$9!#(B
-
SuppressColumnSorting
$B$b$7;XDj$5$l$F$$$l$P!"(BApache $B$O(B @@ -703,11 +703,11 @@ MIME $B%?%$%W$K$h$C$FA*Br(B $B%=!<%HJ8;zNs$N$?$a$N%/%(%j!<0z?t$N2r@O$bL58z$K$7$^$9!#(B $B$3$N5sF0$O(B Apache 2.0.23 $B$G$O(B - IndexOptions + IndexOptions IgnoreClient $B$G@)8f$5$l$k$h$&$K$J$C$F$$$^$9!#(B
-
SuppressDescription
$B$3$l$O(B FancyIndexing $B$K$*$1$k%U%!%$%k$N@bL@$r>C5n$7$^$9!#(B @@ -716,11 +716,11 @@ MIME $B%?%$%W$K$h$C$FA*Br(B $BJ8;z$N6uGr$r2T$0$3$H$,$G$-$^$9!#(B $B%U%!%$%k$N@bL@$K4X$9$k>pJs$O!"(B AddDescription $B$r$4Mw2<$5$$!#$^$?!"@bL@$N%3%i%`%5%$%:$r@)8B$9$k(B - DescriptionWidth + DescriptionWidth $B%$%s%G%C%/%9%*%W%7%g%s$b$4Mw2<$5$$!#(B
-
SuppressHTMLPreamble
$BDL>o!"(B @@ -737,8 +737,8 @@ MIME $B%?%$%W$K$h$C$FA*Br(B $B%X%C%@!<%U%!%$%k$,B8:_$7$J$$>l9g$O!"%W%j%"%s%V%k$ODL>oDL$j(B $B@8@.$5$l$^$9!#(B
-
SuppressIcon (Apache +
SuppressIcon (Apache 2.0.23 $B0J9_(B)
@@ -749,14 +749,14 @@ MIME $B%?%$%W$K$h$C$FA*Br(B $B$,(B pre $B%V%m%C%/$KF~$k(B (FancyIndexing $B0lMw$G=q<0$K;H$o$l$F$$$^$9(B) $B$3$H$r6X;_$7$F$$$^$9!#(B
-
SuppressLastModified
FancyIndexing $B0lMw$K$*$$$F:G=*99?7F|;~$NI=<($r>C5n$7$^$9!#(B
-
SuppressRules +
SuppressRules (Apache 2.0.23 $B0J9_(B)
$B%G%#%l%/%H%j0lMw$K$*$$$F?eJ?6h@Z$j@~(B (hr $B%?%0(B) $B$r>C5n$7$^$9!#(B @@ -766,13 +766,13 @@ MIME $B%?%$%W$K$h$C$FA*Br(B $B$,(B pre $B%V%m%C%/$KF~$k(B (FancyIndexing $B0lMw$G=q<0$K;H$o$l$F$$$^$9(B) $B$3$H$r6X;_$7$F$$$^$9!#(B
-
SuppressSize
+
SuppressSize
FancyIndexing $B0lMw$K$*$$$F%U%!%$%k%5%$%:$NI=<($r>C5n$7$^$9!#(B
-
TrackModified +
TrackModified (Apache 2.0.23 $B0J9_(B)
$B$3$l$O(B HTTP $B%X%C%@Cf$K!"(B @@ -795,8 +795,8 @@ MIME $B%?%$%W$K$h$C$FA*Br(B $B$b$7$3$l$,=EMW$G$"$l$P!"(B $B$3$N%*%W%7%g%s$rL58z$N$^$^$K$7$F$/$@$5$$!#(B
-
VersionSort +
VersionSort (Apache 2.0a3 $B0J9_(B)
VersionSort $B%-!<%o!<%I$O%P!<%8%g%sHV9f$r4^$s$@%U%!%$%k$,(B @@ -907,7 +907,7 @@ Name|Date|Size|Description

IndexOrderDefault $B%G%#%l%/%F%#%V$O(B - FancyIndexing + FancyIndexing $B%$%s%G%C%/%9%*%W%7%g%s$HJ;$;$FMQ$$$l$l$^$9!#(B $B%G%U%)%k%H$G$O!"(BFancyIndexing $B$N%G%#%l%/%H%j0lMw$O%U%!%$%kL>$N>:=g$GI=<($5$l$^$9!#(B @@ -923,7 +923,7 @@ Name|Date|Size|Description $BFs$DL\$N%-!<$O(B$B>o$K(B$B%U%!%$%kL>$N>:=g$K$J$j$^$9!#(B

$B$3$N%G%#%l%/%F%#%V$H(B SuppressColumnSorting + href="#indexoptions.suppresscolumnsorting">SuppressColumnSorting $B%$%s%G%C%/%9%*%W%7%g%s$H$rAH$_9g$o$;$k$3$H$G!"(B $B%G%#%l%/%H%j0lMw$r$"$kFCDj$N=gHV$G$N$_I=<($9$k$h$&$K$G$-$^$9!#(B $B$3$l$O!"(B diff --git a/docs/manual/mod/mod_autoindex.xml.ko b/docs/manual/mod/mod_autoindex.xml.ko index 47df9fc4fba..21361033f3e 100644 --- a/docs/manual/mod/mod_autoindex.xml.ko +++ b/docs/manual/mod/mod_autoindex.xml.ko @@ -37,7 +37,7 @@ Áö½Ã¾î¸¦ Âü°íÇ϶ó.

IndexOptions - Áö½Ã¾î¿¡ FancyIndexing ¿É¼ÇÀ» ÁÖ¸é, ¿­ À̸§À» Ãâ·ÂÇÒ ¼ø¼­¸¦ ¹Ù²Ù´Â ¸µÅ©·Î ¸¸µç´Ù. À̸§ ¸µÅ©¸¦ ¼±ÅÃÇÏ¸é ±× ¿­ÀÇ °ª ¼ø¼­·Î ¸ñ·ÏÀ» ´Ù½Ã ¸¸µç´Ù. °°Àº À̸§À» ¹Ýº¹Çؼ­ ¼±ÅÃÇϸé @@ -58,7 +58,7 @@

¾ÆÆÄÄ¡ 2.0.23´Â ¿­¼ø¼­¿¡ ´ëÇÑ ¿äû ¾Æ±Ô¸ÕÆ®¸¦ Á¤¸®Çϰí, »õ·Î¿î ¿É¼ÇµéÀ» Ãß°¡Çß´Ù. Ãâ·ÂÀ» Ŭ¶óÀÌ¾ðÆ®°¡ Á¶ÀýÇÒ ¼ö ¾øµµ·Ï ¸¸µå´Â IndexOptions + href="#indexoptions.ignoreclient">IndexOptions IgnoreClient ¿É¼ÇÀÌ Ãß°¡µÇ¾ú´Ù.

¿­¼ø¼­ À̸§Àº ¾Æ·¡ ³ª¿Â ¼ø¼­ ¿äû ¿É¼ÇÀ» ´õÇÑ ÀÚ±âÂüÁ¶ @@ -155,7 +155,7 @@

AddAlt´Â FancyIndexing¿¡¼­ + href="#indexoptions.fancyindexing">FancyIndexing¿¡¼­ ÆÄÀÏ¿¡ ´ëÇÑ ¾ÆÀÌÄÜ´ë½Å º¸ÀÏ ±ÛÀ» ÁöÁ¤ÇÑ´Ù. File¿¡´Â ¼³¸íÇÒ ÆÄÀÏÀÇ ÆÄÀÏ È®ÀåÀÚ, ÆÄÀϸí ÀϺÎ, ¿ÍÀϵåÄ«µå Ç¥Çö, Àüü ÆÄÀϸíÀ» »ç¿ëÇÒ ¼ö ÀÖ´Ù. String¿¡ °ø¹éÀÌ @@ -183,7 +183,7 @@

AddAltByEncodingÀº FancyIndexing¿¡¼­ + href="#indexoptions.fancyindexing">FancyIndexing¿¡¼­ ÆÄÀÏ¿¡ ´ëÇÑ ¾ÆÀÌÄÜ´ë½Å º¸ÀÏ ±ÛÀ» ÁöÁ¤ÇÑ´Ù. MIME-encodingÀº x-compress¿Í °°Àº À¯È¿ÇÑ content-encodingÀÌ´Ù. String¿¡ °ø¹éÀÌ µé¾î°£´Ù¸é µû¿ÈÇ¥(" @@ -210,7 +210,7 @@

AddAltByTypeÀº FancyIndexing¿¡¼­ + href="#indexoptions.fancyindexing">FancyIndexing¿¡¼­ ÆÄÀÏ¿¡ ´ëÇÑ ¾ÆÀÌÄÜ´ë½Å º¸ÀÏ ±ÛÀ» ÁöÁ¤ÇÑ´Ù. MIME-typeÀº text/html°ú °°Àº À¯È¿ÇÑ content-typeÀÌ´Ù. String¿¡ °ø¹éÀÌ µé¾î°£´Ù¸é µû¿ÈÇ¥(" @@ -234,7 +234,7 @@ Indexes -

ÀÌ Áö½Ã¾î´Â ÀÌ Áö½Ã¾î´Â FancyIndexing¿¡¼­ ÆÄÀÏ¿¡ ´ëÇÑ ¼³¸íÀ» ÁöÁ¤ÇÑ´Ù. File¿¡´Â ¼³¸íÇÒ ÆÄÀÏÀÇ ÆÄÀÏ È®ÀåÀÚ, ÆÄÀϸí ÀϺÎ, ¿ÍÀϵåÄ«µå Ç¥Çö, Àüü ÆÄÀϸíÀ» »ç¿ëÇÒ ¼ö ÀÖ´Ù. StringÀº @@ -245,16 +245,16 @@

ÀüÇüÀûÀÎ ±âº» ¼³¸í ÇÊµåÆøÀº 23 ¹ÙÀÌÆ®´Ù. IndexOptions + href="#indexoptions.suppressicon">IndexOptions SuppressIcon ¿É¼ÇÀ» »ç¿ëÇÏ¸é ±âº»Æø¿¡ 6 ¹ÙÀÌÆ®¸¦ - ´õ Ãß°¡Çϰí, IndexOptions SuppressSize ¿É¼ÇÀº 7 ¹ÙÀÌÆ®¸¦, - IndexOptions SuppressLastModified ¿É¼ÇÀº 19 ¹ÙÀÌÆ®¸¦ ´õ Ãß°¡ÇÑ´Ù. ±×·¯¹Ç·Î °¡Àå ³ÐÀº ¼³¸íÆøÀº 55 ¹ÙÀÌÆ®´Ù.

ÀÌ ÇʵåÀÇ Æø¸¦ ¹Ù²Ù°Å³ª ¼³¸íÀÇ ±æÀ̸¦ ¹«ÇÑ´ë·Î ¸¸µå·Á¸é - DescriptionWidth IndexOptions Ű¿öµå¸¦ Âü°íÇ϶ó.

@@ -279,7 +279,7 @@ Indexes -

ÀÌ Áö½Ã¾î´Â ÀÌ Áö½Ã¾î´Â FancyIndexing¿¡¼­ nameÀ¸·Î ³¡³ª´Â ÆÄÀÏ ¿·¿¡ º¸¿©ÁÙ ¾ÆÀÌÄÜÀ» ÁöÁ¤ÇÑ´Ù. IconÀº ¾ÆÀÌÄÜÀÇ (%-escaped) »ó´ë URL ȤÀº @@ -315,7 +315,7 @@

ÀÌ Áö½Ã¾î´Â FancyIndexing¿¡¼­ + href="#indexoptions.fancyindexing">FancyIndexing¿¡¼­ ÆÄÀÏ ¿·¿¡ º¸¿©ÁÙ ¾ÆÀÌÄÜÀ» ÁöÁ¤ÇÑ´Ù. IconÀº ¾ÆÀÌÄÜÀÇ (%-escaped) »ó´ë URL ȤÀº (alttext,url) Çü½ÄÀÌ´Ù. @@ -343,7 +343,7 @@

ÀÌ Áö½Ã¾î´Â FancyIndexing¿¡¼­ + href="#indexoptions.fancyindexing">FancyIndexing¿¡¼­ MIME-typeÀÇ ÆÄÀÏ ¿·¿¡ º¸¿©ÁÙ ¾ÆÀÌÄÜÀ» ÁöÁ¤ÇÑ´Ù. IconÀº ¾ÆÀÌÄÜÀÇ (%-escaped) »ó´ë URL ȤÀº (alttext,url) Çü½ÄÀÌ´Ù. @@ -370,7 +370,7 @@

DefaultIcon Áö½Ã¾î´Â FancyIndexing¿¡¼­ + href="#indexoptions.fancyindexing">FancyIndexing¿¡¼­ ƯÁ¤ ¾ÆÀÌÄÜÀ» ¼³Á¤ÇÏÁö¾ÊÀº ÆÄÀÏ ¿·¿¡ ³ª¿Ã ¾ÆÀÌÄÜÀÌ´Ù. IconÀº ¾ÆÀÌÄÜÀÇ (%-escaped) »ó´ë URLÀÌ´Ù.

@@ -433,7 +433,7 @@

HeaderNameÀ¸·Î ÁöÁ¤ÇÑ ÆÄÀÏ¿¡ (<html>, <head>, µî) HTML ¹®¼­ ½ÃÀۺκÐÀÌ Æ÷ÇÔµÇÀÖ´Ù¸é - IndexOptions + IndexOptions +SuppressHTMLPreambleÀ» »ç¿ëÇÏ¿© ÀÌ ºÎºÐÀ» Ãß°¡ÇÏÁö¾Ê´Â °ÍÀÌ ÁÁ´Ù.

@@ -477,8 +477,8 @@ ¸ñ·ÏÀ» ¼³Á¤ÇÑ´Ù. OptionÀº ´ÙÀ½ Áß ÇϳªÀÌ´Ù

-
DescriptionWidth=[n | *] (¾ÆÆÄÄ¡ 2.0.23 ÀÌÈÄ)
@@ -499,13 +499,13 @@ module="mod_autoindex">AddDescription ÀýÀ» Âü°íÇ϶ó.
-
FancyIndexing
+
FancyIndexing
µð·ºÅ丮ÀÇ fancy ¸ñ·ÏÀ» ¸¸µç´Ù.
-
FoldersFirst +
FoldersFirst (¾ÆÆÄÄ¡ 2.0.23 ÀÌÈÄ)
ÀÌ ¿É¼ÇÀ» »ç¿ëÇϸé ÇÏÀ§µð·ºÅ丮 ¸ñ·ÏÀÌ Ç×»ó @@ -516,12 +516,12 @@ »ç¿ëÇÑ´Ù¸é ÇÏÀ§µð·ºÅ丮 Zed°¡ ÇÏÀ§µð·ºÅ丮 Beta ¾Õ¿¡ ³ª¿À°í, ÇÏÀ§µð·ºÅ丮 Beta´Â ÀÏ¹Ý ÆÄÀÏ Gamma¿Í Alpha ¾Õ¿¡ - ³ª¿Â´Ù. ÀÌ ¿É¼ÇÀº ÀÌ ¿É¼ÇÀº FancyIndexingÀ» ÇÔ²² »ç¿ëÇÒ¶§¸¸ È¿°ú°¡ ÀÖ´Ù.
-
HTMLTable (½ÇÇèÀû, +
HTMLTable (½ÇÇèÀû, ¾ÆÆÄÄ¡ 2.0.23 ÀÌÈÄ)
ÀÌ ½ÇÇèÀûÀÎ FancyIndexing ¿É¼ÇÀº °£´ÜÇÑ HTML Ç¥·Î @@ -530,13 +530,13 @@ utf-8 »ç¿ë Ç÷¡Æû¿¡¼­ ÆÄÀϸíÀ̳ª ¼³¸í¹®ÀÇ Àб⠼ø¼­(¿ÞÂÊ¿¡¼­ ¿À¸¥ÂÊ È¤Àº ¿À¸¥ÂÊ¿¡¼­ ¿ÞÂÊÀ¸·Î)°¡ ´Ù¸¦¶§ Ưº°È÷ À¯¿ëÇÏ´Ù.
-
IconsAreLinks
+
IconsAreLinks
fancy ¸ñ·Ï¿¡¼­ ÆÄÀÏ¸í ¸µÅ©¿¡ ¾ÆÀÌÄÜÀ» Æ÷ÇÔÇÑ´Ù.
-
IconHeight[=IconHeight[=pixels]
ÀÌ ¿É¼ÇÀ» IconWidth¿Í °°ÀÌ »ç¿ëÇÏ¸é ¼­¹ö´Â ÆÄÀÏ ¾ÆÀÌÄÜÀÇ @@ -545,8 +545,8 @@ »óȲ¿¡¼­µµ ÆäÀÌÁö ±¸¼ºÀ» ¹Ì¸® °è»êÇÒ ¼ö ÀÖ´Ù. ¿É¼Ç¿¡ °ªÀ» ÁÖÁö¾ÊÀ¸¸é ¾ÆÆÄÄ¡°¡ Á¦°øÇÏ´Â ¾ÆÀÌÄÜÀÇ Ç¥ÁØ ³ôÀ̸¦ »ç¿ëÇÑ´Ù.
-
IconWidth[=IconWidth[=pixels]
ÀÌ ¿É¼ÇÀ» IconHeight¿Í °°ÀÌ »ç¿ëÇϸé @@ -556,24 +556,24 @@ ±¸¼ºÀ» ¹Ì¸® °è»êÇÒ ¼ö ÀÖ´Ù. ¿É¼Ç¿¡ °ªÀ» ÁÖÁö¾ÊÀ¸¸é ¾ÆÆÄÄ¡°¡ Á¦°øÇÏ´Â ¾ÆÀÌÄÜÀÇ Ç¥ÁØ ÆøÀ» »ç¿ëÇÑ´Ù.
-
IgnoreCase
+
IgnoreCase
ÀÌ ¿É¼ÇÀ» »ç¿ëÇÏ¸é ´ë¼Ò¹®ÀÚ ±¸º°ÇÏÁö¾Ê°í À̸§À» Á¤·ÄÇÑ´Ù. ¿¹¸¦ µé¾î, À̸§À¸·Î ¿À¸§Â÷¼øÀ̰í IgnoreCase¸¦ »ç¿ëÇÏ¸é ÆÄÀÏ Zeta´Â ÆÄÀÏ alfa µÚ¿¡ ³ª¿Â´Ù (ÁÖÀÇ: ÆÄÀÏ GAMMA´Â Ç×»ó ÆÄÀÏ gamma ¾Õ¿¡ ³ª¿Â´Ù).
-
IgnoreClient
+
IgnoreClient
ÀÌ ¿É¼ÇÀ» »ç¿ëÇϸé mod_autoindex´Â ¼ø¼­¸¦ Æ÷ÇÔÇÏ¿© Ŭ¶óÀÌ¾ðÆ®°¡ º¸³»´Â ¸ðµç ÁúÀǺ¯¼ö¸¦ ¹«½ÃÇÑ´Ù. - (SuppressColumnSortingÀ» °¡Á¤ÇÑ´Ù.)
-
NameWidth=[n +
NameWidth=[n | *]
NameWidth Ű¿öµå´Â ¹ÙÀÌÆ®´ÜÀ§·Î ÆÄÀϸí @@ -588,16 +588,16 @@
NameWidth=*Àº ¿­ÀÇ ÆøÀ» ÇÊ¿äÇѸ¸Å­ ´Ã¸°´Ù.
-
ScanHTMLTitles
+
ScanHTMLTitles
fancy ¸ñ·Ï¿¡¼­ HTML ¹®¼­ÀÇ titleÀ» »Ì´Â´Ù. ÆÄÀÏ¿¡ AddDescription·Î ÁöÁ¤ÇÑ ¼³¸íÀÌ ¾ø´Ù¸é À¥¼­¹ö´Â ¹®¼­ÀÇ title ¿ä¼Ò°ªÀ» ÀоîµéÀδÙ. ÀÌ ÀÛ¾÷Àº CPU¿Í µð½ºÅ©¸¦ ¸¹ÀÌ »ç¿ëÇÑ´Ù.
-
SuppressColumnSorting
ÀÌ ¿É¼ÇÀ» »ç¿ëÇÏ¸é ¾ÆÆÄÄ¡´Â FancyIndexed µð·ºÅ丮 @@ -606,11 +606,11 @@ ¿­¿¡ ÀÖ´Â °ª¼ø¼­·Î µð·ºÅ丮 ¸ñ·ÏÀ» ¸¸µç´Ù. ¾ÆÆÄÄ¡ 2.0.23 ÀÌÀü¿¡´Â ¼ø¼­ ¾Æ±Ô¸ÕÆ®µµ ÀÐÁö ¾Ê¾Ò´Ù. ¾ÆÆÄÄ¡ 2.0.23¿¡¼­´Â IndexOptions + href="#indexoptions.ignoreclient">IndexOptions IgnoreClient¸¦ »ç¿ëÇÏ¿© ¼ø¼­ ¾Æ±Ô¸ÕÆ®¸¦ ÀÐÁö ¾Ê´Â´Ù.
-
SuppressDescription
fancy ¸ñ·Ï¿¡¼­ ÆÄÀÏ ¼³¸íÀ» Æ÷ÇÔÇÏÁö ¾Ê´Â´Ù. ±âº»ÀûÀ¸·Î @@ -619,11 +619,11 @@ ¹æ¹ýÀº AddDescriptionÀ» Âü°íÇ϶ó. ¼³¸í¿­ÀÇ Å©±â¸¦ ÁöÁ¤ÇÏ´Â DescriptionWidth + href="#indexoptions.descriptionwidth">DescriptionWidth ¿É¼Çµµ Âü°íÇ϶ó.
-
SuppressHTMLPreamble
µð·ºÅ丮¿¡ -
SuppressIcon +
SuppressIcon (¾ÆÆÄÄ¡ 2.0.23 ÀÌÈÄ)
fancy ¸ñ·Ï¿¡¼­ ¾ÆÀÌÄÜÀ» »«´Ù. SuppressIcon°ú @@ -646,14 +646,14 @@ hr ¿ä¼Ò »ç¿ëÀ» ±ÝÁöÇÑ ¸¶Áö¸· Ç¥ÁØÀÎ HTML 3.2¿¡ ¾Ë¸ÂÀº Ãâ·ÂÀÌ µÈ´Ù.
-
SuppressLastModified
fancy ¸ñ·Ï¿¡¼­ ¸¶Áö¸· ¼öÁ¤ÀÏÀ» Ç¥½ÃÇÏÁö ¾Ê´Â´Ù.
-
SuppressRules +
SuppressRules (¾ÆÆÄÄ¡ 2.0.23 ÀÌÈÄ)
µð·ºÅ丮 ¸ñ·Ï¿¡¼­ ¼öÆòÁÙÀ» (hr ¿ä¼Ò) @@ -663,13 +663,13 @@ hr ¿ä¼Ò »ç¿ëÀ» ±ÝÁöÇÑ ¸¶Áö¸· Ç¥ÁØÀÎ HTML 3.2¿¡ ¾Ë¸ÂÀº Ãâ·ÂÀÌ µÈ´Ù.
-
SuppressSize
+
SuppressSize
fancy ¸ñ·Ï¿¡¼­ ÆÄÀÏÅ©±â¸¦ Ç¥½ÃÇÏÁö ¾Ê´Â´Ù.
-
TrackModified +
TrackModified (¾ÆÆÄÄ¡ 2.0.23 ÀÌÈÄ)
µð·ºÅ丮 ¸ñ·ÏÀÇ HTTP Çì´õ¿¡ Last-Modified¿Í ETag °ªÀ» @@ -685,8 +685,8 @@ ¹Ù²îÁö¾Ê´Â´Ù. ÀÌ·± º¯È­°¡ Áß¿äÇÏ´Ù¸é ÀÌ ¿É¼ÇÀ» »ç¿ëÇÏÁö ¸¶¶ó.
-
VersionSort +
VersionSort (¾ÆÆÄÄ¡ 2.0a3 ÀÌÈÄ)
VersionSort Ű¿öµå´Â ¹öÀü ¹øÈ£¸¦ Æ÷ÇÔÇÑ @@ -785,7 +785,7 @@ Name|Date|Size|Description

IndexOrderDefault Áö½Ã¾î´Â FancyIndexing + href="#indexoptions.fancyindexing">FancyIndexing ¸ñ·Ï ¿É¼Ç°ú ÇÔ²² »ç¿ëÇÑ´Ù. ±âº»ÀûÀ¸·Î fancyindexed µð·ºÅ丮 ¸ñ·ÏÀº ÆÄÀÏ¸í ¿À¸§Â÷¼øÀÌ´Ù. IndexOrderDefault´Â ÀÌ Ãʱ⠼ø¼­¸¦ º¯°æÇÒ ¼ö ÀÖ´Ù.

@@ -798,7 +798,7 @@ Name|Date|Size|Description Áß Çϳª´Ù. ÀÌÂ÷ ¼ø¼­´Â Ç×»ó ÆÄÀÏ¸í ¿À¸§Â÷¼øÀÌ´Ù.

ÀÌ Áö½Ã¾î¿Í SuppressColumnSorting ¸ñ·Ï ¿É¼ÇÀ» °°ÀÌ »ç¿ëÇÏ¸é Æ¯Á¤ ¼ø¼­·Î¸¸ µð·ºÅ丮 ¸ñ·ÏÀ» ¸¸µç´Ù. ÀÌ °æ¿ì Ŭ¶óÀÌ¾ðÆ®´Â ´Ù¸¥ ¼ø¼­·Î µð·ºÅ丮 ¸ñ·ÏÀ» ¿äûÇÏÁö ¸øÇÑ´Ù.