]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
rebuild
authorRichard Bowen <rbowen@apache.org>
Tue, 14 Apr 2015 19:08:14 +0000 (19:08 +0000)
committerRichard Bowen <rbowen@apache.org>
Tue, 14 Apr 2015 19:08:14 +0000 (19:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673523 13f79535-47bb-0310-9956-ffa450edef68

12 files changed:
docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.es
docs/manual/mod/core.xml.fr
docs/manual/mod/core.xml.ja
docs/manual/mod/core.xml.tr
docs/manual/mod/mod_alias.html.en
docs/manual/mod/mod_alias.html.fr
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

index 5ea11468fb8d7f511330d3794b80ecc5fa00e5a9..05f0c051ecea1a4168987a08d97ad764ad13e940 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: 344972:1673487 (outdated) -->
+<!-- English Revision: 344972:1673498 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 83227277ed3c36145b139383241388363a7997ce..b6af82fa3059c6c694ae868f223781fde629887f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- English Revision: 1040494:1673487 (outdated) -->
+<!-- English Revision: 1040494:1673498 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index dcb04fc4a4ef25fe6d486c5e399c94f355c0e9e1..ce34b8c136f816015ad9165ce163db8810fc5f06 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: 1664071:1673487 (outdated) -->
+<!-- English Revision: 1664071:1673498 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 2051eb1900949dbaae4b156daa7cc7b778c7b276..7a48a3e780a90f9dada33d9993f608e4da838366 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: 669847:1673487 (outdated) -->
+<!-- English Revision: 669847:1673498 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 290871659fe006f1bdcc219caddd709f9565f195..fc53e773687a70f2fdd3cd160c1af98a061cf0a7 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: 1302855:1673487 (outdated) -->
+<!-- English Revision: 1302855:1673498 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index fbfcd9e391eac7373d7862abb4a665df63a82128..afce2035588ca9a81882ed7225e4f32641a3d32d 100644 (file)
@@ -223,7 +223,7 @@ expressions</td></tr>
     example, to activate the <code>/icons</code> directory, one might
     use:</p>
 
-    <pre class="prettyprint lang-config">AliasMatch ^/icons(.*) /usr/local/apache/icons$1</pre>
+    <pre class="prettyprint lang-config">AliasMatch ^/icons(/|$)(.*) /usr/local/apache/icons$1$2</pre>
 
 
     <p>The full range of <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regular expression</a>
index 5e76b12f15f818e652961b7ad6f4d938701e2445..083e3747874aaae2dd45196e43b73e099864a764 100644 (file)
@@ -30,6 +30,8 @@
 <a href="../ko/mod/mod_alias.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/mod/mod_alias.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&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'atteindre différentes parties du système de
 fichiers depuis l'arborescence des documents du site web, ainsi que la
 redirection d'URL</td></tr>
index 1f73eca9b3f3fd6bc8592270c9b83f4817cded86..26a8be0dfe4313845ced9f59123bf12434379a5a 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 : 1653941 -->
+<!-- English Revision: 1653941:1673517 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 4859679cdfc06c07dc7a3002d1438ec1e993c5d2..f479d61ec4bfcfb262fc69c1cf54561b4dc023b0 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:1653941 (outdated) -->
+<!-- English Revision: 151408:1673517 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 1d02e25c8cd88e491f94cbbc588ebe1852c6a3a8..c9a703f89b2c0f322c1ae6383fb6c8c56fa93932 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:1653941 (outdated) -->
+<!-- English Revision: 151408:1673517 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 547a2db7730dd46f16c2efb9093f87bd098e5028..d83657f9fafbe81d751ed120da80c0c98357d5ef 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>
     <variant outdated="yes">tr</variant>
index 679baeb87401f30cdf5e1be646f8e193870b0612..37c54b1cd779e929d4eee2092d779981babd8878 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:1653941 (outdated) -->
+<!-- English Revision: 1174747:1673517 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>