From: Andre Malo Date: Thu, 12 Sep 2002 23:00:09 +0000 (+0000) Subject: fix links to the options directive. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09f8c802b60ff2d4cb4c8ec44cc1f132f09a89a1;p=apache fix links to the options directive. (hope to) clarify, when parameters have to be quoted for the AddAlt* directives (please correct my English if neccessary :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96778 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en index 437c200f6e..0f7c4bc8b5 100644 --- a/docs/manual/mod/mod_autoindex.html.en +++ b/docs/manual/mod/mod_autoindex.html.en @@ -156,14 +156,15 @@ icon selected by filename 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. - String is enclosed in double quotes ("). - This alternate text is displayed if the client is image-incapable, - has image loading disabled, or fails to retrieve the icon.

+ If String contains any whitespace, you have to enclose it + in quotes (" or '). This alternate text + is displayed if the client is image-incapable, has image loading + disabled, or fails to retrieve the icon.

Examples:

- AddAlt "PDF" *.pdf
- AddAlt "Compressed" *.gz *.zip *.Z + AddAlt "PDF file" *.pdf
+ AddAlt Compressed *.gz *.zip *.Z

top

AddAltByEncoding Directive

Description: Alternate text to display for a file instead of an icon @@ -177,14 +178,14 @@ selected by MIME-encoding

AddAltByEncoding provides the alternate text to display for a file, instead of an icon, for FancyIndexing. MIME-encoding is a valid content-encoding, such as - x-compress. String is enclosed in double - quotes ("). This alternate text is displayed if the - client is image-incapable, has image loading disabled, or fails to - retrieve the icon.

+ x-compress. If String contains any whitespace, + you have to enclose it in quotes (" or '). + This alternate text is displayed if the client is image-incapable, + has image loading disabled, or fails to retrieve the icon.

Example:

- AddAltByEncoding "gzip" x-gzip + AddAltByEncoding gzip x-gzip

top

AddAltByType Directive

Description: Alternate text to display for a file, instead of an @@ -198,14 +199,14 @@ icon selected by MIME content-type
AddAltByType sets the alternate text to display for a file, instead of an icon, for FancyIndexing. MIME-type is a valid content-type, such as - text/html. String is enclosed in double - quotes ("). This alternate text is displayed if the - client is image-incapable, has image loading disabled, or fails to - retrieve the icon.

+ text/html. If String contains any whitespace, + you have to enclose it in quotes (" or '). + This alternate text is displayed if the client is image-incapable, + has image loading disabled, or fails to retrieve the icon.

Example:

- AddAltByType "TXT" text/plain + AddAltByType 'plain text' text/plain

top

AddDescription Directive

Description: Description to display for a file
Syntax: @@ -357,11 +358,12 @@ HeaderName HEADER.html AddType text/html .cgi

Content negotiation - will be performed if the MultiViews Option is enabled. If - filename resolves to a static text/html - document (not a CGI script) and the Includes - option is enabled, the file - will be processed for server-side includes (see the + will be performed if Options + MultiViews is in effect. If filename resolves + to a static text/html document (not a CGI script) and + either one of the options + Includes or IncludesNOEXEC is enabled, + the file will be processed for server-side includes (see the mod_include documentation).

diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index 395a3e29f9..3effa7c023 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -169,14 +169,15 @@ icon selected by filename href="#indexoptions: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 ("). - This alternate text is displayed if the client is image-incapable, - has image loading disabled, or fails to retrieve the icon.

+ If String contains any whitespace, you have to enclose it + in quotes (" or '). This alternate text + is displayed if the client is image-incapable, has image loading + disabled, or fails to retrieve the icon.

Examples:

- AddAlt "PDF" *.pdf
- AddAlt "Compressed" *.gz *.zip *.Z + AddAlt "PDF file" *.pdf
+ AddAlt Compressed *.gz *.zip *.Z
@@ -197,14 +198,14 @@ selected by MIME-encoding text to display for a file, instead of an icon, for FancyIndexing. MIME-encoding is a valid content-encoding, such as - x-compress. String is enclosed in double - quotes ("). This alternate text is displayed if the - client is image-incapable, has image loading disabled, or fails to - retrieve the icon.

+ x-compress. If String contains any whitespace, + you have to enclose it in quotes (" or '). + This alternate text is displayed if the client is image-incapable, + has image loading disabled, or fails to retrieve the icon.

Example:

- AddAltByEncoding "gzip" x-gzip + AddAltByEncoding gzip x-gzip @@ -225,14 +226,14 @@ icon selected by MIME content-type display for a file, instead of an icon, for FancyIndexing. MIME-type is a valid content-type, such as - text/html. String is enclosed in double - quotes ("). This alternate text is displayed if the - client is image-incapable, has image loading disabled, or fails to - retrieve the icon.

+ text/html. If String contains any whitespace, + you have to enclose it in quotes (" or '). + This alternate text is displayed if the client is image-incapable, + has image loading disabled, or fails to retrieve the icon.

Example:

- AddAltByType "TXT" text/plain + AddAltByType 'plain text' text/plain @@ -427,12 +428,12 @@ HeaderName HEADER.html AddType text/html .cgi

Content negotiation - will be performed if the MultiViews Option is enabled. If - filename resolves to a static text/html - document (not a CGI script) and the Includes - option is enabled, the file - will be processed for server-side includes (see the + will be performed if Options + MultiViews is in effect. If filename resolves + to a static text/html document (not a CGI script) and + either one of the options + Includes or IncludesNOEXEC is enabled, + the file will be processed for server-side includes (see the mod_include documentation).