]> granicus.if.org Git - apache/commitdiff
xforms
authorDaniel Gruno <humbedooh@apache.org>
Mon, 16 Apr 2012 19:42:16 +0000 (19:42 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Mon, 16 Apr 2012 19:42:16 +0000 (19:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1326771 13f79535-47bb-0310-9956-ffa450edef68

15 files changed:
docs/manual/mod/mod_alias.html.en
docs/manual/mod/mod_alias.xml.fr
docs/manual/mod/mod_alias.xml.ja
docs/manual/mod/mod_alias.xml.ko
docs/manual/mod/mod_alias.xml.meta
docs/manual/mod/mod_alias.xml.tr
docs/manual/mod/mod_dir.xml.fr
docs/manual/mod/mod_dir.xml.ja
docs/manual/mod/mod_dir.xml.ko
docs/manual/mod/mod_dir.xml.meta
docs/manual/mod/mod_dir.xml.tr
docs/manual/mod/mpm_common.xml.de
docs/manual/mod/mpm_common.xml.ja
docs/manual/mod/mpm_common.xml.meta
docs/manual/mod/mpm_common.xml.tr

index c969ed0bca8564fc56ab646503e5df2eb1da0e42..7de3040b7446412c90c302fb859295a5106337da 100644 (file)
     <p>The <code class="directive">Alias</code> directive allows documents to
     be stored in the local filesystem other than under the
     <code class="directive"><a href="../mod/core.html#documentroot">DocumentRoot</a></code>. URLs with a
-    (%-decoded) path beginning with <var>url-path</var> will be mapped
+    (%-decoded) path beginning with <var>URL-path</var> will be mapped
     to local files beginning with <var>directory-path</var>.  The
-    <var>url-path</var> is case-sensitive, even on case-insensitive
+    <var>URL-path</var> is case-sensitive, even on case-insensitive
     file systems.</p>
 
     <div class="example"><h3>Example:</h3><p><code>
     matching using regular expressions, see the <code class="directive"><a href="#aliasmatch">AliasMatch</a></code> directive.</p>
 
     <p>Note that if you include a trailing / on the
-    <var>url-path</var> then the server will require a trailing / in
+    <var>URL-path</var> then the server will require a trailing / in
     order to expand the alias. That is, if you use</p>
 
     <dl><dd><code>Alias /icons/ /usr/local/apache/icons/</code></dd></dl>
 
     <p>then the url <code>/icons</code> will not be aliased, as it lacks
     that trailing /. Likewise, if you omit the slash on the
-    <var>url-path</var> then you must also omit it from the
+    <var>URL-path</var> then you must also omit it from the
     <var>file-path</var>.</p>
 
     <p>Note that you may need to specify additional <code class="directive"><a href="../mod/core.html#directory">&lt;Directory&gt;</a></code> sections which
@@ -195,7 +195,7 @@ expressions</td></tr>
     <p>The full range of <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regular expression</a>
     power is available.  For example,
     it is possible to construct an alias with case-insensitive
-    matching of the url-path:</p>
+    matching of the URL-path:</p>
 
     <div class="example"><p><code>
       AliasMatch (?i)^/image(.*) /ftp/pub/image$1
@@ -524,7 +524,7 @@ and designates the target as a CGI script</td></tr>
     <p>As for AliasMatch, the full range of <a class="glossarylink" href="../glossary.html#rexex" title="see glossary">regular
     expression</a> power is available.
     For example, it is possible to construct an alias with case-insensitive
-    matching of the url-path:</p>
+    matching of the URL-path:</p>
 
     <div class="example"><p><code>
       ScriptAliasMatch (?i)^/cgi-bin(.*) /usr/local/apache/cgi-bin$1
index 9d41ea3e2a3fe360b9aff7658faba8f2fb63a4c6..fa4e867f20c73985233c6505b8d0d5e25a1a4f88 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 : 1174747 -->
+<!-- English Revision: 1174747:1326717 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index f46b94e45d9ab87950ff133ef7a757ba5e9ea694..335fda84f2e20ed001aeeaefc0a96138957c4976 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:1174747 (outdated) -->
+<!-- English Revision: 151408:1326717 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 7d02814910553dc5b27559cf735063d647e518de..461cd233d59a4dd2d740c3059252d2def56e928c 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:1174747 (outdated) -->
+<!-- English Revision: 151408:1326717 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 548584404bf1867f24aec00ef9f9a43e14ec70db..d83657f9fafbe81d751ed120da80c0c98357d5ef 100644 (file)
@@ -8,9 +8,9 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index 0e3213838ad54022ae04cd1aa3f848f037012048..d9116d6829fdc4c1e6063ecd89ec982b5de64e34 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1174747 -->
+<!-- English Revision: 1174747:1326717 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 36f1464b51c0bb6b0c6ad9bb3f03b2631d82606b..e4a86a3a7bbe8e125c55657c5e0359996724279c 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 : 1307728 -->
+<!-- English Revision: 1307728:1326759 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 0c2d36f5212edf35080b2842a35861b25b185493..d58b114734180b8e1b7bdfc310cc9f14d90f5253 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: 420990:1307728 (outdated) -->
+<!-- English Revision: 420990:1326759 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 3de6861674f0975f565d574ad130d59a222d7694..ddd2377b231599f580a2271fbdd748c2f0c228e8 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:1307728 (outdated) -->
+<!-- English Revision: 151408:1326759 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 4d4a13ee23a47b41e9fb009f86af4dc27d9001de..0fa52ec5c84b59e2da1b3614244a2f2ea058f911 100644 (file)
@@ -8,9 +8,9 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index c821509676e9d824f4ccf3a0412140170acc3682..dfd9a80fb7e2464b62cb9c6e34b2a1469dda1fa1 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1307728 -->
+<!-- English Revision: 1307728:1326759 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index fd7703bb7ca618c2de7865014045fda8e373b98f..e7f19d9db3c026ab789ad2f1e3e57eb34ca7c3de 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 151408:1308407 (outdated) -->
+<!-- English Revision: 151408:1326765 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index f3627949d8dedb48af85bf31652047ff9496f196..64d0787c14cad6bca8e9bb83b2bd027505ac5b1c 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: 674934:1308407 (outdated) -->
+<!-- English Revision: 674934:1326765 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 015fa285c8e678fd7f493cbb47f9f46be38fed79..5544f9df3148e9d2dca15455f30f35b29d358225 100644 (file)
@@ -10,6 +10,6 @@
     <variant outdated="yes">de</variant>
     <variant>en</variant>
     <variant outdated="yes">ja</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index 57774cbcc02cae3c5716d61787907c0a1f75a198..cf4c1f7f5e27c548d5cc1bc36f509ae8cf7f3f07 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1308407 -->
+<!-- English Revision: 1308407:1326765 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>