From dae03e1e37b62bd44d0d9ad4c693c4561bc8eeae Mon Sep 17 00:00:00 2001
From: Nilgun Belma Buguner
Date: Sat, 17 Oct 2009 02:47:01 +0000
Subject: [PATCH] update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@826166 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/caching.html.fr | 12 +-
docs/manual/caching.html.tr.utf8 | 6 +-
docs/manual/caching.xml.meta | 2 +-
docs/manual/howto/auth.html.tr.utf8 | 1 -
docs/manual/howto/auth.xml.meta | 2 +-
docs/manual/mod/directives.html.de | 1 +
docs/manual/mod/directives.html.es | 1 +
docs/manual/mod/directives.html.ja.utf8 | 1 +
docs/manual/mod/directives.html.ko.euc-kr | 1 +
docs/manual/mod/directives.html.tr.utf8 | 1 +
docs/manual/mod/index.html.de | 2 +
docs/manual/mod/index.html.es | 2 +
docs/manual/mod/index.html.ja.utf8 | 2 +
docs/manual/mod/index.html.ko.euc-kr | 2 +
docs/manual/mod/index.html.tr.utf8 | 2 +
docs/manual/mod/mod_access_compat.xml.ja | 2 +-
docs/manual/mod/mod_alias.html.ja.utf8 | 2 +
docs/manual/mod/mod_alias.html.ko.euc-kr | 2 +
docs/manual/mod/mod_alias.html.tr.utf8 | 2 +
docs/manual/mod/mod_auth_basic.html.ja.utf8 | 2 +
docs/manual/mod/mod_auth_basic.html.ko.euc-kr | 2 +
docs/manual/mod/mod_authn_file.html.ja.utf8 | 2 +
docs/manual/mod/mod_authn_file.html.ko.euc-kr | 2 +
docs/manual/mod/mod_authz_owner.html.ja.utf8 | 2 +
.../manual/mod/mod_authz_owner.html.ko.euc-kr | 2 +
docs/manual/mod/mod_authz_user.html.ja.utf8 | 2 +
docs/manual/mod/mod_authz_user.html.ko.euc-kr | 2 +
docs/manual/mod/mod_autoindex.html.ja.utf8 | 2 +
docs/manual/mod/mod_autoindex.html.ko.euc-kr | 2 +
docs/manual/mod/mod_autoindex.html.tr.utf8 | 2 +
docs/manual/mod/mod_disk_cache.html.ja.utf8 | 2 +
docs/manual/mod/mod_disk_cache.html.ko.euc-kr | 2 +
docs/manual/mod/mod_echo.html.ja.utf8 | 2 +
docs/manual/mod/mod_echo.html.ko.euc-kr | 2 +
docs/manual/mod/mod_env.html.ja.utf8 | 2 +
docs/manual/mod/mod_env.html.ko.euc-kr | 2 +
docs/manual/mod/mod_env.html.tr.utf8 | 2 +
docs/manual/mod/mod_headers.xml.ja | 2 +-
docs/manual/mod/mod_headers.xml.ko | 2 +-
docs/manual/mod/mod_ident.html.ja.utf8 | 2 +
docs/manual/mod/mod_ident.html.ko.euc-kr | 2 +
docs/manual/mod/mod_info.html.ja.utf8 | 2 +
docs/manual/mod/mod_info.html.ko.euc-kr | 2 +
docs/manual/mod/mod_ldap.html.fr | 7 +-
docs/manual/mod/mod_negotiation.html.ja.utf8 | 2 +
docs/manual/mod/mod_proxy.html.ja.utf8 | 2 +
docs/manual/mod/mod_so.html.ja.utf8 | 2 +
docs/manual/mod/mod_so.html.ko.euc-kr | 2 +
docs/manual/mod/mod_so.html.tr.utf8 | 2 +
docs/manual/mod/mod_status.html.ja.utf8 | 2 +
docs/manual/mod/mod_status.html.ko.euc-kr | 2 +
docs/manual/mod/mod_status.html.tr.utf8 | 2 +
docs/manual/mod/quickreference.html.de | 321 ++++++++---------
docs/manual/mod/quickreference.html.es | 317 ++++++++---------
docs/manual/mod/quickreference.html.ja.utf8 | 313 ++++++++---------
docs/manual/mod/quickreference.html.ko.euc-kr | 311 +++++++++--------
docs/manual/mod/quickreference.html.tr.utf8 | 325 +++++++++---------
docs/manual/sitemap.html.de | 1 +
docs/manual/sitemap.html.es | 1 +
docs/manual/sitemap.html.fr | 1 +
docs/manual/sitemap.html.ja.utf8 | 1 +
docs/manual/sitemap.html.ko.euc-kr | 1 +
docs/manual/sitemap.html.tr.utf8 | 1 +
63 files changed, 919 insertions(+), 791 deletions(-)
diff --git a/docs/manual/caching.html.fr b/docs/manual/caching.html.fr
index 6c6aa72831..4ce49eaea9 100644
--- a/docs/manual/caching.html.fr
+++ b/docs/manual/caching.html.fr
@@ -259,14 +259,18 @@
contenir une option "s-maxage", "must-revalidate" ou "public"
dans l'en-tête "Cache-Control:".
- Si l'URL contenait une requête sous forme de chaîne de caractères
+ Si l'URL contient une chaîne de requête
(provenant par exemple d'une méthode GET de formulaire HTML), elle ne
- sera pas mise en cache à moins que la réponse ne contienne un en-tête
- "Expires:", comme précisé dans la RFC2616 section 13.9.
+ sera pas mise en cache, à moins que la réponse ne
+ spécifie explicitement un délai d'expiration via un
+ en-tête "Expires:" ou une directive max-age ou s-maxage de
+ l'en-tête "Cache-Control:" comme indiqué dans les
+ sections 13.2.1. et 13.9 de la RFC2616.
Si la réponse a un statut de 200 (OK), elle doit aussi contenir
au moins un des en-têtes "Etag", "Last-Modified" ou
- "Expires", à moins que la directive
+ "Expires", ou une directive max-age ou s-maxage de
+ l'en-tête "Cache-Control:", à moins que la directive
CacheIgnoreNoLastMod
ne précise d'autres contraintes.
diff --git a/docs/manual/caching.html.tr.utf8 b/docs/manual/caching.html.tr.utf8
index ae645e2eca..94f83b0f00 100644
--- a/docs/manual/caching.html.tr.utf8
+++ b/docs/manual/caching.html.tr.utf8
@@ -237,13 +237,15 @@
EÄer URL (GET yöntemi kullanan bir HTML formunun yaptıÄı gibi) bir
sorgu dizgesi içeriyorsa yanıt, RFC2616ânın 13.9. bölümünde
- açıklandıÄı gibi bir "Expires:" baÅlıÄı içermedikçe yanıt içeriÄi
+ açıklandıÄı gibi bir "Expires:" baÅlıÄı içermedikçe veya "Cache-Control:"
+ baÅlıÄının max-age veya max-age yönergesini içermedikçe yanıt içeriÄi
önbelleÄe alınmayacaktır.
CacheIgnoreNoLastMod
yönergesinin kullanımını gerektiren bir durum olmadıkça 200 durum
koduna sahip bir yanıtın "Etag", "Last-Modified" ve "Expires"
- baÅlıklarından en az birini içermesi gerekir.
+ baÅlıklarından birini veya "Cache-Control:" baÅlıÄının max-age veya
+ max-age yönergelerinden birini (en azından) içermesi gerekir.
CacheStorePrivate
yönergesinin kullanımını gerektiren bir durum olmadıkça yanıt
diff --git a/docs/manual/caching.xml.meta b/docs/manual/caching.xml.meta
index ec2d32f28a..d639933311 100644
--- a/docs/manual/caching.xml.meta
+++ b/docs/manual/caching.xml.meta
@@ -9,6 +9,6 @@
en
fr
- tr
+ tr
diff --git a/docs/manual/howto/auth.html.tr.utf8 b/docs/manual/howto/auth.html.tr.utf8
index c4defbf35a..90d6785393 100644
--- a/docs/manual/howto/auth.html.tr.utf8
+++ b/docs/manual/howto/auth.html.tr.utf8
@@ -24,7 +24,6 @@
ko |
tr
-Bu çeviri güncel olmayabilir. Son deÄiÅiklikler için İngilizce sürüm geçerlidir.
Kimlik DoÄrulama istediÄiniz kiÅileri teyid etme iÅlemidir.
Yetkilendirme ise kiÅilerin nereye gireceklerine ve hangi bilgiye
diff --git a/docs/manual/howto/auth.xml.meta b/docs/manual/howto/auth.xml.meta
index 447024665f..37629852d0 100644
--- a/docs/manual/howto/auth.xml.meta
+++ b/docs/manual/howto/auth.xml.meta
@@ -11,6 +11,6 @@
fr
ja
ko
- tr
+ tr
diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de
index a3d4648263..3ed071cada 100644
--- a/docs/manual/mod/directives.html.de
+++ b/docs/manual/mod/directives.html.de
@@ -367,6 +367,7 @@
RemoveOutputFilter
RemoveType
RequestHeader
+RequestTimeout
Require
Require
<RequireAll>
diff --git a/docs/manual/mod/directives.html.es b/docs/manual/mod/directives.html.es
index 539d81c1bf..3bfebf0a40 100644
--- a/docs/manual/mod/directives.html.es
+++ b/docs/manual/mod/directives.html.es
@@ -372,6 +372,7 @@
RemoveOutputFilter
RemoveType
RequestHeader
+RequestTimeout
Require
<RequireAll>
<RequireAny>
diff --git a/docs/manual/mod/directives.html.ja.utf8 b/docs/manual/mod/directives.html.ja.utf8
index bd142e1898..c056a50286 100644
--- a/docs/manual/mod/directives.html.ja.utf8
+++ b/docs/manual/mod/directives.html.ja.utf8
@@ -358,6 +358,7 @@
RemoveOutputFilter
RemoveType
RequestHeader
+RequestTimeout
Require
<RequireAll>
<RequireAny>
diff --git a/docs/manual/mod/directives.html.ko.euc-kr b/docs/manual/mod/directives.html.ko.euc-kr
index 2bb5afe75c..6ce1b145f7 100644
--- a/docs/manual/mod/directives.html.ko.euc-kr
+++ b/docs/manual/mod/directives.html.ko.euc-kr
@@ -358,6 +358,7 @@
RemoveOutputFilter
RemoveType
RequestHeader
+RequestTimeout
Require
<RequireAll>
<RequireAny>
diff --git a/docs/manual/mod/directives.html.tr.utf8 b/docs/manual/mod/directives.html.tr.utf8
index f97d8ff04a..2aaa75e3e8 100644
--- a/docs/manual/mod/directives.html.tr.utf8
+++ b/docs/manual/mod/directives.html.tr.utf8
@@ -366,6 +366,7 @@
RemoveOutputFilter
RemoveType
RequestHeader
+RequestTimeout
Require
<RequireAll>
<RequireAny>
diff --git a/docs/manual/mod/index.html.de b/docs/manual/mod/index.html.de
index 3e44d7673c..aba7f1c0a2 100644
--- a/docs/manual/mod/index.html.de
+++ b/docs/manual/mod/index.html.de
@@ -174,6 +174,8 @@ under different user IDs.
for the request with the IP address list presented by a proxies or a load
balancer via the request headers.
+mod_reqtimeoutSet timeout and minimum data rate for receiving requests
+
mod_requestFilters to handle and make available HTTP request bodies
mod_rewriteProvides a rule-based rewriting engine to rewrite requested
URLs on the fly
diff --git a/docs/manual/mod/index.html.es b/docs/manual/mod/index.html.es
index 17e43de1d4..915d9c90fb 100644
--- a/docs/manual/mod/index.html.es
+++ b/docs/manual/mod/index.html.es
@@ -175,6 +175,8 @@ under different user IDs.
for the request with the IP address list presented by a proxies or a load
balancer via the request headers.
+mod_reqtimeoutSet timeout and minimum data rate for receiving requests
+
mod_requestFilters to handle and make available HTTP request bodies
mod_rewriteProvides a rule-based rewriting engine to rewrite requested
URLs on the fly
diff --git a/docs/manual/mod/index.html.ja.utf8 b/docs/manual/mod/index.html.ja.utf8
index 344ef227a6..aa08e22fc5 100644
--- a/docs/manual/mod/index.html.ja.utf8
+++ b/docs/manual/mod/index.html.ja.utf8
@@ -164,6 +164,8 @@ under different user IDs.
for the request with the IP address list presented by a proxies or a load
balancer via the request headers.
+mod_reqtimeoutSet timeout and minimum data rate for receiving requests
+
mod_requestFilters to handle and make available HTTP request bodies
mod_rewriteProvides a rule-based rewriting engine to rewrite requested
URLs on the fly
diff --git a/docs/manual/mod/index.html.ko.euc-kr b/docs/manual/mod/index.html.ko.euc-kr
index d2af428fa6..bd1be7e544 100644
--- a/docs/manual/mod/index.html.ko.euc-kr
+++ b/docs/manual/mod/index.html.ko.euc-kr
@@ -160,6 +160,8 @@ under different user IDs.
for the request with the IP address list presented by a proxies or a load
balancer via the request headers.
+mod_reqtimeoutSet timeout and minimum data rate for receiving requests
+
mod_requestFilters to handle and make available HTTP request bodies
mod_rewriteProvides a rule-based rewriting engine to rewrite requested
URLs on the fly
diff --git a/docs/manual/mod/index.html.tr.utf8 b/docs/manual/mod/index.html.tr.utf8
index d36ca32d20..a8dd3f5672 100644
--- a/docs/manual/mod/index.html.tr.utf8
+++ b/docs/manual/mod/index.html.tr.utf8
@@ -169,6 +169,8 @@ under different user IDs.
for the request with the IP address list presented by a proxies or a load
balancer via the request headers.
+mod_reqtimeoutSet timeout and minimum data rate for receiving requests
+
mod_requestHTTP istek gövdelerini iÅleme sokup kullanılabilir kılan süzgeçler
mod_rewriteProvides a rule-based rewriting engine to rewrite requested
URLs on the fly
diff --git a/docs/manual/mod/mod_access_compat.xml.ja b/docs/manual/mod/mod_access_compat.xml.ja
index 0e4b2976ac..3c976ad28d 100644
--- a/docs/manual/mod/mod_access_compat.xml.ja
+++ b/docs/manual/mod/mod_access_compat.xml.ja
@@ -1,7 +1,7 @@
-
+
+
+