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

svn commit: r1178089 [10/12] - in /httpd/httpd/trunk/docs/manual: ./ developer/ howto/ misc/ mod/ platform/ programs/ rewrite/ ssl/ vhosts/

Modified: httpd/httpd/trunk/docs/manual/new_features_2_4.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_4.html.en?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/new_features_2_4.html.en (original)
+++ httpd/httpd/trunk/docs/manual/new_features_2_4.html.en Sat Oct  1 20:57:36 2011
@@ -41,11 +41,11 @@
       <dt>KeepAliveTimeout in milliseconds</dt>
       <dd>It is now possible to specify <code class="directive"><a href="./mod/core.html#keepalivetimeout">KeepAliveTimeout</a></code> in milliseconds.
       </dd>
- 
+
       <dt>Loadable MPMs</dt>
-      <dd>Multiple MPMs can now be built as loadable modules at compile time.  
+      <dd>Multiple MPMs can now be built as loadable modules at compile time.
       The MPM of choice can be configured at run time.</dd>
- 
+
       <dt>Per-module and per-directory LogLevel configuration</dt>
       <dd>The <code class="directive"><a href="./mod/core.html#loglevel">LogLevel</a></code> can now be
       configured per module and per directory.  New levels <code>trace1</code>
@@ -54,13 +54,13 @@
 
       <dt>Event MPM</dt>
       <dd>The Event MPM is no longer experimental but is now fully supported.</dd>
- 
+
       <dt>Asynchronous support</dt>
       <dd>Better support for asynchronous read/write for supporting MPMs and
       platforms.</dd>
 
       <dt>Per-request configuration sections</dt>
-      <dd>&lt;<code class="directive"><a href="./mod/core.html#if">If</a></code>&gt; sections can be used to 
+      <dd>&lt;<code class="directive"><a href="./mod/core.html#if">If</a></code>&gt; sections can be used to
       set the configuration based on per-request criteria</dd>
 
       <dt>NameVirtualHost directive</dt>
@@ -83,7 +83,7 @@
       <dd>Convert response body into an RFC2397 data URL</dd>
 
       <dt><code class="module"><a href="./mod/mod_lua.html">mod_lua</a></code></dt>
-      <dd>Embeds the <a href="http://www.lua.org/">Lua</a> language into httpd, 
+      <dd>Embeds the <a href="http://www.lua.org/">Lua</a> language into httpd,
       for configuration and small business logic functions.</dd>
 
       <dt><code class="module"><a href="./mod/mod_proxy_express.html">mod_proxy_express</a></code></dt>
@@ -132,14 +132,14 @@
       certificate.  The default responder is configurable, along with
       the decision on whether to prefer the responder designated in
       the client certificate itself.</dd>
-      
-      <dd><code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code> now also supports OCSP stapling, where the 
-      server pro-actively obtains an OCSP verification of its certificate and 
+
+      <dd><code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code> now also supports OCSP stapling, where the
+      server pro-actively obtains an OCSP verification of its certificate and
       transmits that to the client during the handshake. </dd>
-      
-      <dd><code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code> can now be configured to share SSL Session 
+
+      <dd><code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code> can now be configured to share SSL Session
       data between servers through memcached</dd>
- 
+
       <dt><code class="module"><a href="./mod/mod_proxy.html">mod_proxy</a></code></dt>
 
       <dd>The <code class="directive"><a href="./mod/mod_proxy.html#proxypass">ProxyPass</a></code> directive
@@ -185,7 +185,7 @@
 
       <dt><code class="module"><a href="./mod/mod_cgi.html">mod_cgi</a></code>, <code class="module"><a href="./mod/mod_include.html">mod_include</a></code>,
           <code class="module"><a href="./mod/mod_isapi.html">mod_isapi</a></code>, ...</dt>
-      <dd>Translation of headers to environment variables is more strict than 
+      <dd>Translation of headers to environment variables is more strict than
       before to mitigate some possible cross-site-scripting attacks via header
       injection. Headers containing invalid characters (including underscores)
       are now silently dropped. <a href="env.html">Environment Variables
@@ -254,7 +254,7 @@
           <code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code>.</dd>
 
       <dt>Authorization Logic Containers</dt>
-      
+
       <dd>Authorization modules now register as a provider, via
       ap_register_auth_provider(), to support advanced authorization logic,
       such as <code class="directive"><a href="./mod/mod_authz_core.html#requireall">&lt;RequireAll&gt;</a></code>.</dd>
@@ -269,7 +269,7 @@
       supported.</dd>
 
       <dt>Cache Status Hook Added</dt>
-      
+
       <dd>The <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code> module now includes a new
       <code>cache_status</code> hook, which is called when the caching
       decision becomes known. A default implementation is provided

Modified: httpd/httpd/trunk/docs/manual/new_features_2_4.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_4.html.fr?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/new_features_2_4.html.fr (original)
+++ httpd/httpd/trunk/docs/manual/new_features_2_4.html.fr Sat Oct  1 20:57:36 2011
@@ -45,7 +45,7 @@ serveur HTTP Apache</h1>
       <dd>La directive <code class="directive"><a href="./mod/core.html#keepalivetimeout">KeepAliveTimeout</a></code> permet dorénavant de
       préciser une durée de vie en millisecondes.
       </dd>
- 
+
       <dt>Modules multiprocessus (MPMs) chargeables</dt>
       <dd>On peut maintenant compiler plusieurs MPMs en tant que modules
       chargeables. Le choix du MPM à utiliser s'effectue à
@@ -61,7 +61,7 @@ serveur HTTP Apache</h1>
       <dt>MPM Event</dt>
       <dd>Le MPM Event est sorti du stade expérimental et est
       maintenant pleinement supporté.</dd>
- 
+
       <dt>Support du mode asynchrone</dt>
       <dd>Le support des lectures/écritures asynchrones pour les MPMs et
       les plateformes qui l'implémentent a été amélioré.</dd>
@@ -73,7 +73,7 @@ serveur HTTP Apache</h1>
 
       <dt>NameVirtualHost directive</dt>
       <dd>Cette directive obsolète n'est plus utile.</dd>
- 
+
     </dl>
   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section">
@@ -157,18 +157,18 @@ serveur HTTP Apache</h1>
 	l'estampillage OCSP (OCSP stapling), qui permet au serveur
 	d'attester la validité de son certificat auprès du client au
 	cours de la phase de négociation de la connexion.</dd>
-      
+
       <dd>Enfin, <code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code> peut maintenant être configuré pour
       que celui-ci partage les données de session SSL entre les serveurs
       via memcached.</dd>
- 
+
       <dt><code class="module"><a href="./mod/mod_proxy.html">mod_proxy</a></code></dt>
 
       <dd>La directive <code class="directive"><a href="./mod/mod_proxy.html#proxypass">ProxyPass</a></code> est maintenant configurée
       de manière optimale dans les sections <code class="directive"><a href="./mod/core.html#location">Location</a></code> ou <code class="directive"><a href="./mod/core.html#locationmatch">LocationMatch</a></code>, et offre un gain de
       performances important par rapport à la syntaxe traditionnelle à
       deux paramètres lorsqu'elle est présente en grand nombre.</dd>
- 
+
       <dt><code class="module"><a href="./mod/mod_proxy_balancer.html">mod_proxy_balancer</a></code></dt>
 
       <dd>Le gestionnaire de répartition de charge propose de nouvelles
@@ -240,7 +240,7 @@ serveur HTTP Apache</h1>
       des drapeaux <code>[QSD]</code> (Query String Discard) et
       <code>[END]</code> qui permettent de simplifier les scénarios de
       réécriture courants.</dd>
-      
+
     </dl>
   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section">
@@ -286,7 +286,7 @@ serveur HTTP Apache</h1>
       l'analyseur qu'on trouvait auparavant dans <code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code>.</dd>
 
       <dt>Conteneurs de logique d'autorisation</dt>
-      
+
       <dd>Afin de fournir une logique d'autorisation avancée via des
       directives telles que <code class="directive"><a href="./mod/mod_authz_core.html#requireall">&lt;RequireAll&gt;</a></code>, les modules d'autorisation
       s'enregistrent maintenant en tant
@@ -304,7 +304,7 @@ serveur HTTP Apache</h1>
       distribués de type memcache.</dd>
 
       <dt>Ajout du point d'ancrage Cache Status</dt>
-      
+
       <dd>Le module <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code> inclut maintenant un
       nouveau point d'ancrage, <code>cache_status</code>, qui est appelé
       lorsque la décision à propos de la mise en cache est connue. Il en
@@ -312,7 +312,7 @@ serveur HTTP Apache</h1>
       optionnels <code>X-Cache</code> et <code>X-Cache-Detail</code> à
       la réponse.</dd>
 
-      
+
     </dl>
     <p>La documentation du développeur contient une <a href="developer/new_api_2_4.html">liste détaillée des modifications
     de l'API</a>.</p>

Modified: httpd/httpd/trunk/docs/manual/platform/netware.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/platform/netware.html.en?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/platform/netware.html.en (original)
+++ httpd/httpd/trunk/docs/manual/platform/netware.html.en Sat Oct  1 20:57:36 2011
@@ -58,9 +58,9 @@
 
     
 
-    <p>Apache 2.0 is designed to run on NetWare 6.0 service pack 3 
+    <p>Apache 2.0 is designed to run on NetWare 6.0 service pack 3
     and above. If you are running a service pack less
-    than SP3, you must install the latest 
+    than SP3, you must install the latest
     <a href="http://developer.novell.com/ndk/libc.htm">NetWare Libraries
     for C (LibC)</a>.</p>
 
@@ -69,7 +69,7 @@
     <p>Apache 2.0 for NetWare can also be run in a NetWare 5.1 environment
     as long as the latest service pack or the latest version
     of the <a href="http://developer.novell.com/ndk/libc.htm">NetWare Libraries
-    for C (LibC)</a> has been installed .  <strong>WARNING:</strong> Apache 2.0 
+    for C (LibC)</a> has been installed .  <strong>WARNING:</strong> Apache 2.0
     for NetWare has not been targeted for or tested in this environment.</p>
 
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -83,7 +83,7 @@
     will list the current release, any more recent alpha or
     beta-test releases, together with details of mirror web and
     anonymous ftp sites. Binary builds of the latest releases of
-    Apache 2.0 for NetWare can be downloaded from 
+    Apache 2.0 for NetWare can be downloaded from
     <a href="http://www.apache.org/dist/httpd/binaries/netware">here</a>.</p>
 
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -93,7 +93,7 @@
     
 
     <p>There is no Apache install program for NetWare currently. If you
-    are building Apache 2.0 for NetWare from source, you will need to 
+    are building Apache 2.0 for NetWare from source, you will need to
     copy the files over to the server manually.</p>
 
     <p>Follow these steps to install Apache on NetWare from the
@@ -127,7 +127,7 @@
       <li>Create a directory under <code>SYS:/APACHE2</code>
       called <code>BIN</code></li>
 
-      <li>Copy <code>HTDIGEST.NLM</code>, <code>HTPASSWD.NLM</code>, 
+      <li>Copy <code>HTDIGEST.NLM</code>, <code>HTPASSWD.NLM</code>,
       <code>HTDBM.NLM</code>, <code>LOGRES.NLM</code>, <code>ROTLOGS.NLM</code>
       to <code>SYS:/APACHE2/BIN</code></li>
 
@@ -138,7 +138,7 @@
       <code>SYS:/APACHE2/CONF</code> directory and rename to
       <code>HTTPD.CONF</code></li>
 
-      <li>Copy the <code>MIME.TYPES</code>, <code>CHARSET.CONV</code> and 
+      <li>Copy the <code>MIME.TYPES</code>, <code>CHARSET.CONV</code> and
       <code>MAGIC</code> files to <code>SYS:/APACHE2/CONF</code> directory</li>
 
       <li>Copy all files and subdirectories in <code>\HTTPD-2.0\DOCS\ICONS</code>
@@ -174,9 +174,9 @@
     <p>Apache may be installed to other volumes besides the default <code>SYS</code> volume.</p>
 
     <p>During the build process, adding the keyword "install" to the makefile command line
-    will automatically produce a complete distribution package under the subdirectory 
-    <code>DIST</code>. Install Apache by simply copying the distribution that was produced 
-    by the makfiles to the root of a NetWare volume (see: <a href="#comp">Compiling Apache for 
+    will automatically produce a complete distribution package under the subdirectory
+    <code>DIST</code>. Install Apache by simply copying the distribution that was produced
+    by the makfiles to the root of a NetWare volume (see: <a href="#comp">Compiling Apache for
     NetWare</a> below).</p>
 
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -277,7 +277,7 @@
 
     <p>Apache 2.0 for NetWare includes a set of command line directives that can
     be used to modify or display information about the running instance of the
-    web server. These directives are only available while Apache is running. Each 
+    web server. These directives are only available while Apache is running. Each
     of these directives must be preceded by the keyword <code>APACHE2</code>.</p>
 
     <dl>
@@ -299,7 +299,7 @@
 
       <dt>SETTINGS</dt>
       <dd>Enables or disables the thread status display
-      on the console. When enabled, the state of each running threads is displayed 
+      on the console. When enabled, the state of each running threads is displayed
       on the Apache console screen.</dd>
 
       <dt>SHUTDOWN</dt>
@@ -322,7 +322,7 @@
     
 
     <p>Apache is configured by reading configuration files usually stored
-    in the <code>conf</code> directory. These are the same as files used 
+    in the <code>conf</code> directory. These are the same as files used
     to configure the Unix version, but there are a few different directives for
     Apache on NetWare. See the <a href="../">Apache
     documentation</a> for all the available directives.</p>
@@ -370,11 +370,11 @@
       </li>
 
       <li>
-        <p>The directives that accept filenames as arguments must use 
-        NetWare filenames instead of Unix names. However, because Apache 
-        uses Unix-style names internally, forward slashes must be used 
-        rather than backslashes. It is recommended that all rooted file paths 
-        begin with a volume name. If omitted, Apache will assume the 
+        <p>The directives that accept filenames as arguments must use
+        NetWare filenames instead of Unix names. However, because Apache
+        uses Unix-style names internally, forward slashes must be used
+        rather than backslashes. It is recommended that all rooted file paths
+        begin with a volume name. If omitted, Apache will assume the
         <code>SYS:</code> volume which may not be correct.</p>
       </li>
 
@@ -425,8 +425,8 @@
 
     
 
-    <p>Compiling Apache requires MetroWerks CodeWarrior 6.x or higher. Once 
-    Apache has been built, it can be installed to the root of any NetWare 
+    <p>Compiling Apache requires MetroWerks CodeWarrior 6.x or higher. Once
+    Apache has been built, it can be installed to the root of any NetWare
     volume. The default is the <code>sys:/Apache2</code> directory.</p>
 
     <p>Before running the server you must fill out the <code>conf</code>
@@ -495,7 +495,7 @@
         for example:
         <div class="example"><p><code>Set ZLIBSDK=D:\NOVELL\zlib</code></p></div>
         </li>
-        
+
         <li>Set the environment variable <code>PCRESDK</code> to the location
         where you installed the source code for the PCRE Library, for example:
         <div class="example"><p><code>Set PCRESDK=D:\NOVELL\pcre</code></p></div>
@@ -527,11 +527,11 @@
 
         <li>Change directory to <code>\httpd-2.0</code> and build the prebuild utilities
         by running "<code>gmake -f nwgnumakefile prebuild</code>". This target will create
-        the directory <code>\httpd-2.0\nwprebuild</code> and copy each of the utilities 
+        the directory <code>\httpd-2.0\nwprebuild</code> and copy each of the utilities
         to this location that are necessary to complete the following build steps.
         </li>
 
-        <li>Copy the files <code>\httpd-2.0\nwprebuild\GENCHARS.nlm</code> and 
+        <li>Copy the files <code>\httpd-2.0\nwprebuild\GENCHARS.nlm</code> and
         <code>\httpd-2.0\nwprebuild\DFTABLES.nlm</code> to the <code>SYS:</code> volume of a
         NetWare server and run them using the following commands:
           <div class="example"><p><code>
@@ -589,7 +589,7 @@
       
 
       <ul>
-        <li>To build all of the experimental modules, set the environment 
+        <li>To build all of the experimental modules, set the environment
         variable <code>EXPERIMENTAL</code>:
         <div class="example"><p><code>Set EXPERIMENTAL=1</code></p></div>
         </li>
@@ -607,14 +607,14 @@
 
       
 
-      <p>By default Apache for NetWare uses the built-in module 
+      <p>By default Apache for NetWare uses the built-in module
       <code class="module"><a href="../mod/mod_nw_ssl.html">mod_nw_ssl</a></code> to provide SSL services.  This module
       simply enables the native SSL services implemented in NetWare OS
       to handle all encryption for a given port.  Alternatively, mod_ssl
       can also be used in the same manner as on other platforms.</p>
 
       <p>Before mod_ssl can be built for the NetWare platform, the OpenSSL
-      libraries must be provided.  This can be done through the following 
+      libraries must be provided.  This can be done through the following
       steps:</p>
 
       <ul>
@@ -623,8 +623,8 @@
           page (older 0.9.7 versions need to be patched and are therefore not
           recommended).</li>
 
-          <li>Edit the file <code>NetWare/set_env.bat</code> and modify any 
-          tools and utilities paths so that they correspond to your build 
+          <li>Edit the file <code>NetWare/set_env.bat</code> and modify any
+          tools and utilities paths so that they correspond to your build
           environment.</li>
 
           <li>From the root of the OpenSSL source directory, run the following
@@ -635,7 +635,7 @@
           </code></p></div>
           For performance reasons you should enable to build with ASM code.
           Download NASM from the <a href="http://nasm.sourceforge.net/">SF site</a>.
-          Then configure OpenSSL to use ASM code: 
+          Then configure OpenSSL to use ASM code:
           <div class="example"><p><code>
               Netware\build netware-libc nw-nasm enable-mdc2 enable-md5
           </code></p></div>

Modified: httpd/httpd/trunk/docs/manual/platform/netware.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/platform/netware.xml.ko?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/platform/netware.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/platform/netware.xml.ko [euc-kr] Sat Oct  1 20:57:36 2011
@@ -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:1021924 (outdated) -->
+<!-- English Revision: 105989:1174747 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/platform/win_compiling.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/platform/win_compiling.html.en?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/platform/win_compiling.html.en (original)
+++ httpd/httpd/trunk/docs/manual/platform/win_compiling.html.en Sat Oct  1 20:57:36 2011
@@ -100,7 +100,7 @@
         a newer or different version of the Platform SDK.</p>
 
         <p>To use Visual C++ 6.0 or 7.0 (Studio 2000 .NET), the Platform SDK
-        environment must be prepared using the <code>setenv.bat</code> 
+        environment must be prepared using the <code>setenv.bat</code>
         script (installed by the Platform SDK) before starting the command
         line build or launching the msdev/devenv GUI environment.  Installing
         the Platform SDK for Visual Studio Express versions (2003 and later)
@@ -117,7 +117,7 @@
 
         <p>Several steps recommended here require a perl interpreter during
         the build preparation process, but it is otherwise not required.</p>
- 
+
         <p>To install Apache within the build system, several files are
         modified using the <code>awk.exe</code> utility. awk was chosen since
         it is a very small download (compared with Perl or WSH/VB) and
@@ -141,12 +141,12 @@
         awk.exe is in your system path.</div>
 
         <div class="note">Also note that if you are using Cygwin tools
-        (<a href="http://www.cygwin.com/">http://www.cygwin.com/</a>) 
-        the awk utility is named <code>gawk.exe</code> and that the file 
+        (<a href="http://www.cygwin.com/">http://www.cygwin.com/</a>)
+        the awk utility is named <code>gawk.exe</code> and that the file
         <code>awk.exe</code> is really a symlink to the <code>gawk.exe</code>
-        file. The Windows command shell does not recognize symlinks, and 
-        because of this building InstallBin will fail. A workaround is 
-        to delete <code>awk.exe</code> from the cygwin installation and 
+        file. The Windows command shell does not recognize symlinks, and
+        because of this building InstallBin will fail. A workaround is
+        to delete <code>awk.exe</code> from the cygwin installation and
         copy <code>gawk.exe</code> to <code>awk.exe</code>.  Also note the
         cygwin/mingw ports of gawk 3.0.x were buggy, please upgrade to 3.1.x
         before attempting to use any gawk port.</div>
@@ -156,9 +156,9 @@
         <p>[Optional] zlib library (for <code class="module"><a href="../mod/mod_deflate.html">mod_deflate</a></code>)</p>
 
         <p>Zlib must be installed into a <code>srclib</code> subdirectory named
-        <code>zlib</code>.  This must be built in-place.  Zlib can be obtained 
+        <code>zlib</code>.  This must be built in-place.  Zlib can be obtained
         from <a href="http://www.zlib.net/">http://www.zlib.net/</a> -- the
-        <code class="module"><a href="../mod/mod_deflate.html">mod_deflate</a></code> is confirmed to work correctly with 
+        <code class="module"><a href="../mod/mod_deflate.html">mod_deflate</a></code> is confirmed to work correctly with
         version 1.2.3.</p>
 
         <div class="example"><p><code>
@@ -177,22 +177,22 @@
         software.  BEFORE using any encryption software, please check your
         country's laws, regulations and policies concerning the import,
         possession, or use, and re-export of encryption software, to see
-        if this is permitted.  See 
+        if this is permitted.  See
         <a href="http://www.wassenaar.org/">http://www.wassenaar.org/</a>
         for more information.</div>
 
         <p>Configuring and building OpenSSL requires perl to be installed.</p>
 
-        <p>OpenSSL must be installed into a <code>srclib</code> subdirectory 
-        named <code>openssl</code>, obtained from 
-        <a href="http://www.openssl.org/source/">http://www.openssl.org/source/</a>, in order to compile 
+        <p>OpenSSL must be installed into a <code>srclib</code> subdirectory
+        named <code>openssl</code>, obtained from
+        <a href="http://www.openssl.org/source/">http://www.openssl.org/source/</a>, in order to compile
         <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> or the <code>abs.exe</code> project, which
-        is ab.c with SSL support enabled.  To prepare OpenSSL to be linked 
+        is ab.c with SSL support enabled.  To prepare OpenSSL to be linked
         to Apache mod_ssl or abs.exe, and disable patent encumbered features
         in OpenSSL,  you might use the following build commands:</p>
 
         <div class="example"><p><code>
-          perl Configure no-rc5 no-idea enable-mdc2 enable-zlib VC-WIN32 
+          perl Configure no-rc5 no-idea enable-mdc2 enable-zlib VC-WIN32
                -Ipath/to/srclib/zlib -Lpath/to/srclib/zlib<br />
           ms\do_masm.bat<br />
           nmake -f ms\ntdll.mak
@@ -203,7 +203,7 @@
         load the zlib dll.  Note the suggested patch enables the -L flag to
         work with windows builds, corrects the name of zdll.lib and ensures
         .pdb files are generated for troubleshooting.  If the assembler is
-        not installed, you would add no-asm above and use ms\do_ms.bat 
+        not installed, you would add no-asm above and use ms\do_ms.bat
         instead of the ms\do_masm.bat script.</div>
       </li>
 
@@ -266,7 +266,7 @@
     step the code to find bugs and track down problems.</p>
 
     <p>You can add your apr-util dbd and dbm provider choices with the
-    additional make (environment) variables DBD_LIST and DBM_LIST, 
+    additional make (environment) variables DBD_LIST and DBM_LIST,
     see the comments about [Optional] Database libraries, above.
     Review the initial comments in Makefile.win for additional options
     that can be provided when invoking the build.</p>
@@ -318,7 +318,7 @@
 
     <p>Visual Studio 2002 (.NET) and later users should also use the Build
     menu, Configuration Manager dialog to uncheck both the <code>Debug</code>
-    and <code>Release</code> Solution modules <code>abs</code>, 
+    and <code>Release</code> Solution modules <code>abs</code>,
     <code class="module"><a href="../mod/mod_deflate.html">mod_deflate</a></code> and <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> components, as
     well as every component starting with <code>apr_db*</code>.  These modules
     are built by invoking <code>nmake</code>, or the IDE directly with the
@@ -339,8 +339,8 @@
     <code class="module"><a href="../mod/mod_deflate.html">mod_deflate</a></code>.  The .mak files also support a broader
     range of C++ tool chain distributions, such as Visual Studio Express.</p>
 
-    <p>You must first build all projects in order to create all dynamic 
-    auto-generated targets, so that dependencies can be parsed correctly. 
+    <p>You must first build all projects in order to create all dynamic
+    auto-generated targets, so that dependencies can be parsed correctly.
     Build the entire project from within the Visual Studio 6.0 (98) IDE,
     using the <code>BuildAll</code> target, then use the Project Menu Export
     for all makefiles (checking on "with dependencies".)  Run the following
@@ -363,7 +363,7 @@
     a <code>sysincl.dat</code> file, which lists all exceptions.  Update
     this file (including both forward and backslashed paths, such as both
     <code>sys/time.h</code> and <code>sys\time.h</code>) to ignore such
-    newer dependencies.  Including local-install paths in a distributed 
+    newer dependencies.  Including local-install paths in a distributed
     <code>.mak</code> file will cause the build to fail completely.</p>
 
     <p>If you contribute back a patch that revises project files, we

Modified: httpd/httpd/trunk/docs/manual/platform/win_compiling.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/platform/win_compiling.xml.ko?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/platform/win_compiling.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/platform/win_compiling.xml.ko [euc-kr] Sat Oct  1 20:57:36 2011
@@ -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:1029865 (outdated) -->
+<!-- English Revision: 105989:1174747 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/platform/windows.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/platform/windows.html.en?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/platform/windows.html.en (original)
+++ httpd/httpd/trunk/docs/manual/platform/windows.html.en Sat Oct  1 20:57:36 2011
@@ -25,7 +25,7 @@
     <p>This document explains how to install, configure and run
     Apache 2.3 under Microsoft Windows.  If you have questions after
     reviewing the documentation (and any event and error logs), you
-    should consult the peer-supported 
+    should consult the peer-supported
     <a href="http://httpd.apache.org/userslist.html">users' mailing
     list</a>.</p>
 
@@ -78,7 +78,7 @@
 
     <p>There is a choice between an *-openssl-*.msi flavor and
     a *-no_ssl.msi flavor.  The *-openssl-*.msi flavor is distributed
-    by the Apache Software Foundation under ECCN 5D002 pursuant to 
+    by the Apache Software Foundation under ECCN 5D002 pursuant to
     US Export Law license exception TSU.  This law may or may not
     apply to your circumstance, please review the httpd README as
     well as the <a href="http://www.apache.org/licenses/exports/">ASF
@@ -139,7 +139,7 @@
 
       <li><p><strong>Where to install.</strong> The default path is
       <code>C:\Program Files\Apache Software Foundation</code>
-      under which a directory called 
+      under which a directory called
       <code>Apache2.3</code> will be created by default.</p></li>
     </ol>
 
@@ -189,7 +189,7 @@
 
     <p>The installation options above can be customized by users familiar
     with msiexec.exe options and silent installation.  The actual installer
-    sources are available in the httpd/httpd/win32-msi/ tree of the httpd 
+    sources are available in the httpd/httpd/win32-msi/ tree of the httpd
     project subversion respository.  For reference, some of the more common
     variables which may be modified are;</p>
 
@@ -211,7 +211,7 @@
       <li><code>SetupType</code> (default "Typical")</li>
     </ul>
 
-    <p>The installation level of various features, which may be individually 
+    <p>The installation level of various features, which may be individually
     toggled, include;</p>
 
     <ul>
@@ -273,7 +273,7 @@
       <li><p>The directives that accept filenames as arguments must use
       Windows filenames instead of Unix ones. However, because Apache
       may interpret backslashes as an "escape character" sequence, you
-      should consistently use forward slashes in path names, not 
+      should consistently use forward slashes in path names, not
       backslashes.  Drive letters can be used; if omitted, the drive
       of the SystemRoot directive (or -d command line option) becomes
       the default.</p></li>

Modified: httpd/httpd/trunk/docs/manual/platform/windows.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/platform/windows.xml.ko?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/platform/windows.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/platform/windows.xml.ko [euc-kr] Sat Oct  1 20:57:36 2011
@@ -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:1043126 (outdated) -->
+<!-- English Revision: 105989:1174747 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/programs/apachectl.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/apachectl.html.en?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/apachectl.html.en (original)
+++ httpd/httpd/trunk/docs/manual/programs/apachectl.html.en Sat Oct  1 20:57:36 2011
@@ -123,9 +123,9 @@ restart to make sure Apache doesn't die.
 
 <dt><code>graceful-stop</code></dt>
 
-<dd>Gracefully stops the Apache <code class="program"><a href="../programs/httpd.html">httpd</a></code> daemon.  
-This differs from a normal stop in that currently open connections are not 
-aborted.  A side effect is that old log files will not be closed immediately. 
+<dd>Gracefully stops the Apache <code class="program"><a href="../programs/httpd.html">httpd</a></code> daemon.
+This differs from a normal stop in that currently open connections are not
+aborted.  A side effect is that old log files will not be closed immediately.
 This is equivalent to <code>apachectl -k graceful-stop</code>.</dd>
 
 <dt><code>configtest</code></dt>

Modified: httpd/httpd/trunk/docs/manual/programs/apachectl.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/apachectl.html.tr.utf8?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/apachectl.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/programs/apachectl.html.tr.utf8 [utf-8] Sat Oct  1 20:57:36 2011
@@ -22,6 +22,7 @@
 <a href="../ko/programs/apachectl.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/programs/apachectl.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
 
     <p><code><strong>apachectl</strong></code> Apache Hiper Metin Aktarım
       Protokolü (HTTP) sunucusu için bir denetim aracıdır. Sistem

Modified: httpd/httpd/trunk/docs/manual/programs/apachectl.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/apachectl.xml.ko?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/apachectl.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/programs/apachectl.xml.ko [euc-kr] Sat Oct  1 20:57:36 2011
@@ -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:1174747 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/programs/apachectl.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/apachectl.xml.meta?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/apachectl.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/programs/apachectl.xml.meta Sat Oct  1 20:57:36 2011
@@ -9,6 +9,6 @@
   <variants>
     <variant>en</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/trunk/docs/manual/programs/apachectl.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/apachectl.xml.tr?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/apachectl.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/programs/apachectl.xml.tr [utf-8] Sat Oct  1 20:57:36 2011
@@ -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.tr.xsl"?>
-<!-- English Revision: 420990 -->
+<!-- English Revision: 420990:1174747 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>

Modified: httpd/httpd/trunk/docs/manual/programs/apxs.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/apxs.html.en?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/apxs.html.en (original)
+++ httpd/httpd/trunk/docs/manual/programs/apxs.html.en Sat Oct  1 20:57:36 2011
@@ -132,12 +132,12 @@
     <h3><a name="options.query" id="options.query">Query Options</a></h3>
       <dl>
       <dt><code>-q</code></dt>
-      <dd>Performs a query for variables and environment settings used to 
-      build <code>httpd</code>.  When invoked without <var>query</var> parameters, 
-      it prints all known variables and their values.  The optional <code>-v</code> 
+      <dd>Performs a query for variables and environment settings used to
+      build <code>httpd</code>.  When invoked without <var>query</var> parameters,
+      it prints all known variables and their values.  The optional <code>-v</code>
       parameter formats the list output.
 
-      <p>Use this to manually determine settings used to build the 
+      <p>Use this to manually determine settings used to build the
       <code>httpd</code> that will load your module.  For instance use</p>
       <div class="example"><p><code>
         INC=-I`apxs -q INCLUDEDIR`

Modified: httpd/httpd/trunk/docs/manual/programs/apxs.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/apxs.html.tr.utf8?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/apxs.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/programs/apxs.html.tr.utf8 [utf-8] Sat Oct  1 20:57:36 2011
@@ -22,6 +22,7 @@
 <a href="../ko/programs/apxs.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/programs/apxs.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
 
     <p><code><strong>apxs</strong></code>, Apache Hiper Metin Aktarım
      Protokolü (HTTP) sunucusu için ek modül derleme ve kurulum aracıdır. Bu

Modified: httpd/httpd/trunk/docs/manual/programs/apxs.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/apxs.xml.ko?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/apxs.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/programs/apxs.xml.ko [euc-kr] Sat Oct  1 20:57:36 2011
@@ -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:502323 (outdated) -->
+<!-- English Revision: 105989:1174747 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/programs/apxs.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/apxs.xml.meta?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/apxs.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/programs/apxs.xml.meta Sat Oct  1 20:57:36 2011
@@ -9,6 +9,6 @@
   <variants>
     <variant>en</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/trunk/docs/manual/programs/apxs.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/apxs.xml.tr?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/apxs.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/programs/apxs.xml.tr [utf-8] Sat Oct  1 20:57:36 2011
@@ -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.tr.xsl"?>
-<!-- English Revision: 502323 -->
+<!-- English Revision: 502323:1174747 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>

Modified: httpd/httpd/trunk/docs/manual/programs/configure.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/configure.html.en?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/configure.html.en (original)
+++ httpd/httpd/trunk/docs/manual/programs/configure.html.en Sat Oct  1 20:57:36 2011
@@ -329,7 +329,7 @@
       <dl>
         <dt><code>--with-mpm=MPM</code></dt>
         <dd>
-          <p>Choose the default MPM for your server.  If MPMs are built as DSO 
+          <p>Choose the default MPM for your server.  If MPMs are built as DSO
             modules (see <code>--enable-mpms-shared</code>), this directive
             selects the MPM which will be loaded in the default configuration
             file.  Otherwise, this directive selects the only available MPM,

Modified: httpd/httpd/trunk/docs/manual/programs/configure.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/configure.xml.ko?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/configure.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/programs/configure.xml.ko [euc-kr] Sat Oct  1 20:57:36 2011
@@ -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:1037244 (outdated) -->
+<!-- English Revision: 105989:1174747 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/programs/configure.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/configure.xml.tr?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/configure.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/programs/configure.xml.tr [utf-8] Sat Oct  1 20:57:36 2011
@@ -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.tr.xsl"?>
-<!-- English Revision: 804977:1037244 (outdated) -->
+<!-- English Revision: 804977:1174747 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>

Modified: httpd/httpd/trunk/docs/manual/programs/dbmmanage.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/dbmmanage.html.en?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/dbmmanage.html.en (original)
+++ httpd/httpd/trunk/docs/manual/programs/dbmmanage.html.en Sat Oct  1 20:57:36 2011
@@ -108,27 +108,27 @@
       <dt><code>add</code></dt>
       <dd>Adds an entry for <var>username</var> to <var>filename</var> using the
       encrypted password <var>encpasswd</var>.
-      
+
       <div class="example"><p><code>dbmmanage passwords.dat add rbowen foKntnEF3KSXA</code></p></div>
       </dd>
 
       <dt><code>adduser</code></dt>
       <dd>Asks for a password and then adds an entry for <var>username</var> to
       <var>filename</var>.
-      
+
       <div class="example"><p><code>dbmmanage passwords.dat adduser krietz</code></p></div>
       </dd>
 
       <dt><code>check</code></dt>
       <dd>Asks for a password and then checks if <var>username</var> is in
       <var>filename</var> and if it's password matches the specified one.
-      
+
       <div class="example"><p><code>dbmmanage passwords.dat check rbowen</code></p></div>
       </dd>
 
       <dt><code>delete</code></dt>
       <dd>Deletes the <var>username</var> entry from <var>filename</var>.
-      
+
       <div class="example"><p><code>dbmmanage passwords.dat delete rbowen</code></p></div>
       </dd>
 
@@ -140,14 +140,14 @@
       <dt><code>update</code></dt>
       <dd>Same as the <code>adduser</code> command, except that it makes
       sure <var>username</var> already exists in <var>filename</var>.
-      
+
       <div class="example"><p><code>dbmmanage passwords.dat update rbowen</code></p></div>
       </dd>
 
       <dt><code>view</code></dt>
       <dd>Just displays the contents of the DBM file. If you specify a
       <var>username</var>, it displays the particular record only.
-      
+
       <div class="example"><p><code>dbmmanage passwords.dat view</code></p></div>
       </dd>
       </dl>

Modified: httpd/httpd/trunk/docs/manual/programs/dbmmanage.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/dbmmanage.html.tr.utf8?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/dbmmanage.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/programs/dbmmanage.html.tr.utf8 [utf-8] Sat Oct  1 20:57:36 2011
@@ -22,6 +22,7 @@
 <a href="../ko/programs/dbmmanage.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/programs/dbmmanage.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
 
     <p><code><strong>dbmmanage</strong></code>,
     <code class="module"><a href="../mod/mod_authn_dbm.html">mod_authn_dbm</a></code> üzerinden HTTP kullanıcılarının temel

Modified: httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.ko?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.ko [euc-kr] Sat Oct  1 20:57:36 2011
@@ -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:420993 (outdated) -->
+<!-- English Revision: 105989:1174747 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.meta?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.meta Sat Oct  1 20:57:36 2011
@@ -9,6 +9,6 @@
   <variants>
     <variant>en</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.tr?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.tr [utf-8] Sat Oct  1 20:57:36 2011
@@ -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.tr.xsl"?>
-<!-- English Revision: 420993 -->
+<!-- English Revision: 420993:1174747 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>

Modified: httpd/httpd/trunk/docs/manual/programs/htcacheclean.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/htcacheclean.html.en?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/htcacheclean.html.en (original)
+++ httpd/httpd/trunk/docs/manual/programs/htcacheclean.html.en Sat Oct  1 20:57:36 2011
@@ -52,7 +52,7 @@
     -<strong>p</strong><var>path</var>
     [-<strong>l</strong><var>limit</var>|
     -<strong>L</strong><var>limit</var>]</code></p>
-    
+
     <p><code><strong>htcacheclean</strong>
     [ -<strong>n</strong> ]
     [ -<strong>t</strong> ]
@@ -116,7 +116,7 @@
     removed, however with some configurations the large number of
     directories created may require attention. If your configuration
     requires a very large number of directories, to the point that
-    inode or file allocation table exhaustion may become an issue, use 
+    inode or file allocation table exhaustion may become an issue, use
     of this option is advised.</dd>
 
     <dt><code>-p<var>path</var></code></dt>

Modified: httpd/httpd/trunk/docs/manual/programs/htcacheclean.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/htcacheclean.xml.ko?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/htcacheclean.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/programs/htcacheclean.xml.ko [euc-kr] Sat Oct  1 20:57:36 2011
@@ -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: 105711:1037244 (outdated) -->
+<!-- English Revision: 105711:1174747 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/programs/htcacheclean.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/htcacheclean.xml.tr?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/htcacheclean.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/programs/htcacheclean.xml.tr [utf-8] Sat Oct  1 20:57:36 2011
@@ -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.tr.xsl"?>
-<!-- English Revision: 650172:1037244 (outdated) -->
+<!-- English Revision: 650172:1174747 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>

Modified: httpd/httpd/trunk/docs/manual/programs/htpasswd.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/htpasswd.html.en?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/htpasswd.html.en (original)
+++ httpd/httpd/trunk/docs/manual/programs/htpasswd.html.en Sat Oct  1 20:57:36 2011
@@ -67,7 +67,7 @@ distribution.</li></ul></div>
     [ -<strong>m</strong> |
       -<strong>d</strong> |
       -<strong>p</strong> |
-      -<strong>s</strong> ] 
+      -<strong>s</strong> ]
     [ -<strong>D</strong> ]  <var>passwdfile</var> <var>username</var>
     <var>password</var></code></p>
 
@@ -124,7 +124,7 @@ distribution.</li></ul></div>
     <dt><code>-D</code></dt>
     <dd>Delete user. If the username exists in the specified htpasswd file, it
     will be deleted.</dd>
-    
+
     <dt><code><var>passwdfile</var></code></dt>
     <dd>Name of the file to contain the user name and password. If
     <code>-c</code> is given, this file is created if it does not already exist,

Modified: httpd/httpd/trunk/docs/manual/programs/htpasswd.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/htpasswd.html.tr.utf8?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/htpasswd.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/programs/htpasswd.html.tr.utf8 [utf-8] Sat Oct  1 20:57:36 2011
@@ -22,6 +22,7 @@
 <a href="../ko/programs/htpasswd.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/programs/htpasswd.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
 
     <p><code><strong>htpasswd</strong></code>, HTTP kullanıcılarının temel
     kimlik doğrulaması için kullanıcı isimlerinin ve parolalarının

Modified: httpd/httpd/trunk/docs/manual/programs/htpasswd.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/htpasswd.xml.ko?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/htpasswd.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/programs/htpasswd.xml.ko [euc-kr] Sat Oct  1 20:57:36 2011
@@ -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:826805 (outdated) -->
+<!-- English Revision: 105989:1174747 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/programs/htpasswd.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/htpasswd.xml.meta?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/htpasswd.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/programs/htpasswd.xml.meta Sat Oct  1 20:57:36 2011
@@ -9,6 +9,6 @@
   <variants>
     <variant>en</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/trunk/docs/manual/programs/htpasswd.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/htpasswd.xml.tr?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/htpasswd.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/programs/htpasswd.xml.tr [utf-8] Sat Oct  1 20:57:36 2011
@@ -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.tr.xsl"?>
-<!-- English Revision: 826805 -->
+<!-- English Revision: 826805:1174747 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>

Modified: httpd/httpd/trunk/docs/manual/programs/httpd.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/httpd.html.en?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/httpd.html.en (original)
+++ httpd/httpd/trunk/docs/manual/programs/httpd.html.en Sat Oct  1 20:57:36 2011
@@ -44,7 +44,7 @@
      [ -<strong>C</strong> <var>directive</var> ] [ -<strong>c</strong>
      <var>directive</var> ] [ -<strong>D</strong> <var>parameter</var> ]
      [ -<strong>e</strong> <var>level</var> ] [ -<strong>E</strong>
-     <var>file</var> ] 
+     <var>file</var> ]
      [ <strong>-k</strong> start|restart|graceful|stop|graceful-stop ]
      [ -<strong>R</strong> <var>directory</var> ] [ -<strong>h</strong> ]
      [ -<strong>l</strong> ] [ -<strong>L</strong> ] [ -<strong>S</strong> ]
@@ -181,7 +181,7 @@ the Apache service; and uninstall the Ap
 
 <dt><code>-w</code></dt>
 
-<dd>Keep the console window open on error so that the error message can 
+<dd>Keep the console window open on error so that the error message can
 be read.</dd>
 
 </dl>

Modified: httpd/httpd/trunk/docs/manual/programs/httpd.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/httpd.xml.ko?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/httpd.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/programs/httpd.xml.ko [euc-kr] Sat Oct  1 20:57:36 2011
@@ -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:990112 (outdated) -->
+<!-- English Revision: 105989:1174747 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/programs/httpd.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/httpd.xml.tr?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/httpd.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/programs/httpd.xml.tr [utf-8] Sat Oct  1 20:57:36 2011
@@ -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.tr.xsl"?>
-<!-- English Revision: 561485:990112 (outdated) -->
+<!-- English Revision: 561485:1174747 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>

Modified: httpd/httpd/trunk/docs/manual/programs/httxt2dbm.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/httxt2dbm.html.en?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/httxt2dbm.html.en (original)
+++ httpd/httpd/trunk/docs/manual/programs/httxt2dbm.html.en Sat Oct  1 20:57:36 2011
@@ -23,7 +23,7 @@
 </div>
 
     <p><code>httxt2dbm</code> is used to generate dbm files from text input, for
-    use in <code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code> with the 
+    use in <code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code> with the
     <code>dbm</code> map type.
     </p>
 </div>

Modified: httpd/httpd/trunk/docs/manual/programs/httxt2dbm.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/httxt2dbm.html.tr.utf8?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/httxt2dbm.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/programs/httxt2dbm.html.tr.utf8 [utf-8] Sat Oct  1 20:57:36 2011
@@ -21,6 +21,7 @@
 <p><span>Mevcut Diller: </span><a href="../en/programs/httxt2dbm.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../tr/programs/httxt2dbm.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
 
     <p><code><strong>httxt2dbm</strong></code>, <code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code> ile kullanmak için düz metin
     dosyalardan DBM dosyaları üretir.</p>

Modified: httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml.meta?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml.meta Sat Oct  1 20:57:36 2011
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml.tr?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml.tr [utf-8] Sat Oct  1 20:57:36 2011
@@ -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.tr.xsl"?>
-<!-- English Revision: 743251 -->
+<!-- English Revision: 743251:1174747 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>

Modified: httpd/httpd/trunk/docs/manual/programs/logresolve.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/logresolve.html.en?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/logresolve.html.en (original)
+++ httpd/httpd/trunk/docs/manual/programs/logresolve.html.en Sat Oct  1 20:57:36 2011
@@ -5,7 +5,7 @@
               This file is generated from xml source: DO NOT EDIT
         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
       -->
-<title>logresolve - Resolve IP-addresses to hostnames in Apache 
+<title>logresolve - Resolve IP-addresses to hostnames in Apache
    log files - Apache HTTP Server</title>
 <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
 <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
@@ -17,7 +17,7 @@
 <img alt="" src="../images/feather.gif" /></div>
 <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
 <div id="path">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.3</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>logresolve - Resolve IP-addresses to hostnames in Apache 
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.3</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>logresolve - Resolve IP-addresses to hostnames in Apache
    log files</h1>
 <div class="toplang">
 <p><span>Available Languages: </span><a href="../en/programs/logresolve.html" title="English">&nbsp;en&nbsp;</a> |

Modified: httpd/httpd/trunk/docs/manual/programs/logresolve.html.ko.euc-kr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/logresolve.html.ko.euc-kr?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/logresolve.html.ko.euc-kr [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/programs/logresolve.html.ko.euc-kr [euc-kr] Sat Oct  1 20:57:36 2011
@@ -24,6 +24,8 @@
 <a href="../ko/programs/logresolve.html" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/programs/logresolve.html" hreflang="tr" rel="alternate" title="T&#252;rk&#231;e">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">이 문서는 최신판 번역이 아닙니다.
+            최근에 변경된 내용은 영어 문서를 참고하세요.</div>
 
      <p><code>logresolve</code>는 아파치 접근로그파일에 있는
      IP-주소를 찾는 후처리 프로그램이다. 네임서버의 부하를

Modified: httpd/httpd/trunk/docs/manual/programs/logresolve.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/logresolve.html.tr.utf8?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/logresolve.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/programs/logresolve.html.tr.utf8 [utf-8] Sat Oct  1 20:57:36 2011
@@ -24,6 +24,7 @@
 <a href="../ko/programs/logresolve.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/programs/logresolve.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
 
      <p><code><strong>logresolve</strong></code>, Apache'nin erişim
      günlüklerindeki IP adreslerini çözümlemek için bir ardıl işlem

Modified: httpd/httpd/trunk/docs/manual/programs/logresolve.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/logresolve.xml.ko?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/logresolve.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/programs/logresolve.xml.ko [euc-kr] Sat Oct  1 20:57:36 2011
@@ -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: 420993 -->
+<!-- English Revision: 420993:1174747 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/programs/logresolve.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/logresolve.xml.meta?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/logresolve.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/programs/logresolve.xml.meta Sat Oct  1 20:57:36 2011
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">ko</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/trunk/docs/manual/programs/logresolve.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/logresolve.xml.tr?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/logresolve.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/programs/logresolve.xml.tr [utf-8] Sat Oct  1 20:57:36 2011
@@ -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.tr.xsl"?>
-<!-- English Revision: 420993 -->
+<!-- English Revision: 420993:1174747 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>

Modified: httpd/httpd/trunk/docs/manual/programs/other.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/other.html.en?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/other.html.en (original)
+++ httpd/httpd/trunk/docs/manual/programs/other.html.en Sat Oct  1 20:57:36 2011
@@ -53,9 +53,9 @@
              combined_plus_vhost<br />
         CustomLog logs/access_log combined_plus_vhost
     </code></p></div>
-    
+
     <p>Log files will be created, in the directory where are running the
-    script, for each virtual host name that appears in the combined log file. 
+    script, for each virtual host name that appears in the combined log file.
     These logfiles will named after the hostname, with a
     <code>.log</code> file extension.</p>
 

Modified: httpd/httpd/trunk/docs/manual/programs/other.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/other.html.tr.utf8?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/other.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/programs/other.html.tr.utf8 [utf-8] Sat Oct  1 20:57:36 2011
@@ -22,6 +22,7 @@
 <a href="../ko/programs/other.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/programs/other.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
 
     <p>Aşağıdaki programlar Apache HTTP Sunucusu ile gelen basit destek
     programları olup kendilerine ait kılavuz sayfaları yoktur. Bunlar

Modified: httpd/httpd/trunk/docs/manual/programs/other.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/other.xml.ko?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/other.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/programs/other.xml.ko [euc-kr] Sat Oct  1 20:57:36 2011
@@ -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:684308 (outdated) -->
+<!-- English Revision: 151408:1174747 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/programs/other.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/other.xml.meta?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/other.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/programs/other.xml.meta Sat Oct  1 20:57:36 2011
@@ -9,6 +9,6 @@
   <variants>
     <variant>en</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/trunk/docs/manual/programs/other.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/other.xml.tr?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/other.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/programs/other.xml.tr [utf-8] Sat Oct  1 20:57:36 2011
@@ -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.tr.xsl"?>
-<!-- English Revision: 684308 -->
+<!-- English Revision: 684308:1174747 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>

Modified: httpd/httpd/trunk/docs/manual/programs/rotatelogs.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/rotatelogs.html.en?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/rotatelogs.html.en (original)
+++ httpd/httpd/trunk/docs/manual/programs/rotatelogs.html.en Sat Oct  1 20:57:36 2011
@@ -44,7 +44,7 @@
      [ -<strong>v</strong> ]
      [ -<strong>e</strong> ]
      <var>logfile</var>
-     <var>rotationtime</var>|<var>filesize</var>(B|K|M|G) 
+     <var>rotationtime</var>|<var>filesize</var>(B|K|M|G)
      [ <var>offset</var> ]</code></p>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
@@ -54,13 +54,13 @@
 
 <dt><code>-l</code></dt>
 <dd>Causes the use of local time rather than GMT as the base for the
-interval or for <code>strftime(3)</code> formatting with size-based 
+interval or for <code>strftime(3)</code> formatting with size-based
 rotation.</dd>
 
 <dt><code>-L</code> <var>linkname</var></dt>
 <dd>Causes a hard link to be made from the current logfile
 to the specified link name.  This can be used to watch
-the log continuously across rotations using a command like 
+the log continuously across rotations using a command like
 <code>tail -F linkname</code>.</dd>
 
 <dt><code>-p</code> <var>program</var></dt>
@@ -117,7 +117,7 @@ period (midnight).</p>
 be sure the log file format has enough granularity to produce
 a different file name each time the logs are rotated.  Otherwise
 rotation will overwrite the same file instead of starting a new
-one.  For example, if <var>logfile</var> was 
+one.  For example, if <var>logfile</var> was
 <code>/var/logs/errorlog.%Y-%m-%d</code> with log rotation at 5
 megabytes, but 5 megabytes was reached twice in the same day, the
 same log file name would be produced and log rotation would keep
@@ -189,7 +189,7 @@ an offset.</dd>
      reaches a size of 5 megabytes, and the suffix to the logfile name
      will be created of the form
      <code>errorlog.YYYY-mm-dd-HH_MM_SS</code>.</p>
- 
+
 <div class="example"><p><code>
      CustomLog "|bin/rotatelogs -t /var/logs/logfile 86400" common
 </code></p></div>
@@ -221,11 +221,11 @@ extensions.</p>
 <tr><td><code>%m</code></td><td>2-digit month</td></tr>
 <tr class="odd"><td><code>%p</code></td><td>am/pm of 12 hour clock (localized)</td></tr>
 <tr><td><code>%S</code></td><td>2-digit second</td></tr>
-<tr class="odd"><td><code>%U</code></td><td>2-digit week of year 
+<tr class="odd"><td><code>%U</code></td><td>2-digit week of year
 (Sunday first day of week)</td></tr>
-<tr><td><code>%W</code></td><td>2-digit week of year 
+<tr><td><code>%W</code></td><td>2-digit week of year
 (Monday first day of week)</td></tr>
-<tr class="odd"><td><code>%w</code></td><td>1-digit weekday 
+<tr class="odd"><td><code>%w</code></td><td>1-digit weekday
 (Sunday first day of week)</td></tr>
 <tr><td><code>%X</code></td><td>time (localized)</td></tr>
 <tr class="odd"><td><code>%x</code></td><td>date (localized)</td></tr>

Modified: httpd/httpd/trunk/docs/manual/programs/rotatelogs.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/rotatelogs.xml.ko?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/rotatelogs.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/programs/rotatelogs.xml.ko [euc-kr] Sat Oct  1 20:57:36 2011
@@ -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: 420993:1140099 (outdated) -->
+<!-- English Revision: 420993:1174747 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/programs/rotatelogs.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/rotatelogs.xml.tr?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/rotatelogs.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/programs/rotatelogs.xml.tr [utf-8] Sat Oct  1 20:57:36 2011
@@ -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.tr.xsl"?>
-<!-- English Revision: 735925:1140099 (outdated) -->
+<!-- English Revision: 735925:1174747 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>

Modified: httpd/httpd/trunk/docs/manual/rewrite/access.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/access.html.en?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/access.html.en (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/access.html.en Sat Oct  1 20:57:36 2011
@@ -22,7 +22,7 @@
 </div>
 
 
-<p>This document supplements the <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> 
+<p>This document supplements the <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>
 <a href="../mod/mod_rewrite.html">reference documentation</a>. It describes
 how you can use <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> to control access to
 various resources, and other related techniques.

Modified: httpd/httpd/trunk/docs/manual/rewrite/advanced.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/advanced.html.en?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/advanced.html.en (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/advanced.html.en Sat Oct  1 20:57:36 2011
@@ -22,8 +22,8 @@
 </div>
 
 
-<p>This document supplements the <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> 
-<a href="../mod/mod_rewrite.html">reference documentation</a>. It provides 
+<p>This document supplements the <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>
+<a href="../mod/mod_rewrite.html">reference documentation</a>. It provides
 a few advanced techniques using mod_rewrite.</p>
 
 <div class="warning">Note that many of these examples won't work unchanged in your
@@ -51,8 +51,8 @@ configuration.</div>
     <dt>Description:</dt>
 
     <dd>
-      <p>A common technique for distributing the burden of 
-      server load or storage space is called "sharding". 
+      <p>A common technique for distributing the burden of
+      server load or storage space is called "sharding".
       When using this method, a front-end server will use the
       url to consistently "shard" users or objects to separate
       backend servers.</p>
@@ -136,7 +136,7 @@ RewriteRule ^(.+)\.html$          /regen
     the CGI program <code>/regenerate_page.cgi</code>, which generates
     the requested resource and saves it into the document directory, so
     that the next time it is requested, a static copy can be served.</p>
-    
+
     <p>In this way, documents that are infrequently updated can be served in
     static form. if documents need to be refreshed, they can be deleted
     from the document directory, and they will then be regenerated the
@@ -403,7 +403,7 @@ RewriteRule   ^/~(<strong>([a-z])</stron
     </dd>
 
     <dt>Discussion:</dt>
-    <dd>This technique will of course also work with other 
+    <dd>This technique will of course also work with other
     special characters that mod_rewrite, by default, URL-encodes.</dd>
   </dl>
 

Modified: httpd/httpd/trunk/docs/manual/rewrite/avoid.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/avoid.html.en?rev=1178089&r1=1178088&r2=1178089&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/avoid.html.en (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/avoid.html.en Sat Oct  1 20:57:36 2011
@@ -22,7 +22,7 @@
 </div>
 
 
-<p>This document supplements the <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> 
+<p>This document supplements the <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>
 <a href="../mod/mod_rewrite.html">reference documentation</a>. It describes
 perhaps one of the most important concepts about mod_rewrite - namely,
 when to avoid using it.</p>