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

svn commit: r586787 - in /httpd/httpd/branches/2.2.x/docs/manual: ./ developer/ mod/

Author: erikabele
Date: Sat Oct 20 12:27:26 2007
New Revision: 586787

URL: http://svn.apache.org/viewvc?rev=586787&view=rev
Log:
Transformations.

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/developer/API.html.en
    httpd/httpd/branches/2.2.x/docs/manual/developer/documenting.html.en
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_dbm.html.en
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_dbm.xml.ko
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.html.en
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.xml.ja
    httpd/httpd/branches/2.2.x/docs/manual/upgrading.html.en
    httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml.de
    httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml.ja
    httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml.ko
    httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml.pt-br
    httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml.ru

Modified: httpd/httpd/branches/2.2.x/docs/manual/developer/API.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/developer/API.html.en?rev=586787&r1=586786&r2=586787&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/developer/API.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/developer/API.html.en Sat Oct 20 12:27:26 2007
@@ -820,7 +820,7 @@
     
 
     <h3>Other sorts of resources -- cleanup functions</h3>
-      <p>More text goes here. Describe the the cleanup primitives in terms of
+      <p>More text goes here. Describe the cleanup primitives in terms of
       which the file stuff is implemented; also, <code>spawn_process</code>.</p>
 
       <p>Pool cleanups live until <code>clear_pool()</code> is called:

Modified: httpd/httpd/branches/2.2.x/docs/manual/developer/documenting.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/developer/documenting.html.en?rev=586787&r1=586786&r2=586787&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/developer/documenting.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/developer/documenting.html.en Sat Oct 20 12:27:26 2007
@@ -22,7 +22,7 @@
 </div>
 
     <p>Apache 2.0 uses <a href="http://www.doxygen.org/">Doxygen</a> to
-    document the APIs and global variables in the the code. This will explain
+    document the APIs and global variables in the code. This will explain
     the basics of how to document using Doxygen.</p>
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_dbm.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_dbm.html.en?rev=586787&r1=586786&r2=586787&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_dbm.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_dbm.html.en Sat Oct 20 12:27:26 2007
@@ -122,7 +122,7 @@
     directive explicitly to <code>Off</code> allows group authorization
     to be passed on to lower level modules (as defined in the
     <code>modules.c</code> file) if there is no group found
-    for the the supplied userID. If there are any groups
+    for the supplied userID. If there are any groups
     specified, the usual checks will be applied and a failure will
     give an Authentication Required reply.</p>
 

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_dbm.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_dbm.xml.ko?rev=586787&r1=586786&r2=586787&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_dbm.xml.ko [euc-kr] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_dbm.xml.ko [euc-kr] Sat Oct 20 12:27:26 2007
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 111480:421100 (outdated) -->
+<!-- English Revision: 111480:586771 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.html.en?rev=586787&r1=586786&r2=586787&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.html.en Sat Oct 20 12:27:26 2007
@@ -507,7 +507,7 @@
     <p>The status code and message are the usual HTTP things
     (e.g. <code>200</code> and <code>OK</code>). The response header names are
     encoded the same way the request header names are. See header_encoding above
-    for details about how the the codes are distinguished from the strings.<br />
+    for details about how the codes are distinguished from the strings.<br />
     The codes for common headers are:</p>
     <table>
       <tr><td>Name</td><td>Code value</td></tr>

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.xml.ja?rev=586787&r1=586786&r2=586787&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.xml.ja [iso-2022-jp] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_ajp.xml.ja [iso-2022-jp] Sat Oct 20 12:27:26 2007
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 421100:562266 (outdated) -->
+<!-- English Revision: 421100:586771 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.2.x/docs/manual/upgrading.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/upgrading.html.en?rev=586787&r1=586786&r2=586787&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/upgrading.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/upgrading.html.en Sat Oct 20 12:27:26 2007
@@ -143,7 +143,7 @@
     
 
    <p>Many third-party modules designed for version 2.0 will work
-   unchanged with the the Apache HTTP Server version 2.2.  But all
+   unchanged with the Apache HTTP Server version 2.2.  But all
    modules must be recompiled before being loaded.</p>
 
   </div></div>

Modified: httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml.de
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml.de?rev=586787&r1=586786&r2=586787&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml.de (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml.de Sat Oct 20 12:27:26 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: 333065:558492 (outdated) -->
+<!-- English Revision: 333065:586771 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml.ja?rev=586787&r1=586786&r2=586787&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml.ja [iso-2022-jp] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml.ja [iso-2022-jp] Sat Oct 20 12:27:26 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: 151408:558492 (outdated) -->
+<!-- English Revision: 151408:586771 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml.ko?rev=586787&r1=586786&r2=586787&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml.ko [euc-kr] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml.ko [euc-kr] Sat Oct 20 12:27:26 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: 151408:558492 (outdated) -->
+<!-- English Revision: 151408:586771 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml.pt-br
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml.pt-br?rev=586787&r1=586786&r2=586787&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml.pt-br (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml.pt-br Sat Oct 20 12:27:26 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.pt-br.xsl"?>
-<!-- English Revision: 151408:558492 (outdated) -->
+<!-- English Revision: 151408:586771 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml.ru
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml.ru?rev=586787&r1=586786&r2=586787&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml.ru [koi8-r] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/upgrading.xml.ru [koi8-r] Sat Oct 20 12:27:26 2007
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='KOI8-R' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ru.xsl"?>
-<!-- English Revision: 96997:558492 (outdated) -->
+<!-- English Revision: 96997:586771 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more