summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Slemko <marc@apache.org>1997-07-05 17:36:08 +0000
committerMarc Slemko <marc@apache.org>1997-07-05 17:36:08 +0000
commit3e7c8a7ef59906f62925c3dc884dde3a324e983c (patch)
tree7342b1586a5ec68c3a738e88b02f3ad3b077bcf0
parent442eaa8e18b517cb578f09b6d5c15ac6fe8abc4a (diff)
downloadhttpd-3e7c8a7ef59906f62925c3dc884dde3a324e983c.tar.gz
Remove 1.3 IconWidth and IconHeight options from 1.2 docs.
Reviewed by: Submitted by: Obtained from: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_1_2_X@78527 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mod_dir.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/manual/mod/mod_dir.html b/docs/manual/mod/mod_dir.html
index a6cccca610..aebd31a5bb 100644
--- a/docs/manual/mod/mod_dir.html
+++ b/docs/manual/mod/mod_dir.html
@@ -324,26 +324,6 @@ This will suppress the file size in fancy indexing listings.
<dd>
<!--%plaintext &lt;?INDEX {\tt SuppressDescription} index option&gt; -->
This will suppress the file description in fancy indexing listings.
-<dt>IconHeight[=pixels] (<EM>Apache 1.3 and later</EM>)
-<dd>
-<!--%plaintext &lt;?INDEX {\tt IconHeight} index option&gt; -->
-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 &lt;?INDEX {\tt IconWidth} index option&gt; -->
-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;