]> granicus.if.org Git - apache/commitdiff
xforms
authorDaniel Gruno <humbedooh@apache.org>
Sat, 20 Apr 2013 11:01:04 +0000 (11:01 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sat, 20 Apr 2013 11:01:04 +0000 (11:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1470153 13f79535-47bb-0310-9956-ffa450edef68

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

index de91332b8dfb2a2776be84c15b2d66346c15beb7..946a2deb758aff27e467f3a0ee307b3c5d9da01e 100644 (file)
@@ -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 *r)
 
 
 <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 
index 27cd18f64372eefa436a4f0b29e99d84bc04f845..7e33ed4501da7de58d126a1704d40624c18069b3 100644 (file)
@@ -325,7 +325,7 @@ AddOutputFilterByType CACHE;DEFLATE text/plain
 
   <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;DEFLATE text/html
 
   <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>
index 3491ecd63e89f05bc1bf6bb3593c9066e87b4f08..6a912d6fed1f62cabd28e416b79558336fcf7f3f 100644 (file)
@@ -798,10 +798,6 @@ r:puts("Server 1's thread 1 has thread ID " .. thread.tid .. " and is in " .. th
 </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
index 66f9df3476f58b361a081becf7f1adbad343f134..ce362c69fcadabf75e85c042bbe92ff7d93085ff 100644 (file)
@@ -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 -->
 
index 0dfd78b755b9228e14dc4189b65553db74272f6e..9a1ff880a043f788a334b5322f0ea3458b7a991a 100644 (file)
@@ -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>
index c4df411f96d5f88ec6addf0da8a95a9fdcb9a11c..2982d28e46adb0d73b00361e42b286f014a05096 100644 (file)
@@ -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>