Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 9836 invoked from network); 19 Jul 2008 07:58:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jul 2008 07:58:44 -0000 Received: (qmail 21239 invoked by uid 500); 19 Jul 2008 07:58:44 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 21168 invoked by uid 500); 19 Jul 2008 07:58:43 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 21159 invoked by uid 99); 19 Jul 2008 07:58:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jul 2008 00:58:43 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jul 2008 07:57:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2D03923889F7; Sat, 19 Jul 2008 00:58:23 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r678115 - /httpd/httpd/branches/2.0.x/docs/manual/mod/mod_autoindex.xml Date: Sat, 19 Jul 2008 07:58:22 -0000 To: cvs@httpd.apache.org From: nilgun@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080719075823.2D03923889F7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nilgun Date: Sat Jul 19 00:58:22 2008 New Revision: 678115 URL: http://svn.apache.org/viewvc?rev=678115&view=rev Log: pre-translation improvements Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_autoindex.xml Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_autoindex.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_autoindex.xml?rev=678115&r1=678114&r2=678115&view=diff ============================================================================== --- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_autoindex.xml (original) +++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_autoindex.xml Sat Jul 19 00:58:22 2008 @@ -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 @@ AddIcon /icons/dir.xbm ^^DIRECTORY^^
AddIcon /icons/backup.xbm *~ - +

AddIconByType should be used in preference to AddIcon, when possible.

@@ -345,7 +345,7 @@ 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] ... @@ -373,7 +373,7 @@ 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 @@ 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 @@ 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 @@ IndexOptions -Various configuration settings for directory +Various configuration settings for directory indexing IndexOptions [+|-]option [[+|-]option] ... @@ -540,7 +540,7 @@ IndexOptions Charset=UTF-8 - +

Type=MIME content-type (Apache 2.0.61 and @@ -554,7 +554,7 @@ IndexOptions Type=text/plain - +
DescriptionWidth=[n | *] (Apache 2.0.23 and @@ -604,9 +604,9 @@ 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 - confuse older browsers. It is particularly necessary if file +
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 on WinNT or other utf-8 enabled platforms.
@@ -621,13 +621,13 @@ 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
@@ -694,8 +695,8 @@ 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.
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 @@ -774,8 +775,8 @@ 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 @@ -815,7 +816,7 @@
Incremental IndexOptions