You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2013/04/20 13:01:04 UTC

svn commit: r1470153 - in /httpd/httpd/trunk/docs/manual: developer/modguide.html.en mod/mod_cache.html.fr mod/mod_lua.html.en mod/mod_lua.xml.fr mod/mod_rewrite.html.fr programs/fcgistarter.html.tr.utf8

Author: humbedooh
Date: Sat Apr 20 11:01:04 2013
New Revision: 1470153

URL: http://svn.apache.org/r1470153
Log:
xforms

Modified:
    httpd/httpd/trunk/docs/manual/developer/modguide.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_cache.html.fr
    httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr
    httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.fr
    httpd/httpd/trunk/docs/manual/programs/fcgistarter.html.tr.utf8

Modified: httpd/httpd/trunk/docs/manual/developer/modguide.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/developer/modguide.html.en?rev=1470153&r1=1470152&r2=1470153&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/developer/modguide.html.en (original)
+++ httpd/httpd/trunk/docs/manual/developer/modguide.html.en Sat Apr 20 11:01:04 2013
@@ -315,7 +315,7 @@ looks like 
 <p>The most essential part of any request is the <em>request record
 </em>. In a call to a handler function, this is represented by the <code>
 request_rec* </code> structure passed along with every call that is made. 
-This struct, typically just refered to as <code>r</code> in modules, 
+This struct, typically just referred to as <code>r</code> in modules, 
 contains all the information you need for your module to fully process any 
 HTTP request and respond accordingly.</p> <p>Some key elements of the <code>
 request_rec </code> structure are:
@@ -728,7 +728,7 @@ static int example_handler(request_rec *
 
 
 <p>
-This version in its entirity can be found here: 
+This version in its entirety can be found here: 
 <a href="http://people.apache.org/~humbedooh/mods/examples/mod_example_2.c">mod_example_2.c</a>.
 </p>
 
@@ -917,7 +917,7 @@ set them.</em>)
 
 <h3><a name="directive_handler" id="directive_handler">The directive handler function</a></h3>
 <p>
-Now that we've told the server to expect some directives for our module, it's 
+Now that we have told the server to expect some directives for our module, it's 
 time to make a few functions for handling these. What the server reads in the 
 configuration file(s) is text, and so naturally, what it passes along to 
 our directive handler is one or more strings, that we ourselves need to 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_cache.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_cache.html.fr?rev=1470153&r1=1470152&r2=1470153&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_cache.html.fr (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_cache.html.fr Sat Apr 20 11:01:04 2013
@@ -325,7 +325,7 @@ AddOutputFilterByType CACHE;DEFLATE text
 
   <pre class="prettyprint lang-config">
 # Mise en cache du contenu avant l'intervention de mod_include et
-   # mod_deflate
+# mod_deflate
 CacheQuickHandler off
 AddOutputFilterByType CACHE;INCLUDES;DEFLATE text/html
   </pre>
@@ -338,7 +338,7 @@ AddOutputFilterByType CACHE;INCLUDES;DEF
 
   <pre class="prettyprint lang-config">
 # Mise en cache du contenu entre les interventions de mod_include et
-   # mod_deflate
+# mod_deflate
 CacheQuickHandler off
 AddOutputFilterByType INCLUDES;CACHE;DEFLATE text/html
   </pre>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en?rev=1470153&r1=1470152&r2=1470153&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_lua.html.en Sat Apr 20 11:01:04 2013
@@ -798,10 +798,6 @@ r:puts("Server 1's thread 1 has thread I
 </pre>
 
 
-<pre class="prettyprint lang-lua">
-r:started() -- Returns the time of the last server (re)start
-</pre>
-
 
 <pre class="prettyprint lang-lua">
 r:clock() -- Returns the current time with microsecond precision

Modified: httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr?rev=1470153&r1=1470152&r2=1470153&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_lua.xml.fr Sat Apr 20 11:01:04 2013
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1467562:1470114 (outdated) -->
+<!-- English Revision: 1467562:1470119 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.fr?rev=1470153&r1=1470152&r2=1470153&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.fr (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.fr Sat Apr 20 11:01:04 2013
@@ -27,6 +27,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/mod/mod_rewrite.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/mod/mod_rewrite.html" title="Français">&nbsp;fr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Ce module fournit un moteur de réécriture à base de
 règles permettant de réécrire les URLs des requêtes
 à la volée</td></tr>

Modified: httpd/httpd/trunk/docs/manual/programs/fcgistarter.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/fcgistarter.html.tr.utf8?rev=1470153&r1=1470152&r2=1470153&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/fcgistarter.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/programs/fcgistarter.html.tr.utf8 [utf-8] Sat Apr 20 11:01:04 2013
@@ -24,6 +24,7 @@
 <p><span>Mevcut Diller: </span><a href="../en/programs/fcgistarter.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../tr/programs/fcgistarter.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 />
 </div>