]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Use the same retirement info for korean docs
authorRainer Jung <rjung@apache.org>
Mon, 2 Jan 2017 19:12:15 +0000 (19:12 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 2 Jan 2017 19:12:15 +0000 (19:12 +0000)
as for all others.

Followup to r1732029.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1776988 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/lang/ko.xml
docs/manual/style/manual.ko.xsl

index e8d02b113e3f85f5844fd14ce4e73d444388ec7b..b547a6dd6c8d3f8355ba2dcdba754dcaf814a0d7 100644 (file)
             not been translated yet. Please have a look at the English
             version.</message>
 
-        <!-- retirement -->
+        <!-- retirement (needs translation) -->
         <message id="retired.headline">Please note</message>
         <message id="retired.description">
-            <p>This document refers to the <strong>2.0</strong> version of Apache httpd, which <strong>is no longer maintained</strong>. Upgrade, and refer to the current version of httpd instead, documented at:</p>
+            <p> This document refers to a legacy release (<strong>2.2</strong>) of Apache httpd. The active release (<strong>2.4</strong>) is documented <a href="http://httpd.apache.org/docs/current">here</a>. If you have not already upgraded, please follow <a href="http://httpd.apache.org/docs/current/upgrading.html">this link</a> for more information.</p>
         </message>
-        <message id="retired.current">Current release version of Apache HTTP Server documentation</message>
         <message id="retired.document">You may follow <link>this link</link> to go to the current version of this document.</message>
 
     </messages>
index 25353d3e5b1efcfc03a8e8f17b38ee11b1d4d3d2..84220ca98f2cc85f572ae48cfaba46581d5284fc 100644 (file)
@@ -29,7 +29,7 @@
 <xsl:variable name="output-encoding">EUC-KR</xsl:variable>
 <xsl:variable name="is-chm" select="false()"/>
 <xsl:variable name="is-zip" select="false()"/>
-<xsl:variable name="is-retired" select="false()"/>
+<xsl:variable name="is-retired" select="true()"/>
 
 <!-- Now get the real guts of the stylesheet -->
 <xsl:include href="xsl/common.xsl"/>