You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yo...@apache.org on 2004/01/10 22:07:28 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_authn_anon.xml mod_authn_anon.html.en quickreference.html.en

yoshiki     2004/01/10 13:07:28

  Modified:    docs/manual/mod mod_authn_anon.xml mod_authn_anon.html.en
                        quickreference.html.en
  Log:
  Fix typo and add reference to Anonymous directive.
  
  Revision  Changes    Path
  1.7       +5 -4      httpd-2.0/docs/manual/mod/mod_authn_anon.xml
  
  Index: mod_authn_anon.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_authn_anon.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- mod_authn_anon.xml	9 Nov 2003 18:35:51 -0000	1.6
  +++ mod_authn_anon.xml	10 Jan 2004 21:07:28 -0000	1.7
  @@ -37,7 +37,7 @@
       following properties:</p>
   
       <ul>
  -      <li>It insists that the user enters a userId.
  +      <li>It insists that the user enters a userID.
         (<directive module="mod_authn_anon"
         >Anonymous_NoUserId</directive>)</li>
   
  @@ -52,10 +52,11 @@
   
         <li>The userID must be one of <code>anonymous guest www test
         welcome</code> and comparison is <strong>not</strong> case
  -      sensitive.</li>
  +      sensitive. (<directive module="mod_authn_anon"
  +      >Anonymous</directive></li>
   
         <li>And the Email addresses entered in the passwd field are
  -      logged to the error log file
  +      logged to the error log file.
         (<directive module="mod_authn_anon"
         >Anonymous_LogEmail</directive>)</li>
       </ul>
  @@ -85,7 +86,7 @@
   
   <directivesynopsis>
   <name>Anonymous</name>
  -<description>Specifies userIDs that areallowed access without
  +<description>Specifies userIDs that are allowed access without
   password verification</description>
   <syntax>Anonymous <var>user</var> [<var>user</var>] ...</syntax>
   <contextlist><context>directory</context><context>.htaccess</context>
  
  
  
  1.12      +4 -4      httpd-2.0/docs/manual/mod/mod_authn_anon.html.en
  
  Index: mod_authn_anon.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_authn_anon.html.en,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- mod_authn_anon.html.en	9 Nov 2003 18:35:51 -0000	1.11
  +++ mod_authn_anon.html.en	10 Jan 2004 21:07:28 -0000	1.12
  @@ -69,7 +69,7 @@
       following properties:</p>
   
       <ul>
  -      <li>It insists that the user enters a userId.
  +      <li>It insists that the user enters a userID.
         (<code class="directive"><a href="#anonymous_nouserid">Anonymous_NoUserId</a></code>)</li>
   
         <li>It insists that the user enters a password.
  @@ -81,10 +81,10 @@
   
         <li>The userID must be one of <code>anonymous guest www test
         welcome</code> and comparison is <strong>not</strong> case
  -      sensitive.</li>
  +      sensitive. (<code class="directive"><a href="#anonymous">Anonymous</a></code></li>
   
         <li>And the Email addresses entered in the passwd field are
  -      logged to the error log file
  +      logged to the error log file.
         (<code class="directive"><a href="#anonymous_logemail">Anonymous_LogEmail</a></code>)</li>
       </ul>
   
  @@ -113,7 +113,7 @@
   <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
   <div class="directive-section"><h2><a name="Anonymous" id="Anonymous">Anonymous</a> <a name="anonymous" id="anonymous">Directive</a></h2>
   <table class="directive">
  -<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Specifies userIDs that areallowed access without
  +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Specifies userIDs that are allowed access without
   password verification</td></tr>
   <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Anonymous <var>user</var> [<var>user</var>] ...</code></td></tr>
   <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr>
  
  
  
  1.100     +1 -1      httpd-2.0/docs/manual/mod/quickreference.html.en
  
  Index: quickreference.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/quickreference.html.en,v
  retrieving revision 1.99
  retrieving revision 1.100
  diff -u -r1.99 -r1.100
  --- quickreference.html.en	5 Jan 2004 21:14:19 -0000	1.99
  +++ quickreference.html.en	10 Jan 2004 21:07:28 -0000	1.100
  @@ -122,7 +122,7 @@
   <tr><td><a href="core.html#allowoverride">AllowOverride All|None|<var>directive-type</var>
   [<var>directive-type</var>] ...</a></td><td> All </td><td>d</td><td>C</td></tr><tr><td class="descr" colspan="4">Types of directives that are allowed in
   <code>.htaccess</code> files</td></tr>
  -<tr class="odd"><td><a href="mod_authn_anon.html#anonymous">Anonymous <var>user</var> [<var>user</var>] ...</a></td><td></td><td>dh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Specifies userIDs that areallowed access without
  +<tr class="odd"><td><a href="mod_authn_anon.html#anonymous">Anonymous <var>user</var> [<var>user</var>] ...</a></td><td></td><td>dh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Specifies userIDs that are allowed access without
   password verification</td></tr>
   <tr><td><a href="mod_authn_anon.html#anonymous_logemail">Anonymous_LogEmail On|Off</a></td><td> On </td><td>dh</td><td>E</td></tr><tr><td class="descr" colspan="4">Sets whether the password entered will be logged in the
   error log</td></tr>