From 4f609166a095033f0b3f4706fd9f9dc06ff70402 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Sun, 10 Mar 2002 05:05:42 +0000 Subject: [PATCH] Add the stylesheet transformation to create the automatic module index. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93828 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/manual.xsl | 49 ++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/docs/manual/style/manual.xsl b/docs/manual/style/manual.xsl index bbe38a47b3..a8524e8434 100644 --- a/docs/manual/style/manual.xsl +++ b/docs/manual/style/manual.xsl @@ -9,6 +9,50 @@ + + +<xsl:value-of select="title"/> - Apache HTTP Server + + + +
+
+ [APACHE DOCUMENTATION] +

Apache HTTP Server Version 2.0

+
+

+ +

Core Features and Multi-Processing Modules

+
+ + + +
+
+
+
+
+

Other Modules

+
+ + + +
+
+
+
+
+
+ +
+

Apache HTTP Server Version 2.0

+Index +Home + + +
+ + <xsl:value-of select="title"/> - Apache HTTP Server @@ -32,6 +76,11 @@ + +
+

Apache HTTP Server Version 2.0

+Index +Home
-- 2.50.1