Commit 23567635 authored by Rainer Jung's avatar Rainer Jung
Browse files

Use the same retirement info for korean docs

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
parent bab365dc
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -151,12 +151,11 @@
            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>
+1 −1
Original line number Diff line number Diff line
@@ -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"/>