From 4425c9f9d7e9cfc40bfb6d5f11fc57765b08f453 Mon Sep 17 00:00:00 2001
From: Andre Malo
Date: Sun, 22 Dec 2002 22:45:38 +0000
Subject: [PATCH] since nobody objected, apply proposed style changes:
- reintroduced the sidebar for the module index page (obvious ;-)
* didn't want to leave the section links so alone, thus added some
s.
- changed the ordering of the core/MPMs as follows:
* core
* mpm_common
* alphabetical list of the mpms (ordered by their "natural" names).
- same appeared on the sitemap
- changed headings of the modulesynopsis files, so that they match the
titles in the sitemap. This should better reflect the nature of the
modules. (affects only core & MPMs)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98076 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/index.xml | 4 +
docs/manual/style/css/manual.css | 10 ++-
docs/manual/style/xsl/common.xsl | 20 +++++
docs/manual/style/xsl/moduleindex.xsl | 123 +++++++++++++++++++++-----
docs/manual/style/xsl/sitemap.xsl | 103 +++++++++++----------
docs/manual/style/xsl/synopsis.xsl | 36 ++++++--
6 files changed, 217 insertions(+), 79 deletions(-)
diff --git a/docs/manual/mod/index.xml b/docs/manual/mod/index.xml
index 181fd2aaea..3462211150 100644
--- a/docs/manual/mod/index.xml
+++ b/docs/manual/mod/index.xml
@@ -14,6 +14,10 @@
directives.
+ Multi-Processing Modules (MPMs)
+
+ Directive Quick Reference
+
&sitemap;
\ No newline at end of file
diff --git a/docs/manual/style/css/manual.css b/docs/manual/style/css/manual.css
index 17c728742d..3811c06b39 100644
--- a/docs/manual/style/css/manual.css
+++ b/docs/manual/style/css/manual.css
@@ -473,6 +473,10 @@ ol.up-A {
list-style-type: upper-alpha;
}
+dd.separate {
+ margin-bottom: 2em;
+}
+
li.separate {
margin-bottom: 1em;
}
@@ -537,7 +541,7 @@ div#quickview ul#toc {
padding: 0;
}
-/* #module-index div#quickview ul#toc, */
+#module-index div#quickview ul#toc,
#manual-page div#quickview ul#toc {
margin-left: 0;
}
@@ -552,14 +556,14 @@ div#quickview li img {
display: none;
}
-/* #module-index div#quickview ul#toc, */
+#module-index div#quickview ul#toc,
#manual-page div#quickview ul#toc,
div#quickview #topics,
div#quickview .seealso {
padding-left: 15px;
}
-/* #module-index div#quickview ul#toc li, */
+#module-index div#quickview ul#toc li,
#manual-page div#quickview ul#toc li,
div#quickview #topics li,
div#quickview .seealso li {
diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl
index 5e73a7a1d8..f78595304c 100644
--- a/docs/manual/style/xsl/common.xsl
+++ b/docs/manual/style/xsl/common.xsl
@@ -811,4 +811,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/manual/style/xsl/moduleindex.xsl b/docs/manual/style/xsl/moduleindex.xsl
index 14556d37d6..941969c041 100644
--- a/docs/manual/style/xsl/moduleindex.xsl
+++ b/docs/manual/style/xsl/moduleindex.xsl
@@ -17,6 +17,7 @@
+
@@ -27,6 +28,59 @@
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
@@ -46,13 +100,48 @@
+
+
+
-
-
+ -
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
@@ -67,6 +156,7 @@
+
@@ -118,6 +208,9 @@
+
+
+
@@ -144,7 +237,7 @@
-
+
@@ -190,7 +283,7 @@
-
+
@@ -208,7 +301,7 @@
-
+
@@ -232,7 +325,7 @@
' -')
-->
-
+
-
@@ -242,23 +335,13 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
+
diff --git a/docs/manual/style/xsl/sitemap.xsl b/docs/manual/style/xsl/sitemap.xsl
index fb3e2f2d53..1436b829b6 100644
--- a/docs/manual/style/xsl/sitemap.xsl
+++ b/docs/manual/style/xsl/sitemap.xsl
@@ -172,6 +172,9 @@
+
+
+
@@ -187,6 +190,9 @@
+
+
+
@@ -194,6 +200,9 @@
+
+
+
@@ -204,57 +213,57 @@
-
+
-
-
-
--->
-
+
+
diff --git a/docs/manual/style/xsl/synopsis.xsl b/docs/manual/style/xsl/synopsis.xsl
index b354fc0375..e5f34ab38a 100644
--- a/docs/manual/style/xsl/synopsis.xsl
+++ b/docs/manual/style/xsl/synopsis.xsl
@@ -32,14 +32,34 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
2.50.1