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/14 11:49:37 UTC

svn commit: r1361504 - /httpd/httpd/branches/2.0.x/docs/manual/style/xsl/common.xsl

Author: humbedooh
Date: Sat Jul 14 09:49:36 2012
New Revision: 1361504

URL: http://svn.apache.org/viewvc?rev=1361504&view=rev
Log:
- Add a notice to each page that this documentation is no longer maintained (though not at EoL), and that the reader should look at the 2.2 or 2.4 documentation instead.
- Add a link to the 2.2 version of each document, if such a doc exists.

Modified:
    httpd/httpd/branches/2.0.x/docs/manual/style/xsl/common.xsl

Modified: httpd/httpd/branches/2.0.x/docs/manual/style/xsl/common.xsl
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/style/xsl/common.xsl?rev=1361504&r1=1361503&r2=1361504&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/style/xsl/common.xsl (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/style/xsl/common.xsl Sat Jul 14 09:49:36 2012
@@ -262,6 +262,18 @@
     </a>
     </xsl:if>
 </div> <!-- /path -->
+<!-- Retirement notice -->
+<div class="outofdate" style="width: 90%;">
+    <h4>Please note</h4>
+    This document refers to the 2.0 version of Apache httpd, which is no longer the recommended version.<br/>
+    If you are using the current versions of httpd (2.2 or 2.4), please visit their documentations instead:<br/>
+    <ul>
+        <li><a href="http://httpd.apache.org/docs/2.2/">Apache HTTP Server 2.2 documentation</a></li>
+        <li><a href="http://httpd.apache.org/docs/2.4/">Apache HTTP Server 2.4 documentation</a></li>
+    </ul>
+    You may try <a href="http://httpd.apache.org/docs/2.2{concat($metafile/path, $metafile/basename, '.html')}">this link</a> to 
+    go to the 2.2 version of this document.
+</div>
 </xsl:template>
 <!-- /top -->