You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/07/13 13:17:41 UTC

svn commit: r1361161 - in /httpd/httpd/branches/2.4.x/docs/manual: custom-error.html.en custom-error.html.fr custom-error.xml.es custom-error.xml.fr custom-error.xml.ja custom-error.xml.ko custom-error.xml.meta custom-error.xml.tr

Author: humbedooh
Date: Fri Jul 13 11:17:41 2012
New Revision: 1361161

URL: http://svn.apache.org/viewvc?rev=1361161&view=rev
Log:
xforms

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/custom-error.html.en
    httpd/httpd/branches/2.4.x/docs/manual/custom-error.html.fr
    httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.es
    httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.ja
    httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.ko
    httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.meta
    httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.tr

Modified: httpd/httpd/branches/2.4.x/docs/manual/custom-error.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/custom-error.html.en?rev=1361161&r1=1361160&r2=1361161&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/custom-error.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/custom-error.html.en Fri Jul 13 11:17:41 2012
@@ -156,12 +156,13 @@ ErrorDocument 401 /subscription/how_to_s
       caused it to be invoked. For instance, a Perl ErrorDocument
       script might include the following:</p>
 
-      <div class="example"><p><code>
-        ... <br />
-        print  "Content-type: text/html\n"; <br />
-        printf "Status: %s Condition Intercepted\n", $ENV{"REDIRECT_STATUS"}; <br />
-        ...
-      </code></p></div>
+       <pre class="prettyprint lang-perl">
+...
+print  "Content-type: text/html\n"; <br />
+printf "Status: %s Condition Intercepted\n", $ENV{"REDIRECT_STATUS"}; <br />
+...
+      </pre>
+
 
       <p>If the script is dedicated to handling a particular error
       condition, such as <code>404&nbsp;Not&nbsp;Found</code>, it can
@@ -185,10 +186,11 @@ ErrorDocument 401 /subscription/how_to_s
 
     <p>In your server configuration file, you'll see a line such as:</p>
 
-    <div class="example"><p><code>
+    <pre class="prettyprint lang-config">
     # Multi-language error messages<br />
     #Include conf/extra/httpd-multilang-errordoc.conf
-    </code></p></div>
+    </pre>
+
 
     <p>Uncommenting this <code>Include</code> line will enable this
     feature, and provide language-negotiated error messages, based on

Modified: httpd/httpd/branches/2.4.x/docs/manual/custom-error.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/custom-error.html.fr?rev=1361161&r1=1361160&r2=1361161&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/custom-error.html.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/custom-error.html.fr Fri Jul 13 11:17:41 2012
@@ -28,6 +28,8 @@
 <a href="./ko/custom-error.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="./tr/custom-error.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>
 
     <p>Le serveur HTTP Apache fournit des messages d'erreur génériques
     pour les codes de statut 4xx ou 5xx ; ces messages sont cependant

Modified: httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.es
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.es?rev=1361161&r1=1361160&r2=1361161&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.es (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.es Fri Jul 13 11:17:41 2012
@@ -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.es.xsl"?>
-<!-- English Revision: 420990:1334033 (outdated) -->
+<!-- English Revision: 420990:1361160 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.fr?rev=1361161&r1=1361160&r2=1361161&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.fr Fri Jul 13 11:17:41 2012
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
-<!-- English Revision : 1334033 -->
+<!-- English Revision: 1334033:1361160 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.ja?rev=1361161&r1=1361160&r2=1361161&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.ja [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.ja [utf-8] Fri Jul 13 11:17:41 2012
@@ -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.ja.xsl"?>
-<!-- English Revision: 558686:1334033 (outdated) -->
+<!-- English Revision: 558686:1361160 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.ko?rev=1361161&r1=1361160&r2=1361161&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.ko [euc-kr] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.ko [euc-kr] Fri Jul 13 11:17:41 2012
@@ -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: 420990:1334033 (outdated) -->
+<!-- English Revision: 420990:1361160 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.meta?rev=1361161&r1=1361160&r2=1361161&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.meta Fri Jul 13 11:17:41 2012
@@ -9,7 +9,7 @@
   <variants>
     <variant>en</variant>
     <variant outdated="yes">es</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>

Modified: httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.tr?rev=1361161&r1=1361160&r2=1361161&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.tr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/custom-error.xml.tr [utf-8] Fri Jul 13 11:17:41 2012
@@ -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: 1187986:1334033 (outdated) -->
+<!-- English Revision: 1187986:1361160 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>