From 4026b7b23ac20898a72cfa0b0454cf8b4a8db46a Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Sat, 14 Jul 2012 09:49:36 +0000 Subject: [PATCH] - 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. 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 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index 15377619429..85139c7d153 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -262,6 +262,18 @@ + +
+

Please note

+ This document refers to the 2.0 version of Apache httpd, which is no longer the recommended version.
+ If you are using the current versions of httpd (2.2 or 2.4), please visit their documentations instead:
+ + You may try this link to + go to the 2.2 version of this document. +
-- 2.47.2