]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
- Add a notice to each page that this documentation is no longer maintained (though...
authorDaniel Gruno <humbedooh@apache.org>
Sat, 14 Jul 2012 09:49:36 +0000 (09:49 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sat, 14 Jul 2012 09:49:36 +0000 (09:49 +0000)
- Add a link to the 2.2 version of each document, if such a doc exists.

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

docs/manual/style/xsl/common.xsl

index 15377619429173f3a9efc1321ff68e48244cff9e..85139c7d15379bf6b0d93ac3df3a07aa15514d9b 100644 (file)
     </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 -->