You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2011/01/16 15:14:40 UTC

svn commit: r1059565 - /httpd/httpd/trunk/docs/manual/mod/mod_autoindex.html.en

Author: rbowen
Date: Sun Jan 16 14:14:40 2011
New Revision: 1059565

URL: http://svn.apache.org/viewvc?rev=1059565&view=rev
Log:
Rebuild transformations.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_autoindex.html.en

Modified: httpd/httpd/trunk/docs/manual/mod/mod_autoindex.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_autoindex.html.en?rev=1059565&r1=1059564&r2=1059565&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_autoindex.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_autoindex.html.en Sun Jan 16 14:14:40 2011
@@ -338,7 +338,7 @@ icon selected by MIME content-type</td><
 </table>
     <p>This sets the icon to display next to a file ending in
     <var>name</var> for <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>. <var>Icon</var> is either a (%-escaped)
-    relative URL to the icon, or of the format <code>
+    relative URL to the icon, a fully qualified remote URL, or of the format <code>
     (<var>alttext</var>,<var>url</var>)</code> where <var>alttext</var>
     is the text tag given for an icon for non-graphical browsers.</p>
 
@@ -347,6 +347,10 @@ icon selected by MIME content-type</td><
     correctly), a file extension, a wildcard expression, a partial
     filename or a complete filename.</p>
 
+    <p><code>^^BLANKICON^^</code> is only used for formatting, and so
+    is unnecessary if you're using <code>IndexOptions
+    HTMLTable</code>.</p>
+
     <div class="example"><h3>Examples</h3><p><code>
       AddIcon (IMG,/icons/image.png) .gif .jpg .png<br />
       AddIcon /icons/dir.png ^^DIRECTORY^^<br />
@@ -372,6 +376,7 @@ content-encoding</td></tr>
 </table>
     <p>This sets the icon to display next to files with <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>.
     <var>Icon</var> is either a (%-escaped) relative URL to the icon,
+    a fully qualified remote URL,
     or of the format <code>(<var>alttext</var>,<var>url</var>)</code>
     where <var>alttext</var> is the text tag given for an icon for
     non-graphical browsers.</p>
@@ -399,6 +404,7 @@ content-type</td></tr>
     <p>This sets the icon to display next to files of type
     <var>MIME-type</var> for <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>.
     <var>Icon</var> is either a (%-escaped) relative URL to the icon,
+    a fully qualified remote URL,
     or of the format <code>(<var>alttext</var>,<var>url</var>)</code>
     where <var>alttext</var> is the text tag given for an icon for
     non-graphical browsers.</p>
@@ -424,7 +430,8 @@ configured</td></tr>
 </table>
     <p>The <code class="directive">DefaultIcon</code> directive sets the icon
     to display for files when no specific icon is known, for <code><a href="#indexoptions.fancyindexing">FancyIndexing</a></code>.
-    <var>Url-path</var> is a (%-escaped) relative URL to the icon.</p>
+    <var>Url-path</var> is a (%-escaped) relative URL to the icon,
+    or a fully qualified remote URL.</p>
 
     <div class="example"><h3>Example</h3><p><code>
       DefaultIcon /icon/unknown.png
@@ -527,7 +534,7 @@ a directory</td></tr>
     directory).</p>
 
     <div class="example"><p><code>
-      IndexIgnore README .htaccess *.bak *~
+      IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
     </code></p></div>
 
 </div>