diff options
author | Rich Bowen <rbowen@apache.org> | 2010-04-06 12:50:48 +0000 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2010-04-06 12:50:48 +0000 |
commit | 0b88cfb3508d9f0243093bd0736dd51d07831bc8 (patch) | |
tree | 401cac4b2a5ee4619b454a401f4c5efc2f9d471b /docs/manual/mod/mod_autoindex.xml | |
parent | 8d143e15c8abbcabfc9953266dd9f432306b6237 (diff) | |
download | httpd-0b88cfb3508d9f0243093bd0736dd51d07831bc8.tar.gz |
Replace .xbm with .png and .gif in the examples. We haven't shipped .xbm
icons for many years.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@931128 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_autoindex.xml')
-rw-r--r-- | docs/manual/mod/mod_autoindex.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index 9c303207b8..66b461ae0a 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -341,9 +341,9 @@ icon selected by MIME content-type</description> filename or a complete filename.</p> <example><title>Examples</title> - AddIcon (IMG,/icons/image.xbm) .gif .jpg .xbm<br /> - AddIcon /icons/dir.xbm ^^DIRECTORY^^<br /> - AddIcon /icons/backup.xbm *~ + AddIcon (IMG,/icons/image.png) .gif .jpg .png<br /> + AddIcon /icons/dir.png ^^DIRECTORY^^<br /> + AddIcon /icons/backup.png *~ </example> <p><directive module="mod_autoindex">AddIconByType</directive> @@ -375,7 +375,7 @@ content-encoding</description> <code>x-compress</code>.</p> <example><title>Example</title> - AddIconByEncoding /icons/compress.xbm x-compress + AddIconByEncoding /icons/compress.png x-compress </example> </usage> </directivesynopsis> @@ -404,7 +404,7 @@ content-type</description> required the mime types.</p> <example><title>Example</title> - AddIconByType (IMG,/icons/image.xbm) image/* + AddIconByType (IMG,/icons/image.png) image/* </example> </usage> </directivesynopsis> @@ -426,7 +426,7 @@ configured</description> <var>Url-path</var> is a (%-escaped) relative URL to the icon.</p> <example><title>Example</title> - DefaultIcon /icon/unknown.xbm + DefaultIcon /icon/unknown.png </example> </usage> </directivesynopsis> |