From ad1f224da19fb1fb28aca2f0b5df0f9bb1730c27 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Sat, 20 Apr 2013 11:01:04 +0000 Subject: [PATCH] xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1470153 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/developer/modguide.html.en | 6 +++--- docs/manual/mod/mod_cache.html.fr | 4 ++-- docs/manual/mod/mod_lua.html.en | 4 ---- docs/manual/mod/mod_lua.xml.fr | 2 +- docs/manual/mod/mod_rewrite.html.fr | 2 ++ docs/manual/programs/fcgistarter.html.tr.utf8 | 1 + 6 files changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/manual/developer/modguide.html.en b/docs/manual/developer/modguide.html.en index de91332b8d..946a2deb75 100644 --- a/docs/manual/developer/modguide.html.en +++ b/docs/manual/developer/modguide.html.en @@ -315,7 +315,7 @@ looks like

The most essential part of any request is the request record . In a call to a handler function, this is represented by the request_rec* structure passed along with every call that is made. -This struct, typically just refered to as r in modules, +This struct, typically just referred to as r in modules, contains all the information you need for your module to fully process any HTTP request and respond accordingly.

Some key elements of the request_rec structure are: @@ -728,7 +728,7 @@ static int example_handler(request_rec *r)

-This version in its entirity can be found here: +This version in its entirety can be found here: mod_example_2.c.

@@ -917,7 +917,7 @@ set them.)

The directive handler function

-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 diff --git a/docs/manual/mod/mod_cache.html.fr b/docs/manual/mod/mod_cache.html.fr index 27cd18f643..7e33ed4501 100644 --- a/docs/manual/mod/mod_cache.html.fr +++ b/docs/manual/mod/mod_cache.html.fr @@ -325,7 +325,7 @@ AddOutputFilterByType CACHE;DEFLATE text/plain

 # Mise en cache du contenu avant l'intervention de mod_include et
-   # mod_deflate
+# mod_deflate
 CacheQuickHandler off
 AddOutputFilterByType CACHE;INCLUDES;DEFLATE text/html
   
@@ -338,7 +338,7 @@ AddOutputFilterByType CACHE;INCLUDES;DEFLATE text/html
 # Mise en cache du contenu entre les interventions de mod_include et
-   # mod_deflate
+# mod_deflate
 CacheQuickHandler off
 AddOutputFilterByType INCLUDES;CACHE;DEFLATE text/html
   
diff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en index 3491ecd63e..6a912d6fed 100644 --- a/docs/manual/mod/mod_lua.html.en +++ b/docs/manual/mod/mod_lua.html.en @@ -798,10 +798,6 @@ r:puts("Server 1's thread 1 has thread ID " .. thread.tid .. " and is in " .. th -
-r:started() -- Returns the time of the last server (re)start
-
-
 r:clock() -- Returns the current time with microsecond precision
diff --git a/docs/manual/mod/mod_lua.xml.fr b/docs/manual/mod/mod_lua.xml.fr
index 66f9df3476..ce362c69fc 100644
--- a/docs/manual/mod/mod_lua.xml.fr
+++ b/docs/manual/mod/mod_lua.xml.fr
@@ -1,7 +1,7 @@
 
 
 
-
+
 
 
 
diff --git a/docs/manual/mod/mod_rewrite.html.fr b/docs/manual/mod/mod_rewrite.html.fr
index 0dfd78b755..9a1ff880a0 100644
--- a/docs/manual/mod/mod_rewrite.html.fr
+++ b/docs/manual/mod/mod_rewrite.html.fr
@@ -27,6 +27,8 @@
 

Langues Disponibles:  en  |  fr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
diff --git a/docs/manual/programs/fcgistarter.html.tr.utf8 b/docs/manual/programs/fcgistarter.html.tr.utf8 index c4df411f96..2982d28e46 100644 --- a/docs/manual/programs/fcgistarter.html.tr.utf8 +++ b/docs/manual/programs/fcgistarter.html.tr.utf8 @@ -24,6 +24,7 @@

Mevcut Diller:  en  |  tr 

+
Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.

-- 2.40.0

Description:Ce module fournit un moteur de réécriture à base de règles permettant de réécrire les URLs des requêtes à la volée