From: Rich Bowen Date: Sun, 16 Jan 2011 16:01:53 +0000 (+0000) Subject: Rebuilds changes to mod_autoindex. X-Git-Tag: 2.0.65~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=104c73e49a906ebec7056474b55e8ef59cb82913;p=thirdparty%2Fapache%2Fhttpd.git Rebuilds changes to mod_autoindex. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1059593 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en index 03d28db6e79..423bf682a8a 100644 --- a/docs/manual/mod/mod_autoindex.html.en +++ b/docs/manual/mod/mod_autoindex.html.en @@ -325,7 +325,7 @@ icon selected by MIME content-type

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

@@ -334,6 +334,10 @@ icon selected by MIME content-type correctly), a file extension, a wildcard expression, a partial filename or a complete filename.

+

^^BLANKICON^^ is only used for formatting, and so + is unnecessary if you're using IndexOptions + HTMLTable.

+

Examples

AddIcon (IMG,/icons/image.xbm) .gif .jpg .xbm
AddIcon /icons/dir.xbm ^^DIRECTORY^^
@@ -359,6 +363,7 @@ content-encoding

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

@@ -386,6 +391,7 @@ content-type

This sets the icon to display next to files of type MIME-type for FancyIndexing. Icon is either a (%-escaped) relative URL to the icon, + a fully qualified remote URL, or of the format (alttext,url) where alttext is the text tag given for an icon for non-graphical browsers.

@@ -411,7 +417,8 @@ configured

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

+ Url-path is a (%-escaped) relative URL to the icon, + or a fully qualified remote URL.

Example

DefaultIcon /icon/unknown.xbm @@ -481,6 +488,7 @@ of the index listing Description:Adds to the list of files to hide when listing a directory Syntax:IndexIgnore file [file] ... +Default:IndexIgnore "." Context:server config, virtual host, directory, .htaccess Override:Indexes Status:Base @@ -495,7 +503,7 @@ a directory directory).

- IndexIgnore README .htaccess *.bak *~ + IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t

@@ -506,6 +514,7 @@ a directory indexing Syntax:IndexOptions [+|-]option [[+|-]option] ... +Default:By default, no options are enabled. Context:server config, virtual host, directory, .htaccess Override:Indexes Status:Base @@ -848,10 +857,12 @@ Name|Date|Size|Description and identifies the primary key. The secondary key is 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 - the client from requesting the directory listing in a different - order.

+

You can, if desired, prevent the client from reordering the list + by also adding the SuppressColumnSorting + index option to remove the sort link from the top of the column, + along with the IgnoreClient index + option to prevent them from manually adding sort options to the + query string in order to override your ordering preferences.

top
diff --git a/docs/manual/mod/mod_autoindex.html.tr.utf8 b/docs/manual/mod/mod_autoindex.html.tr.utf8 index b177a104743..7c05284502a 100644 --- a/docs/manual/mod/mod_autoindex.html.tr.utf8 +++ b/docs/manual/mod/mod_autoindex.html.tr.utf8 @@ -26,6 +26,7 @@  ko  |  tr 

+
Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.
diff --git a/docs/manual/mod/mod_autoindex.xml.ja b/docs/manual/mod/mod_autoindex.xml.ja index 6dda7437cce..36022ef37ae 100644 --- a/docs/manual/mod/mod_autoindex.xml.ja +++ b/docs/manual/mod/mod_autoindex.xml.ja @@ -1,7 +1,7 @@ - + + +
Açıklama:Unix ls veya Win32 dir kabuk komutunun yaptığı gibi dizin içeriğini listeler.
Durum:Temel