From 03d781ecbdc3bbda5a8afa1b772af431e67658d3 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Tue, 5 Mar 2013 15:02:49 +0000 Subject: [PATCH] xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1452836 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/developer/hooks.html.en | 4 ++-- docs/manual/mod/mod_auth_form.html.en | 4 ++-- docs/manual/mod/mod_env.html.fr | 17 +++++++++-------- docs/manual/mod/mod_env.xml.meta | 2 +- docs/manual/mod/mod_lua.html.en | 14 ++++++++++---- docs/manual/mod/mod_lua.xml.fr | 2 +- docs/manual/mod/mod_lua.xml.meta | 2 +- docs/manual/mod/quickreference.html.de | 2 +- docs/manual/mod/quickreference.html.en | 2 +- docs/manual/mod/quickreference.html.es | 2 +- docs/manual/mod/quickreference.html.ja.utf8 | 2 +- docs/manual/mod/quickreference.html.ko.euc-kr | 2 +- docs/manual/mod/quickreference.html.tr.utf8 | 2 +- docs/manual/mod/quickreference.html.zh-cn | 2 +- docs/manual/sitemap.html.fr | 2 +- docs/manual/urlmapping.html.en | 4 ++-- docs/manual/urlmapping.xml.ja | 2 +- docs/manual/urlmapping.xml.ko | 2 +- docs/manual/urlmapping.xml.tr | 2 +- 19 files changed, 39 insertions(+), 32 deletions(-) diff --git a/docs/manual/developer/hooks.html.en b/docs/manual/developer/hooks.html.en index 60ab251c76..11a7a3e955 100644 --- a/docs/manual/developer/hooks.html.en +++ b/docs/manual/developer/hooks.html.en @@ -95,8 +95,8 @@ APR_HOOK_STRUCT(
 void ap_run_do_something(request_rec *r, int n)
 {
-...
-do_something(r, n);
+    ...
+    do_something(r, n);
 }
         
diff --git a/docs/manual/mod/mod_auth_form.html.en b/docs/manual/mod/mod_auth_form.html.en index f0908537c7..8d0df0ef70 100644 --- a/docs/manual/mod/mod_auth_form.html.en +++ b/docs/manual/mod/mod_auth_form.html.en @@ -424,7 +424,7 @@ lower level modules

The AuthFormDisableNoStore flag disables the sending of a Cache-Control no-store header with the error 401 page returned when the user is not yet logged in. The purpose of the header - is to make it difficult for an ecmascript application to attempt to resubmit the + is to make it difficult for an ecmascript application to attempt to resubmit the login form, and reveal the username and password to the backend application. Disable at your own risk.

@@ -680,7 +680,7 @@ lower level modules

AuthFormSize Directive

- + diff --git a/docs/manual/mod/mod_env.html.fr b/docs/manual/mod/mod_env.html.fr index 0b78f6a2cc..2d7e8accae 100644 --- a/docs/manual/mod/mod_env.html.fr +++ b/docs/manual/mod/mod_env.html.fr @@ -30,8 +30,6 @@  ko  |  tr 

-
Cette traduction peut être périmée. Vérifiez la version - anglaise pour les changements récents.
Description:The largest size of the form in bytes that will be parsed for the login details
Syntax:AuthFormBody size
Syntax:AuthFormSize size
Default:8192
Context:directory
Status:Base
@@ -79,9 +77,10 @@ shell valeurs sont issues de l'environnement natif de l'OS associé au shell qui a invoqué le processus httpd.

-

Exemple

+

Exemple

       PassEnv LD_LIBRARY_PATH
-    

+ +
top
@@ -98,9 +97,10 @@ shell ensuite disponible pour les modules du serveur HTTP Apache et transmise aux scripts CGI et aux pages SSI.

-

Exemple

+

Exemple

       SetEnv SPECIAL_PATH /foo/bin
-    

+ +

Les variables d'environnement internes définies par cette directive le sont après l'exécution de la plupart des directives du traitement initial des requêtes, comme les contrôles @@ -132,9 +132,10 @@ shell

Supprime une ou plusieurs variables d'environnement internes parmi celles qui sont transmises aux scripts CGI et aux pages SSI.

-

Exemple

+

Exemple

       UnsetEnv LD_LIBRARY_PATH
-    

+ +
diff --git a/docs/manual/mod/mod_env.xml.meta b/docs/manual/mod/mod_env.xml.meta index ff5aeaae1d..dfc9895f60 100644 --- a/docs/manual/mod/mod_env.xml.meta +++ b/docs/manual/mod/mod_env.xml.meta @@ -8,7 +8,7 @@ en - fr + fr ja ko tr diff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en index d9cba10c91..6467606a61 100644 --- a/docs/manual/mod/mod_lua.html.en +++ b/docs/manual/mod/mod_lua.html.en @@ -87,6 +87,7 @@ trust, as it can be abused to change the internal workings of httpd.

  • Writing Authorization Providers
  • Writing Hooks
  • Data Structures
  • +
  • Built in functions
  • Logging Functions
  • apache2 Package
  • Modifying contents with Lua filters
  • @@ -650,8 +651,13 @@ end
    Description:Modifie l'environnement transmis aux scripts CGI et aux pages SSI
    Statut:Base
    The IP of the user agent making the request
    + + +
    top
    +
    +

    Built in functions

    -

    The request_rec has (at least) the following methods:

    +

    The request_rec object has (at least) the following methods:

             r:flush() -- flushes the output buffer
    @@ -873,7 +879,8 @@ r:custom_response(status_code, string) -- Construct and set a custom response fo
     
     
             
    -        r:sleep(number_of_seconds) -- Puts the script to sleep for a given number of seconds.
    +r:sleep(number_of_seconds) -- Puts the script to sleep for a given number of seconds.
    +                           -- This can be a floating point number like 1.25 for extra accuracy.
             
    @@ -882,8 +889,7 @@ r:dbacquire(dbType[, dbParams]) -- Acquires a connection to a database and retur -- See 'Database connectivity' for details.
    - - +
    top
    diff --git a/docs/manual/mod/mod_lua.xml.fr b/docs/manual/mod/mod_lua.xml.fr index 7f493b4c01..985c8169ec 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_lua.xml.meta b/docs/manual/mod/mod_lua.xml.meta index b55c7710e9..8fc1a0efdf 100644 --- a/docs/manual/mod/mod_lua.xml.meta +++ b/docs/manual/mod/mod_lua.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de index cd4876099e..85c9e8762d 100644 --- a/docs/manual/mod/quickreference.html.de +++ b/docs/manual/mod/quickreference.html.de @@ -191,7 +191,7 @@ lower level modules AuthFormProvider provider-name [provider-name] ... file dhBSets the authentication provider(s) for this location AuthFormSitePassphrase secretdBBypass authentication checks for high traffic sites -AuthFormBody sizedBThe largest size of the form in bytes that will be parsed for the login details +AuthFormSize sizedBThe largest size of the form in bytes that will be parsed for the login details AuthFormUsername fieldnamedBThe name of a form field carrying the login username AuthGroupFile file-pathdhBSets the name of a text file containing the list of user groups for authorization diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 1965661caf..bd35c81d0c 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -184,7 +184,7 @@ lower level modules AuthFormProvider provider-name [provider-name] ... file dhBSets the authentication provider(s) for this location AuthFormSitePassphrase secretdBBypass authentication checks for high traffic sites -AuthFormBody sizedBThe largest size of the form in bytes that will be parsed for the login details +AuthFormSize sizedBThe largest size of the form in bytes that will be parsed for the login details AuthFormUsername fieldnamedBThe name of a form field carrying the login username AuthGroupFile file-pathdhBSets the name of a text file containing the list of user groups for authorization diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es index d5542b5990..7a8b94c822 100644 --- a/docs/manual/mod/quickreference.html.es +++ b/docs/manual/mod/quickreference.html.es @@ -191,7 +191,7 @@ lower level modules AuthFormProvider provider-name [provider-name] ... file dhBSets the authentication provider(s) for this location AuthFormSitePassphrase secretdBBypass authentication checks for high traffic sites -AuthFormBody sizedBThe largest size of the form in bytes that will be parsed for the login details +AuthFormSize sizedBThe largest size of the form in bytes that will be parsed for the login details AuthFormUsername fieldnamedBThe name of a form field carrying the login username AuthGroupFile file-pathdhBSets the name of a text file containing the list of user groups for authorization diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8 index 277b30b6c6..f649c65685 100644 --- a/docs/manual/mod/quickreference.html.ja.utf8 +++ b/docs/manual/mod/quickreference.html.ja.utf8 @@ -183,7 +183,7 @@ lower level modules AuthFormProvider provider-name [provider-name] ... file dhBSets the authentication provider(s) for this location AuthFormSitePassphrase secretdBBypass authentication checks for high traffic sites -AuthFormBody sizedBThe largest size of the form in bytes that will be parsed for the login details +AuthFormSize sizedBThe largest size of the form in bytes that will be parsed for the login details AuthFormUsername fieldnamedBThe name of a form field carrying the login username AuthGroupFile file-pathdhB証認に使用するユーザグループの一覧が格納されている、 テキストファイルの名前を設定する diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr index 5ad12fab94..cfecee417f 100644 --- a/docs/manual/mod/quickreference.html.ko.euc-kr +++ b/docs/manual/mod/quickreference.html.ko.euc-kr @@ -176,7 +176,7 @@ lower level modules AuthFormProvider provider-name [provider-name] ... file dhBSets the authentication provider(s) for this location AuthFormSitePassphrase secretdBBypass authentication checks for high traffic sites -AuthFormBody sizedBThe largest size of the form in bytes that will be parsed for the login details +AuthFormSize sizedBThe largest size of the form in bytes that will be parsed for the login details AuthFormUsername fieldnamedBThe name of a form field carrying the login username AuthGroupFile file-pathdhBÀÎÁõ¿¡ »ç¿ëÇÒ »ç¿ëÀÚ ±×·ì ¸ñ·ÏÀ» ÀúÀåÇÏ´Â ¹®ÀÚÆÄÀϸíÀ» ÁöÁ¤ÇÑ´Ù diff --git a/docs/manual/mod/quickreference.html.tr.utf8 b/docs/manual/mod/quickreference.html.tr.utf8 index 704ab1e55d..6649d5541b 100644 --- a/docs/manual/mod/quickreference.html.tr.utf8 +++ b/docs/manual/mod/quickreference.html.tr.utf8 @@ -187,7 +187,7 @@ lower level modules AuthFormProvider provider-name [provider-name] ... file dhTSets the authentication provider(s) for this location AuthFormSitePassphrase secretdTBypass authentication checks for high traffic sites -AuthFormBody sizedTThe largest size of the form in bytes that will be parsed for the login details +AuthFormSize sizedTThe largest size of the form in bytes that will be parsed for the login details AuthFormUsername fieldnamedTThe name of a form field carrying the login username AuthGroupFile file-pathdhTSets the name of a text file containing the list of user groups for authorization diff --git a/docs/manual/mod/quickreference.html.zh-cn b/docs/manual/mod/quickreference.html.zh-cn index a932c9d3cf..3f88ecca68 100644 --- a/docs/manual/mod/quickreference.html.zh-cn +++ b/docs/manual/mod/quickreference.html.zh-cn @@ -179,7 +179,7 @@ lower level modules AuthFormProvider provider-name [provider-name] ... file dhBSets the authentication provider(s) for this location AuthFormSitePassphrase secretdBBypass authentication checks for high traffic sites -AuthFormBody sizedBThe largest size of the form in bytes that will be parsed for the login details +AuthFormSize sizedBThe largest size of the form in bytes that will be parsed for the login details AuthFormUsername fieldnamedBThe name of a form field carrying the login username AuthGroupFile file-pathdhBSets the name of a text file containing the list of user groups for authorization diff --git a/docs/manual/sitemap.html.fr b/docs/manual/sitemap.html.fr index 74b6f06b74..c577a32991 100644 --- a/docs/manual/sitemap.html.fr +++ b/docs/manual/sitemap.html.fr @@ -105,7 +105,7 @@ descripteurs de fichiers
    top

    Guide de réécriture d'URLs

    -