You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2001/12/30 17:07:09 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_include.html mod_negotiation.html mod_auth_dbm.html

slive       01/12/30 08:07:09

  Modified:    docs/manual/mod mod_include.html mod_negotiation.html
                        mod_auth_dbm.html
  Log:
  Now that we are releasing betas, we should have compatibility information in here.
  
  Revision  Changes    Path
  1.44      +24 -8     httpd-2.0/docs/manual/mod/mod_include.html
  
  Index: mod_include.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_include.html,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -d -b -u -r1.43 -r1.44
  --- mod_include.html	30 Dec 2001 15:34:13 -0000	1.43
  +++ mod_include.html	30 Dec 2001 16:07:09 -0000	1.44
  @@ -493,7 +493,8 @@
       <hr />
   
       <h2><a id="ssiendtag"
  -    name="ssiendtag">SSIEndTag</a> directive</h2> <a
  +    name="ssiendtag">SSIEndTag</a> directive</h2> 
  +    <p><a
       href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> SSIEndTag <em>tag</em><br
       /> <a href="directive-dict.html#Default"
  @@ -504,7 +505,11 @@
       host<br /> <a href="directive-dict.html#Status"
       rel="Help"><strong>Status:</strong></a> Base<br /> <a
       href="directive-dict.html#Module"
  -    rel="Help"><strong>Module:</strong></a> mod_include
  +    rel="Help"><strong>Module:</strong></a> mod_include<br />
  +    <a href="directive-dict.html#Compatibility"
  +    rel="Help"><strong>Compatibility:</strong></a>
  +      Available in version 2.0.30 and later.</p>
  +
   
       <p>This directive changes the string that mod_include looks for 
       to mark the end of a include command.</p>
  @@ -514,7 +519,7 @@
       <hr />
       <h2><a id="ssierrormsg" name="ssierrormsg">SSIErrorMsg</a>
       directive</h2>
  -      <a href="directive-dict.html#Syntax"
  +    <p><a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> SSIErrorMsg
       <em>message</em><br />
        <a href="directive-dict.html#Default"
  @@ -526,7 +531,11 @@
        <a href="directive-dict.html#Status"
       rel="Help"><strong>Status:</strong></a> Base<br />
        <a href="directive-dict.html#Module"
  -    rel="Help"><strong>Module:</strong></a> mod_include 
  +    rel="Help"><strong>Module:</strong></a> mod_include<br />
  +     <a href="directive-dict.html#Compatibility"
  +    rel="Help"><strong>Compatibility:</strong></a>
  +      Available in version 2.0.30 and later.</p>
  +
   
       <p>The SSIErrorMsg directive changes the error message displayed
       when mod_include encounters an error. For production servers you
  @@ -539,7 +548,7 @@
       <hr />
       <h2><a id="ssistarttag" name="ssistarttag">SSIStartTag</a>
       directive</h2>
  -    <a href="directive-dict.html#Syntax"
  +    <p><a href="directive-dict.html#Syntax"
           rel="Help"><strong>Syntax:</strong></a> SSIStartTag
       <em>tag</em><br />
        <a href="directive-dict.html#Default"
  @@ -551,7 +560,11 @@
        <a href="directive-dict.html#Status"
       rel="Help"><strong>Status:</strong></a> Base<br />
        <a href="directive-dict.html#Module"
  -    rel="Help"><strong>Module:</strong></a> mod_include 
  +    rel="Help"><strong>Module:</strong></a> mod_include<br />
  +     <a href="directive-dict.html#Compatibility"
  +    rel="Help"><strong>Compatibility:</strong></a>
  +      Available in version 2.0.30 and later.</p>
  +
   
       <p>This directive changes the string that mod_include looks for 
       to mark an include element to process.</p>
  @@ -565,7 +578,7 @@
       <hr />
       <h2><a id="ssitimeformat" name="ssitimeformat">SSITimeFormat</a>
       directive</h2>
  -    <a href="directive-dict.html#Syntax"
  +    <p><a href="directive-dict.html#Syntax"
           rel="Help"><strong>Syntax:</strong></a> SSITimeFormat 
       <em>formatstring</em><br />
        <a href="directive-dict.html#Default"
  @@ -577,7 +590,10 @@
        <a href="directive-dict.html#Status"
       rel="Help"><strong>Status:</strong></a> Base<br />
        <a href="directive-dict.html#Module"
  -    rel="Help"><strong>Module:</strong></a> mod_include 
  +    rel="Help"><strong>Module:</strong></a> mod_include<br />
  +     <a href="directive-dict.html#Compatibility"
  +    rel="Help"><strong>Compatibility:</strong></a>
  +      Available in version 2.0.30 and later.</p>
   
       <p>This directive changes the format in which date strings are displayed 
       when echoing DATE environment variables.  The <em>formatstring</em>
  
  
  
  1.22      +5 -2      httpd-2.0/docs/manual/mod/mod_negotiation.html
  
  Index: mod_negotiation.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_negotiation.html,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -d -b -u -r1.21 -r1.22
  --- mod_negotiation.html	30 Dec 2001 15:45:05 -0000	1.21
  +++ mod_negotiation.html	30 Dec 2001 16:07:09 -0000	1.22
  @@ -184,7 +184,7 @@
   
       <h2><a id="forcelanguagepriority"
       name="forcelanguagepriority">ForceLanguagePriority</a> directive</h2>
  -    <a href="directive-dict.html#Syntax"
  +    <p><a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> ForceLanguagePriority
       None|Prefer|Fallback [Prefer|Fallback]<br />
        <a href="directive-dict.html#Default"
  @@ -198,7 +198,10 @@
        <a href="directive-dict.html#Status"
       rel="Help"><strong>Status:</strong></a> Base<br />
        <a href="directive-dict.html#Module"
  -    rel="Help"><strong>Module:</strong></a> mod_negotiation 
  +    rel="Help"><strong>Module:</strong></a> mod_negotiation<br />
  +     <a href="directive-dict.html#Compatibility"
  +    rel="Help"><strong>Compatibility:</strong></a>
  +      Available in version 2.0.30 and later.</p>
   
       <p>The <code>ForceLanguagePriority</code> directive uses the given
       <a href="#languagepriority">LanguagePriority</a> to satisfy
  
  
  
  1.27      +5 -2      httpd-2.0/docs/manual/mod/mod_auth_dbm.html
  
  Index: mod_auth_dbm.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_auth_dbm.html,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -d -b -u -r1.26 -r1.27
  --- mod_auth_dbm.html	30 Dec 2001 15:17:48 -0000	1.26
  +++ mod_auth_dbm.html	30 Dec 2001 16:07:09 -0000	1.27
  @@ -163,7 +163,7 @@
   
       <h2><a id="authdbmtype"
       name="authdbmtype">AuthDBMType</a></h2>
  -    <a href="directive-dict.html#Syntax"
  +    <p><a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> AuthDBMType
       default|SDBM|GDBM|DB<br />
        <a href="directive-dict.html#Default"
  @@ -177,7 +177,10 @@
        <a href="directive-dict.html#Status"
       rel="Help"><strong>Status:</strong></a> Extension<br />
        <a href="directive-dict.html#Module"
  -    rel="Help"><strong>Module:</strong></a> mod_auth_dbm 
  +    rel="Help"><strong>Module:</strong></a> mod_auth_dbm<br />
  +     <a href="directive-dict.html#Compatibility"
  +    rel="Help"><strong>Compatibility:</strong></a>
  +      Available in version 2.0.30 and later.</p>
   
   <p>Sets the type of database file that is used to store the passwords.
   The default database type is determined at compile time.  The