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 2002/04/14 19:08:54 UTC

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

slive       02/04/14 10:08:54

  Modified:    docs/manual/mod mod_include.xml mod_include.html
  Log:
  Fix html comments in directive examples and defaults.
  
  PR: 7832
  Submitted by: sn@neopoly.com (Sven Neuhaus)
  
  Revision  Changes    Path
  1.7       +5 -5      httpd-2.0/docs/manual/mod/mod_include.xml
  
  Index: mod_include.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_include.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -d -b -u -r1.6 -r1.7
  --- mod_include.xml	29 Mar 2002 06:26:03 -0000	1.6
  +++ mod_include.xml	14 Apr 2002 17:08:53 -0000	1.7
  @@ -579,7 +579,7 @@
   <description>Changes the string that mod_include displays when
   a variable isn't set.</description>
   <syntax>SSIUndefinedEcho <em>tag</em></syntax>
  -<default>SSIUndefinedEcho &quot;&lt;-- undef --&gt;&quot;</default>
  +<default>SSIUndefinedEcho &quot;&lt;!-- undef --&gt;&quot;</default>
   <contextlist><context>server config</context>
   <context>virtual host</context></contextlist>
   <override>FileInfo</override>
  @@ -611,10 +611,10 @@
       <p>The SSIErrorMsg directive changes the error message displayed
       when mod_include encounters an error. For production servers you
       may consider changing the default error message to
  -    <code>&quot;&lt;-- Error --&gt;&quot;</code> so that the message
  +    <code>&quot;&lt;!-- Error --&gt;&quot;</code> so that the message
       is not presented to the user.
       </p>
  -    <p>This directive has the same effect as the <code>&lt;--#config
  +    <p>This directive has the same effect as the <code>&lt;!--#config
       errmsg=<em>message</em> --&gt;</code> element.</p>
   
   </usage>
  @@ -625,7 +625,7 @@
   <description></description>
   <syntax>Changes the string that mod_include looks for to start an
   include element</syntax>
  -<default>SSIStartTag &quot;&lt;--!&quot;</default>
  +<default>SSIStartTag &quot;&lt;!--&quot;</default>
   <contextlist>
   <context>server config</context>
   <context>virtual host</context>
  @@ -666,7 +666,7 @@
       when echoing DATE environment variables.  The <em>formatstring</em>
       is as in strftime(3) from the C standard library.</p>
   
  -    <p>This directive has the same effect as the <code>&lt;--#config
  +    <p>This directive has the same effect as the <code>&lt;!--#config
       timefmt=<em>formatstring</em> --&gt;</code> element.</p>
   </usage>
   </directivesynopsis>
  
  
  
  1.54      +5 -5      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.53
  retrieving revision 1.54
  diff -u -d -b -u -r1.53 -r1.54
  --- mod_include.html	2 Apr 2002 20:40:47 -0000	1.53
  +++ mod_include.html	14 Apr 2002 17:08:53 -0000	1.54
  @@ -534,14 +534,14 @@
       <p>The SSIErrorMsg directive changes the error message displayed
       when mod_include encounters an error. For production servers you
       may consider changing the default error message to
  -    <code>"&lt;-- Error --&gt;"</code> so that the message
  +    <code>"&lt;!-- Error --&gt;"</code> so that the message
       is not presented to the user.
       </p>
  -    <p>This directive has the same effect as the <code>&lt;--#config
  +    <p>This directive has the same effect as the <code>&lt;!--#config
       errmsg=<em>message</em> --&gt;</code> element.</p>
   
   <hr/><h2><a name="SSIStartTag">SSIStartTag</a> <a name="ssistarttag">Directive</a></h2><table bgcolor="#cccccc" border="0" cellspacing="0" cellpadding="1"><tr><td><table bgcolor="#ffffff"><tr><td><strong>Description: </strong></td><td/></tr><tr><td><a class="help" href="directive-dict.html#Syntax">Syntax:</a></td><td>Changes the string that mod_include looks for to start an
  -include element</td></tr><tr><td><a class="help" href="directive-dict.html#Default">Default:</a></td><td><code>SSIStartTag "&lt;--!"</code></td></tr><tr><td><a class="help" href="directive-dict.html#Context">Context:</a></td><td>server config, virtual host</td></tr><tr><td><a class="help" href="directive-dict.html#Override">Override:</a></td><td/></tr><tr><td><a class="help" href="directive-dict.html#Status">Status:</a></td><td>Base</td></tr><tr><td><a class="help" href="directive-dict.html#Module">Module:</a></td><td>mod_include</td></tr><tr><td valign="top" align="left"><a class="help" href="directive-dict.html#Compatibility">Compatibility:</a></td><td>Available in version 2.0.30 and later.</td></tr></table></td></tr></table>
  +include element</td></tr><tr><td><a class="help" href="directive-dict.html#Default">Default:</a></td><td><code>SSIStartTag "&lt;!--"</code></td></tr><tr><td><a class="help" href="directive-dict.html#Context">Context:</a></td><td>server config, virtual host</td></tr><tr><td><a class="help" href="directive-dict.html#Override">Override:</a></td><td/></tr><tr><td><a class="help" href="directive-dict.html#Status">Status:</a></td><td>Base</td></tr><tr><td><a class="help" href="directive-dict.html#Module">Module:</a></td><td>mod_include</td></tr><tr><td valign="top" align="left"><a class="help" href="directive-dict.html#Compatibility">Compatibility:</a></td><td>Available in version 2.0.30 and later.</td></tr></table></td></tr></table>
   
       <p>This directive changes the string that mod_include looks for 
       to mark an include element to process.</p>
  @@ -556,10 +556,10 @@
       when echoing DATE environment variables.  The <em>formatstring</em>
       is as in strftime(3) from the C standard library.</p>
   
  -    <p>This directive has the same effect as the <code>&lt;--#config
  +    <p>This directive has the same effect as the <code>&lt;!--#config
       timefmt=<em>formatstring</em> --&gt;</code> element.</p>
   <hr/><h2><a name="SSIUndefinedEcho">SSIUndefinedEcho</a> <a name="ssiundefinedecho">Directive</a></h2><table bgcolor="#cccccc" border="0" cellspacing="0" cellpadding="1"><tr><td><table bgcolor="#ffffff"><tr><td><strong>Description: </strong></td><td>Changes the string that mod_include displays when
  -a variable isn't set.</td></tr><tr><td><a class="help" href="directive-dict.html#Syntax">Syntax:</a></td><td>SSIUndefinedEcho <em>tag</em></td></tr><tr><td><a class="help" href="directive-dict.html#Default">Default:</a></td><td><code>SSIUndefinedEcho "&lt;-- undef --&gt;"</code></td></tr><tr><td><a class="help" href="directive-dict.html#Context">Context:</a></td><td>server config, virtual host</td></tr><tr><td><a class="help" href="directive-dict.html#Override">Override:</a></td><td>FileInfo</td></tr><tr><td><a class="help" href="directive-dict.html#Status">Status:</a></td><td>Base</td></tr><tr><td><a class="help" href="directive-dict.html#Module">Module:</a></td><td>mod_include</td></tr><tr><td valign="top" align="left"><a class="help" href="directive-dict.html#Compatibility">Compatibility:</a></td><td>Available in version 2.0.34 and later.
  +a variable isn't set.</td></tr><tr><td><a class="help" href="directive-dict.html#Syntax">Syntax:</a></td><td>SSIUndefinedEcho <em>tag</em></td></tr><tr><td><a class="help" href="directive-dict.html#Default">Default:</a></td><td><code>SSIUndefinedEcho "&lt;!-- undef --&gt;"</code></td></tr><tr><td><a class="help" href="directive-dict.html#Context">Context:</a></td><td>server config, virtual host</td></tr><tr><td><a class="help" href="directive-dict.html#Override">Override:</a></td><td>FileInfo</td></tr><tr><td><a class="help" href="directive-dict.html#Status">Status:</a></td><td>Base</td></tr><tr><td><a class="help" href="directive-dict.html#Module">Module:</a></td><td>mod_include</td></tr><tr><td valign="top" align="left"><a class="help" href="directive-dict.html#Compatibility">Compatibility:</a></td><td>Available in version 2.0.34 and later.
   </td></tr></table></td></tr></table>
       <p>This directive changes the string that mod_include displays
       when a variable is not set and "echoed".</p>