Apache2-AutoIndex-XSLT
view release on metacpan or search on metacpan
performed directly by the Apache::AutoIndex::XSLT module itself, and
some through a combination of the *options* elements presented in the
output XML and the XSLT stylesheet. As a result, some of these
configuration directives will do little or nothing at all if the XSLT
stylesheet used does not use them.
FileTypesFilename
FileTypesFilename
RenderXSLT
RenderXSLT On
RenderXSLTEnvVar
SetEnvIf Remote_Addr . RenderXSLT=On
BrowserMatch "Firefox/(2.0|1.5|1.0.[234567])" !RenderXSLT
BrowserMatch "MSIE [67].0" !RenderXSLT
BrowserMatch "Netscape/8" !RenderXSLT
BrowserMatch "Opera/9" !RenderXSLT
RenderXSLTEnvVar RenderXSLT
AddAlt
AddAlt "PDF file" *.pdf
AddAlt Compressed *.gz *.zip *.Z
*AddAlt* provides the alternate text to display for a file, instead of
an icon. File is a file extension, partial filename, wild-card
expression or full filename for files to describe. 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.
AddAltByEncoding
AddAltByEncoding gzip x-gzip
*AddAltByEncoding* provides the alternate text to display for a file,
instead of an icon. MIME-encoding is a valid content-encoding, such as
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.
AddAltByType
AddAltByType 'plain text' text/plain
*AddAltByType* sets the alternate text to display for a file, instead of
an icon. MIME-type is a valid content-type, such as 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.
AddDescription
AddDescription "The planet Mars" /web/pics/mars.png
This sets the description to display for a file. File is a file
extension, partial filename, wild-card expression or full filename for
files to describe. String is enclosed in double quotes (").
AddIcon
AddIcon (IMG,/icons/image.xbm) .gif .jpg .xbm
AddIcon /icons/dir.xbm ^^DIRECTORY^^
AddIcon /icons/backup.xbm *~
This sets the icon to display next to a file ending in name. Icon is
either a (%-escaped) relative URL to the icon, or of the format
(alttext,url) where alttext is the text tag given for an icon for
non-graphical browsers.
Name is either ^^DIRECTORY^^ for directories, ^^BLANKICON^^ for blank
lines (to format the list correctly), a file extension, a wildcard
expression, a partial filename or a complete filename.
*AddIconByType* should be used in preference to *AddIcon*, when
possible.
AddIconByEncoding
AddIconByEncoding /icons/compress.xbm x-compress
This sets the icon to display next to files. Icon is either a
(%-escaped) relative URL to the icon, or of the format (alttext,url)
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.
AddIconByType
AddIconByType (IMG,/icons/image.xbm) image/*
This sets the icon to display next to files of type MIME-type. Icon is
either a (%-escaped) relative URL to the icon, or of the format
(alttext,url) where alttext is the text tag given for an icon for
non-graphical browsers.
MIME-type is a wildcard expression matching required the mime types.
DefaultIcon
DefaultIcon /icons/__unknown.png
The *DefaultIcon* directive sets the icon to display for files when no
specific icon is known. Url-path is a (%-escaped) relative URL to the
icon.
HeaderName
IndexIgnore
IndexIgnore README .htindex *.bak *~
The *IndexIgnore* directive adds to the list of files to hide when
listing a directory. File is a shell-style wildcard expression or full
filename. Multiple *IndexIgnore* directives add to the list, rather than
the replacing the list of ignored files. By default, the list contains .
(the current directory).
IndexOptions
IndexOptions +DescriptionWidth=* +FancyIndexing +FoldersFirst +HTMLTable
IndexOptions +IconsAreLinks +IconHeight=16 +IconWidth=16 +IgnoreCase
IndexOptions +IgnoreClient +NameWidth=* +ScanHTMLTitles +ShowForbidden
IndexOptions +SuppressColumnSorting +SuppressDescription
IndexOptions +SuppressHTMLPreamble +SuppressIcon +SuppressLastModified
IndexOptions +SuppressRules +SuppressSize +TrackModified +VersionSort
IndexOptions +XHTML
( run in 0.978 second using v1.01-cache-2.11-cpan-39bf76dae61 )