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>
<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"/>