]> granicus.if.org Git - apache/commitdiff
Transforms.
authorJoe Orton <jorton@apache.org>
Wed, 3 Jul 2013 13:48:52 +0000 (13:48 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 3 Jul 2013 13:48:52 +0000 (13:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1499402 13f79535-47bb-0310-9956-ffa450edef68

15 files changed:
docs/manual/mod/mod_authnz_ldap.html.en
docs/manual/mod/mod_authnz_ldap.html.fr
docs/manual/mod/mod_authnz_ldap.xml.fr
docs/manual/mod/mod_authnz_ldap.xml.meta
docs/manual/mod/mod_headers.html.en
docs/manual/mod/mod_headers.html.fr
docs/manual/mod/mod_headers.xml.fr
docs/manual/mod/mod_headers.xml.ja
docs/manual/mod/mod_headers.xml.ko
docs/manual/mod/mod_headers.xml.meta
docs/manual/mod/mod_lua.html.fr
docs/manual/programs/suexec.html.tr.utf8
docs/manual/programs/suexec.xml.ko
docs/manual/programs/suexec.xml.meta
docs/manual/programs/suexec.xml.tr

index 635d39f7e456c27f9d6d0bb7aaf07dc6d084853a..37647a38691843f74840e0ec81d3ba58b233bf38 100644 (file)
@@ -1347,7 +1347,9 @@ You can of course use search parameters on each of these.</p>
         will search for all objects in the tree. Filters are
         limited to approximately 8000 characters (the definition of
         <code>MAX_STRING_LEN</code> in the Apache source code). This
-        should be more than sufficient for any application.</dd>
+        should be more than sufficient for any application. The keyword
+        <code>none</code> disables the use of a filter; this is required
+        by some primitive LDAP servers.</dd>
 </dl>
 
     <p>When doing searches, the attribute, filter and username passed
index 618dee4194c09ce4d7e2b641b17b3137649fe10c..b759f41ef8f47051f348692313263e343629bb3a 100644 (file)
@@ -27,6 +27,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/mod/mod_authnz_ldap.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/mod/mod_authnz_ldap.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>Permet d'utiliser un annuaire LDAP pour l'authentification
 HTTP de base.</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
index 5f332b3a8720cc9bc40211d3414dca8a642fa6bb..f16f7859ab6b27348a2486a022c81a6b09fabcf6 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 : 1433478 -->
+<!-- English Revision: 1433478:1497414 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 4ec661a32dd5046d4535dedae299bc720b9734f6..7a6a237d9a1fa816284676c7782fd5bc9431d6d0 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>
index ba8a39b02507b15c47df7d704ff4e2b1b2e9d868..68c8c6ec4e4afcd247ff0ab379f497c9c1144c95 100644 (file)
@@ -307,6 +307,10 @@ Header merge Cache-Control no-store env=NO_STORE
     <dd>The response header is set, replacing any previous header
     with this name. The <var>value</var> may be a format string.</dd>
 
+    <dt><code>setifempty</code></dt>
+    <dd>The request header is set, but only if there is no previous header
+    with this name</dd>
+
     <dt><code>unset</code></dt>
     <dd>The response header of this name is removed, if it exists.
     If there are multiple headers of the same name, all will be
@@ -458,6 +462,10 @@ Header merge Cache-Control no-store env=NO_STORE
     <dt><code>set</code></dt>
     <dd>The request header is set, replacing any previous header
     with this name</dd>
+  
+    <dt><code>setifempty</code></dt>
+    <dd>The request header is set, but only if there is no previous header
+    with this name</dd>
 
     <dt><code>unset</code></dt>
     <dd>The request header of this name is removed, if it exists. If
index c8963cf706177bc6d0bc2562b1b91507d1e64a4c..aad86f03b3010fa20a115bc143a1f4b89d40e574 100644 (file)
@@ -29,6 +29,8 @@
 <a href="../ja/mod/mod_headers.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/mod/mod_headers.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&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>Personnalisation des en-têtes de requêtes et de réponses
 HTTP</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
index eb50e91a9189c6a675561fb1e75ce4f4fe9e1236..647c21ed03f53c571403032ac37b1b0d7a12459d 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 : 1389569 -->
+<!-- English Revision: 1389569:1496338 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 72e28198b2352d6fd81b67884ebcc9190809ac7f..a139de72d2e633cb76af09a4e5779c4486013f5c 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 151408:1389569 (outdated) -->
+<!-- English Revision: 151408:1496338 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 753f66614af70f4460b08bdf75b20504635f667f..40e20a5f45fcb9833a186c1ec4cb27a9b731cb34 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 151408:1389569 (outdated) -->
+<!-- English Revision: 151408:1496338 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 8708997ffab8e98f53a97abf3d7053e40a7fe414..1efd7777073f1880807555a8c30f2492d26956c1 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
   </variants>
index 92b388062a4f511d8b0e70245cefdbf4fe1f507f..9faa89a1617ceaf0425d541aecccdf223d9aacf5 100644 (file)
@@ -27,6 +27,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/mod/mod_lua.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/mod/mod_lua.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>Fournit des points d'entrée Lua dans différentes parties du
 traitement des requêtes httpd</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Expérimental</td></tr>
index e07e7d9952af47c2143edc168f01603c10de95b6..092b75ade1a4659966e3069f165781726ff7ef94 100644 (file)
@@ -25,6 +25,7 @@
 <a href="../ko/programs/suexec.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/programs/suexec.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><code><strong>suexec</strong></code>, CGI programlarını çalıştırmadan
     önce Apache HTTP Sunucusu tarafından kullanıcı değiştirmek için kullanılır.
index c621960a622e6b0d0cbed85dc0ea19b230ff8405..c9d659d0004ac46ee57220db8d592944c86ef3ba 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 151408:420993 (outdated) -->
+<!-- English Revision: 151408:1498310 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index a3e41fe279269a4f73366e9af3a35a6e0a6dff69..1e99356f1e8452517b4dc9efdfc0a0d064171670 100644 (file)
@@ -9,6 +9,6 @@
   <variants>
     <variant>en</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index b7434c457236ed91858f6877c718a9295ed6f9f0..0784c8e4798730bf480530f66e86e5132bbf801e 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 420993  -->
+<!-- English Revision: 420993:1498310 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>