cvs commit: apache-1.3/htdocs/manual/mod mod_autoindex.html

1998-10-22 Thread coar
coar98/10/22 10:43:21

  Modified:htdocs/manual/mod mod_autoindex.html
  Log:
Note that the SuppressHTMLPreamble IndexOption only came in
with Apache 1.3.
  
  PR:   3267
  
  Revision  ChangesPath
  1.29  +1 -0  apache-1.3/htdocs/manual/mod/mod_autoindex.html
  
  Index: mod_autoindex.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_autoindex.html,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- mod_autoindex.html1998/10/16 06:48:11 1.28
  +++ mod_autoindex.html1998/10/22 17:43:20 1.29
  @@ -580,6 +580,7 @@
   !--%plaintext lt;?INDEX {\tt SuppressDescription} index optiongt; --
   This will suppress the file description in fancy indexing listings.
   DTA NAME=indexoptions:suppresshtmlpreambleSuppressHTMLPreamble/A
  +(EMApache 1.3 and later/EM)
   DD
   !--%plaintext lt;?INDEX {\tt SuppressHTMLPreamble} index optiongt; --
   If the directory actually contains a file specified by the
  
  
  


cvs commit: apache-1.3/htdocs/manual/mod mod_autoindex.html

1998-10-16 Thread coar
coar98/10/15 23:48:12

  Modified:htdocs/manual/mod mod_autoindex.html
  Log:
Add a note about the size restriction on AddDescription text.
  
  PR:   3218
  
  Revision  ChangesPath
  1.28  +9 -1  apache-1.3/htdocs/manual/mod/mod_autoindex.html
  
  Index: mod_autoindex.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_autoindex.html,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- mod_autoindex.html1998/10/06 19:54:01 1.27
  +++ mod_autoindex.html1998/10/16 06:48:11 1.28
  @@ -207,7 +207,15 @@
   to describe. EMString/EM is enclosed in double quotes
   (CODEquot;/CODE). Example:
   BLOCKQUOTECODEAddDescription The planet Mars /web/pics/mars.gif
  -/CODE/BLOCKQUOTEPHR
  +/CODE/BLOCKQUOTE
  +P
  +The description field is 23 bytes wide.  7 more bytes may be
  +added if the directory is covered by an
  +CODEIndexOptionsnbsp;SuppressSize/CODE, and 19 bytes may be
  +added if CODEIndexOptionsnbsp;SuppressLastModified/CODE is
  +in effect.  The widest this column can be is therefore 49 bytes.
  +/P
  +HR
   
   H2A NAME=addiconAddIcon/A/H2
   !--%plaintext lt;?INDEX {\tt AddIcon} directivegt; --
  
  
  


cvs commit: apache-1.3/htdocs/manual/mod mod_autoindex.html

1998-10-06 Thread martin
martin  98/10/06 12:54:02

  Modified:htdocs/manual new_features_1_3.html
   htdocs/manual/mod mod_autoindex.html
  Log:
  Add the new mod_autoindex features to new_features_1_3, add hyperlinks to
  the IndexOptions keyword arguments (in the new form 
HREF=#indexoption:keyword).
  
  Revision  ChangesPath
  1.74  +25 -6 apache-1.3/htdocs/manual/new_features_1_3.html
  
  Index: new_features_1_3.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/new_features_1_3.html,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- new_features_1_3.html 1998/10/01 18:25:11 1.73
  +++ new_features_1_3.html 1998/10/06 19:54:00 1.74
  @@ -282,18 +282,37 @@
   HREF=mod/mod_autoindex.html#indexoptionsIndexOptions/A
   keyword.
   
  -LIA HREF=mod/mod_autoindex.html#indexoptions
  +LIA HREF=mod/mod_autoindex.html#indexoptions:suppresshtmlpreamble
   CODESTRONGSuppressHTMLPreamble/STRONG/CODE/A can be used if
   your README.html file includes its own HTML header.
   
  -LISTRONGCODEIconHeight/CODE and CODEIconWidth/CODE/STRONG 
let
  -you set
  -height and width attributes to the CODElt;IMGgt;/CODE tag in
  -directory listings.
  +LIThe A HREF=mod/mod_autoindex.html#indexoptions
  +CODESTRONGIndexOptions/STRONG/CODE/A directive now allows
  +the use of incremental prefixes (+/- to add/remove the respective
  +keyword feature, as was already possible for the
  +A HREF=mod/core.html#optionsOptions/A directive) to its
  +keyword arguments. Multiple IndexOptions directives applying
  +to the same directory will now be merged.
   
  +LIA HREF=mod/mod_autoindex.html#indexoptions:iconheight
  +STRONGCODEIconHeight/CODE/STRONG/A and
  + A HREF=mod/mod_autoindex.html#indexoptions:iconwidth
  +STRONGCODEIconWidth/CODE/STRONG/A
  +let you set height and width attributes to the
  +CODElt;IMGgt;/CODE tag in directory listings.
  +
  +LIThe new A HREF=mod/mod_autoindex.html#indexoptions:namewidth
  +STRONGCODENameWidth/CODE/STRONG/A keyword to the
  +A HREF=mod/mod_autoindex.html#indexoptionsIndexOptions/A
  + directive lets you set the number of columns for
  + A HREF=mod/mod_autoindex.html#indexoptions:fancyindexingfancy
  + directory listings/A. If set to an '*' asterisk, the name width
  + will be adjusted automatically.
  +
   LIThe A HREF=mod/mod_autoindex.html#fancyindexing
   SAMPFancyIndexing/SAMP/A directive now correctly has
  -the same impact as SAMPIndexOptionsnbsp;FancyIndexing/SAMP
  +the same impact as 
  +A 
HREF=mod/mod_autoindex.html#indexoptions:fancyindexingSAMPIndexOptionsnbsp;FancyIndexing/SAMP/A
without replacing the effect of any existing SAMPIndexOptions/SAMP
directive.
   
  
  
  
  1.27  +11 -11apache-1.3/htdocs/manual/mod/mod_autoindex.html
  
  Index: mod_autoindex.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_autoindex.html,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- mod_autoindex.html1998/10/02 21:35:33 1.26
  +++ mod_autoindex.html1998/10/06 19:54:01 1.27
  @@ -509,7 +509,7 @@
   The IndexOptions directive specifies the behavior of the directory indexing.
   EMOption/EM can be one of
   DL
  -DTFancyIndexing
  +DTA NAME=indexoptions:fancyindexingFancyIndexing/A
   DD!--%plaintext lt;?INDEX {\tt FancyIndexing} index optiongt; --
   This turns on fancy indexing of directories.
   BLOCKQUOTE
  @@ -522,7 +522,7 @@
is combined with any SAMPIndexOptions/SAMP directive already
specified for the current scope./STRONG
   /BLOCKQUOTE
  -DTIconHeight[=pixels] (EMApache 1.3 and later/EM)
  +DTA NAME=indexoptions:iconheightIconHeight[=pixels] (EMApache 1.3 
and later/EM)/A
   DD
   !--%plaintext lt;?INDEX {\tt IconHeight} index optiongt; --
   Presence of this option, when used with IconWidth, will cause the server
  @@ -532,12 +532,12 @@
   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.
  -DTIconsAreLinks
  +DTA NAME=indexoptions:iconsarelinksIconsAreLinks/A
   DD
   !--%plaintext lt;?INDEX {\tt IconsAreLinks} index optiongt; --
   This makes the icons part of the anchor for the filename, for
   fancy indexing.
  -DTIconWidth[=pixels] (EMApache 1.3 and later/EM)
  +DTA NAME=indexoptions:iconwidthIconWidth[=pixels] (EMApache 1.3 and 
later/EM)/A
   DD
   !--%plaintext lt;?INDEX {\tt IconWidth} index optiongt; --
   Presence of this option, when used with IconHeight, will cause the server
  @@ -547,19 +547,19 @@
   images have been loaded.  If no 

cvs commit: apache-1.3/htdocs/manual/mod mod_autoindex.html

1998-09-24 Thread coar
coar98/09/24 08:27:53

  Modified:htdocs/manual/mod mod_autoindex.html
  Log:
Correct name for IndexOptions keyword.
  
  PR:   3066
  
  Revision  ChangesPath
  1.24  +2 -2  apache-1.3/htdocs/manual/mod/mod_autoindex.html
  
  Index: mod_autoindex.html
  ===
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_autoindex.html,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- mod_autoindex.html1998/09/17 14:14:57 1.23
  +++ mod_autoindex.html1998/09/24 15:27:52 1.24
  @@ -530,9 +530,9 @@
   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.
  -DTNameLength=[EMn/EM | *] (EMApache 1.3.2 and later/EM)
  +DTNameWidth=[EMn/EM | *] (EMApache 1.3.2 and later/EM)
   DD
  -The NameLength keyword allows you to specify the width of the
  +The NameWidth keyword allows you to specify the width of the
   filename column in bytes.  If the keyword value is 'SAMP*/SAMP',
   then the column is automatically sized to the length of the longest
   filename in the display.