From 6ae70ff1c30948305fb9feb6440a2794fd645ca4 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sun, 16 Jan 2011 14:14:40 +0000 Subject: [PATCH] Rebuild transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1059565 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_autoindex.html.en | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en index fa90882f2f..f078358be6 100644 --- a/docs/manual/mod/mod_autoindex.html.en +++ b/docs/manual/mod/mod_autoindex.html.en @@ -338,7 +338,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.

@@ -347,6 +347,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.png) .gif .jpg .png
AddIcon /icons/dir.png ^^DIRECTORY^^
@@ -372,6 +376,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.

@@ -399,6 +404,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.

@@ -424,7 +430,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.png @@ -527,7 +534,7 @@ a directory directory).

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

-- 2.40.0