From d4d26eae7474e57595c4b0290272a27bb9b25be4 Mon Sep 17 00:00:00 2001
From: Nilgun Belma Buguner
Date: Sat, 19 Jul 2008 07:55:19 +0000
Subject: [PATCH] pre-translation improvements
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678113 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_autoindex.xml | 72 ++++++++++++++++---------------
1 file changed, 37 insertions(+), 35 deletions(-)
diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml
index ef13a51836..af4ff1c676 100644
--- a/docs/manual/mod/mod_autoindex.xml
+++ b/docs/manual/mod/mod_autoindex.xml
@@ -30,7 +30,7 @@
mod_autoindex.c
autoindex_module
-
+
The index of a directory can come from one of two
sources:
@@ -53,10 +53,10 @@
The two functions are separated so that you can completely
remove (or replace) automatic index generation should you want
- to.
+ to.
Automatic index generation is enabled with using
- Options +Indexes
. See the
+ Options +Indexes
. See the
Options directive for
more details.
@@ -336,7 +336,7 @@ icon selected by MIME content-type
AddIcon /icons/dir.xbm ^^DIRECTORY^^
AddIcon /icons/backup.xbm *~
-
+
AddIconByType
should be used in preference to AddIcon,
when possible.
@@ -345,7 +345,7 @@ icon selected by MIME content-type
AddIconByEncoding
-Icon to display next to files selected by MIME
+Icon to display next to files selected by MIME
content-encoding
AddIconByEncoding icon MIME-encoding
[MIME-encoding] ...
@@ -362,8 +362,8 @@ content-encoding
where alttext is the text tag given for an icon for
non-graphical browsers.
- MIME-encoding is a wildcard expression matching
- required the content-encoding.
+ MIME-encoding is a valid content-encoding, such as
+ x-compress
.
Example
AddIconByEncoding /icons/compress.xbm x-compress
@@ -373,7 +373,7 @@ content-encoding
AddIconByType
-Icon to display next to files selected by MIME
+Icon to display next to files selected by MIME
content-type
AddIconByType icon MIME-type
[MIME-type] ...
@@ -452,7 +452,7 @@ of the index listing
Example
HeaderName /include/HEADER.html
-
+
Filename must resolve to a document with a major
content type of text/*
(e.g.,
text/html
, text/plain
, etc.). This means
@@ -485,7 +485,7 @@ of the index listing
IndexIgnore
-Adds to the list of files to hide when listing
+Adds to the list of files to hide when listing
a directory
IndexIgnore file [file] ...
server configvirtual host
@@ -510,7 +510,7 @@ a directory
IndexOptions
-Various configuration settings for directory
+Various configuration settings for directory
indexing
IndexOptions [+|-]option [[+|-]option]
...
@@ -540,7 +540,7 @@ indexing
IndexOptions Charset=UTF-8
-
+
Type=MIME content-type (Apache 2.0.61 and
@@ -554,7 +554,7 @@ indexing
IndexOptions Type=text/plain
-
+
DescriptionWidth=[n | *] (Apache 2.0.23 and
@@ -604,8 +604,8 @@ indexing
id="indexoptions.htmltable">HTMLTable (Experimental,
Apache 2.0.23 and later)
- This experimental option with FancyIndexing constructs a
- simple table for the fancy directory listing. Note this will
+ This experimental option with FancyIndexing
constructs
+ a simple table for the fancy directory listing. Note this will
confuse older browsers. It is particularly necessary if file
names or description text will alternate between
left-to-right and right-to-left reading order, as can happen
@@ -621,13 +621,13 @@ indexing
id="indexoptions.iconheight">IconHeight[=pixels]
- Presence of this option, when used with IconWidth, will cause
- the server to include height
and width
- attributes in the img
tag for the file icon. This allows
- browser to precalculate the page layout without having to wait until
- all the images have been loaded. If no value is given for the option,
- it defaults to the standard height of the icons supplied with the Apache
- software.
+ Presence of this option, when used with IconWidth
,
+ will cause the server to include height
and
+ width
attributes in the img
tag for the file
+ icon. This allows browser to precalculate the page layout without having
+ to wait until all the images have been loaded. If no value is given for
+ the option, it defaults to the standard height of the icons supplied
+ with the Apache software.
IconWidth[=
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).
+ 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
@@ -687,7 +688,8 @@ indexing
id="indexoptions.showforbidden">ShowForbidden
If specified, Apache will show files normally hidden because
- the subrequest returned HTTP_UNAUTHORIZED or HTTP_FORBIDDEN
+ the subrequest returned HTTP_UNAUTHORIZED
or
+ HTTP_FORBIDDEN
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
- IgnoreClient in Apache 2.0.23.
+ href="#indexoptions.ignoreclient">IndexOptions
+ IgnoreClient
in Apache 2.0.23.
id="indexoptions.trackmodified">TrackModified (Apache
2.0.23 and later)
- This returns the Last-Modified and ETag values for the listed
- directory in the HTTP header. It is only valid if the
- operating system and file system return appropriate stat()
+ This returns the Last-Modified
and ETag
+ values for the listed directory in the HTTP header. It is only valid
+ if the operating system and file system return appropriate stat()
results. Some Unix systems do so, as do OS2's JFS and Win32's
NTFS volumes. OS2 and Win32 FAT volumes, for example, do not.
Once this feature is enabled, the client or proxy can track
@@ -780,8 +782,8 @@ indexing
removed files, but do not track changes for sizes or dates of
the files within the directory. Changes to the size
or date stamp of an existing file will not update the
- Last-Modified header on all Unix platforms. If this
- is a concern, leave this option disabled.
+ Last-Modified
header on all Unix platforms.
+ If this is a concern, leave this option disabled.
VersionSort
@@ -821,7 +823,7 @@ indexing
- Incremental IndexOptions
--
2.50.1