You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by ma...@apache.org on 2003/04/29 10:54:22 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/mod mod_setenvif.html.en

martin      2003/04/29 01:54:22

  Modified:    htdocs/manual/mod mod_setenvif.html.en
  Log:
  Make anchors lower-case
  
  Revision  Changes    Path
  1.19      +14 -14    httpd-docs-1.3/htdocs/manual/mod/mod_setenvif.html.en
  
  Index: mod_setenvif.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_setenvif.html.en,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- mod_setenvif.html.en	8 Oct 2001 01:34:31 -0000	1.18
  +++ mod_setenvif.html.en	29 Apr 2003 08:54:22 -0000	1.19
  @@ -58,18 +58,18 @@
       <h2>Directives</h2>
   
       <ul>
  -      <li><a href="#BrowserMatch">BrowserMatch</a></li>
  +      <li><a href="#browsermatch">BrowserMatch</a></li>
   
  -      <li><a href="#BrowserMatchNoCase">BrowserMatchNoCase</a></li>
  +      <li><a href="#browsermatchnocase">BrowserMatchNoCase</a></li>
   
  -      <li><a href="#SetEnvIf">SetEnvIf</a></li>
  +      <li><a href="#setenvif">SetEnvIf</a></li>
   
  -      <li><a href="#SetEnvIfNoCase">SetEnvIfNoCase</a></li>
  +      <li><a href="#setenvifnocase">SetEnvIfNoCase</a></li>
       </ul>
       <hr />
       <!-- the HR is part of the directive description -->
   
  -    <h2><a id="BrowserMatch" name="BrowserMatch">BrowserMatch
  +    <h2><a id="browsermatch" name="browsermatch">BrowserMatch
       directive</a></h2>
   
       <p><a href="directive-dict.html#Syntax"
  @@ -128,13 +128,13 @@
       <p>Note that the regular expression string is
       <strong>case-sensitive</strong>. For case-INsensitive matching,
       see the <a
  -    href="#BrowserMatchNoCase"><samp>BrowserMatchNoCase</samp></a>
  +    href="#browsermatchnocase"><samp>BrowserMatchNoCase</samp></a>
       directive.</p>
   
       <p>The <samp>BrowserMatch</samp> and
       <samp>BrowserMatchNoCase</samp> directives are special cases of
  -    the <a href="#SetEnvIf"><samp>SetEnvIf</samp></a> and <a
  -    href="#SetEnvIfNoCase"><samp>SetEnvIfNoCase</samp></a>
  +    the <a href="#setenvif"><samp>SetEnvIf</samp></a> and <a
  +    href="#setenvifnocase"><samp>SetEnvIfNoCase</samp></a>
       directives. The following two lines have the same effect:</p>
   <pre>
      BrowserMatchNoCase Robot is_a_robot
  @@ -144,8 +144,8 @@
       <hr />
       <!-- the HR is part of the directive description -->
   
  -    <h2><a id="BrowserMatchNoCase"
  -    name="BrowserMatchNoCase">BrowserMatchNoCase directive</a></h2>
  +    <h2><a id="browsermatchnocase"
  +    name="browsermatchnocase">BrowserMatchNoCase directive</a></h2>
   
       <p><a href="directive-dict.html#Syntax"
       rel="Help"><strong>Syntax:</strong></a> BrowserMatchNoCase
  @@ -180,7 +180,7 @@
   
       <p>The <samp>BrowserMatch</samp> and
       <samp>BrowserMatchNoCase</samp> directives are special cases of
  -    the <a href="#SetEnvIf"><samp>SetEnvIf</samp></a> and <a
  +    the <a href="#setenvif"><samp>SetEnvIf</samp></a> and <a
       href="#SetEnvIfNoCase"><samp>SetEnvIfNoCase</samp></a>
       directives. The following two lines have the same effect:</p>
   <pre>
  @@ -191,7 +191,7 @@
       <hr />
       <!-- the HR is part of the directive description -->
   
  -    <h2><a id="SetEnvIf" name="SetEnvIf">SetEnvIf
  +    <h2><a id="setenvif" name="setenvif">SetEnvIf
       directive</a></h2>
   
       <p><a href="directive-dict.html#Syntax"
  @@ -283,7 +283,7 @@
       <hr />
       <!-- the HR is part of the directive description -->
   
  -    <h2><a id="SetEnvIfNoCase" name="SetEnvIfNoCase">SetEnvIfNoCase
  +    <h2><a id="setenvifnocase" name="setenvifnocase">SetEnvIfNoCase
       directive</a></h2>
   
       <p><a href="directive-dict.html#Syntax"
  @@ -308,7 +308,7 @@
       .htaccess files only supported with 1.3.13 and later</p>
   
       <p>The <samp>SetEnvIfNoCase</samp> is semantically identical to
  -    the <a href="#SetEnvIf"><samp>SetEnvIf</samp></a> directive,
  +    the <a href="#setenvif"><samp>SetEnvIf</samp></a> directive,
       and differs only in that the regular expression matching is
       performed in a case-insensitive manner. For example:</p>
   <pre>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org