You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by no...@apache.org on 2007/08/20 09:21:43 UTC

svn commit: r567574 - in /httpd/httpd/trunk/docs/manual: invoking.xml.de invoking.xml.es invoking.xml.ja invoking.xml.ko misc/password_encryptions.html.en misc/password_encryptions.xml

Author: noodl
Date: Mon Aug 20 00:21:41 2007
New Revision: 567574

URL: http://svn.apache.org/viewvc?rev=567574&view=rev
Log:
Add missing id attribute to second section of new password formats page, fix missing newline and buildfluff

Modified:
    httpd/httpd/trunk/docs/manual/invoking.xml.de
    httpd/httpd/trunk/docs/manual/invoking.xml.es
    httpd/httpd/trunk/docs/manual/invoking.xml.ja
    httpd/httpd/trunk/docs/manual/invoking.xml.ko
    httpd/httpd/trunk/docs/manual/misc/password_encryptions.html.en
    httpd/httpd/trunk/docs/manual/misc/password_encryptions.xml

Modified: httpd/httpd/trunk/docs/manual/invoking.xml.de
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/invoking.xml.de?rev=567574&r1=567573&r2=567574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/invoking.xml.de (original)
+++ httpd/httpd/trunk/docs/manual/invoking.xml.de Mon Aug 20 00:21:41 2007
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.de.xsl"?>
-<!-- English Revision: 395228:420990 (outdated) -->
+<!-- English Revision: 395228:567441 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/invoking.xml.es
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/invoking.xml.es?rev=567574&r1=567573&r2=567574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/invoking.xml.es (original)
+++ httpd/httpd/trunk/docs/manual/invoking.xml.es Mon Aug 20 00:21:41 2007
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.es.xsl"?>
-<!-- English Revision: 105989:420990 (outdated) -->
+<!-- English Revision: 105989:567441 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/invoking.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/invoking.xml.ja?rev=567574&r1=567573&r2=567574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/invoking.xml.ja [iso-2022-jp] (original)
+++ httpd/httpd/trunk/docs/manual/invoking.xml.ja [iso-2022-jp] Mon Aug 20 00:21:41 2007
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='iso-2022-jp' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 395228:420990 (outdated) -->
+<!-- English Revision: 395228:567441 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/invoking.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/invoking.xml.ko?rev=567574&r1=567573&r2=567574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/invoking.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/invoking.xml.ko [euc-kr] Mon Aug 20 00:21:41 2007
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 105989:420990 (outdated) -->
+<!-- English Revision: 105989:567441 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/misc/password_encryptions.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/misc/password_encryptions.html.en?rev=567574&r1=567573&r2=567574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/misc/password_encryptions.html.en (original)
+++ httpd/httpd/trunk/docs/manual/misc/password_encryptions.html.en Mon Aug 20 00:21:41 2007
@@ -25,7 +25,7 @@
     Apache.</p>
   </div>
 <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#basic">Basic Authentication</a></li>
-<li><img alt="" src="../images/down.gif" /> Digest Authentication</li>
+<li><img alt="" src="../images/down.gif" /> <a href="#digest">Digest Authentication</a></li>
 </ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
@@ -121,7 +121,7 @@
       <p>The SHA1 variant is probably the most useful format for DBD
       authentication. Since the SHA1-hash and Base64-encoding functions are
       commonly available, other software can populate a database with encrypted
-      passwords which are usable by Apache basic authentication.</p>
+      passwords that are usable by Apache basic authentication.</p>
       
       <p>To create Apache SHA1-variant basic-authentication passwords in various
       languages:</p>
@@ -157,8 +157,8 @@
     
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
-<h2>Digest Authentication</h2>
-    <p>There is only one format which Apache recognizes for
+<h2><a name="digest" id="digest">Digest Authentication</a></h2>
+    <p>There is only one format that Apache recognizes for
     digest-authentication passwords. This format is the MD5 hash of the string
     <code>user:realm:password</code> as a 32-character string of hexadecimal
     digits. <code>realm</code> is the Authorization Realm argument to the
@@ -168,7 +168,7 @@
     <h3>Database password fields for mod_dbd</h3>
       
       <p>Since the MD5-hash function is commonly available, other software can
-      populate a database with encrypted passwords which are usable by Apache
+      populate a database with encrypted passwords that are usable by Apache
       digest authentication.</p>
       
       <p>To create Apache digest-authentication passwords in various

Modified: httpd/httpd/trunk/docs/manual/misc/password_encryptions.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/misc/password_encryptions.xml?rev=567574&r1=567573&r2=567574&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/misc/password_encryptions.xml (original)
+++ httpd/httpd/trunk/docs/manual/misc/password_encryptions.xml Mon Aug 20 00:21:41 2007
@@ -158,7 +158,7 @@
     
   </section>
   
-  <section><title>Digest Authentication</title>
+  <section id="digest"><title>Digest Authentication</title>
     <p>There is only one format that Apache recognizes for
     digest-authentication passwords. This format is the MD5 hash of the string
     <code>user:realm:password</code> as a 32-character string of hexadecimal
@@ -202,4 +202,4 @@
     </section>
   </section>
   
-</manualpage>
\ No newline at end of file
+</manualpage>