coar 97/06/24 09:36:58
Modified: htdocs/manual/mod mod_dir.html Log: Update mod_dir documentation to include IconHeight and IconWidth keywords for the IndexOptions directive. Revision Changes Path 1.7 +20 -0 apache/htdocs/manual/mod/mod_dir.html Index: mod_dir.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_dir.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C3 -r1.6 -r1.7 *** mod_dir.html 1997/06/04 16:14:19 1.6 --- mod_dir.html 1997/06/24 16:36:56 1.7 *************** *** 324,329 **** --- 324,349 ---- <dd> <!--%plaintext <?INDEX {\tt SuppressDescription} index option> --> This will suppress the file description in fancy indexing listings. + <dt>IconHeight[=pixels] (<EM>Apache 1.3 and later</EM>) + <dd> + <!--%plaintext <?INDEX {\tt IconHeight} index option> --> + Presence of this option, when used with IconWidth, will cause the server + to include <SAMP>HEIGHT</SAMP> and <SAMP>WIDTH</SAMP> attributes in the + <SAMP>IMG</SAMP> tag for the file icon. This allows browser to + precalculate the page layout without having to wait until all the + images have been loaded. If no value is given for the option, it + defaults to the standard height of the icons supplied with the Apache + software. + <dt>IconWidth[=pixels] (<EM>Apache 1.3 and later</EM>) + <dd> + <!--%plaintext <?INDEX {\tt IconWidth} index option> --> + Presence of this option, when used with IconHeight, will cause the server + to include <SAMP>HEIGHT</SAMP> and <SAMP>WIDTH</SAMP> attributes in the + <SAMP>IMG</SAMP> tag for the file icon. This allows browser to + precalculate the page layout without having to wait until all the + images have been loaded. If no value is given for the option, it + defaults to the standard width of the icons supplied with the Apache + software. </dl> This default is that no options are enabled. If multiple IndexOptions could apply to a directory, then the most specific one is taken complete;