From 4c232421955e8805dd669768e15bb644f83aafb1 Mon Sep 17 00:00:00 2001 From: Andre Malo Date: Tue, 10 Sep 2002 00:36:11 +0000 Subject: [PATCH] sitemap revision: support for new sitemap.xml new sitemap.dtd and sitemap.xsl added some corresponding items to en.xml added new li.separate style to manual.css also, increased the distance between list items inside the sidebar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96729 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/css/manual.css | 6 +- docs/manual/style/lang/en.xml | 5 +- docs/manual/style/sitemap.dtd | 22 ++++ docs/manual/style/xsl/common.xsl | 1 + docs/manual/style/xsl/sitemap.xsl | 210 ++++++++++++++++++++++++++++++ 5 files changed, 242 insertions(+), 2 deletions(-) create mode 100644 docs/manual/style/sitemap.dtd create mode 100644 docs/manual/style/xsl/sitemap.xsl diff --git a/docs/manual/style/css/manual.css b/docs/manual/style/css/manual.css index f1f3a50079..24ae227115 100644 --- a/docs/manual/style/css/manual.css +++ b/docs/manual/style/css/manual.css @@ -348,6 +348,10 @@ ol.up-A { list-style-type: upper-alpha; } +li.separate { + margin-bottom: 1em; +} + /* table of contents */ /* ====================== */ #toc, @@ -436,7 +440,7 @@ div#quickview .seealso { #manual-page div#quickview ul#toc li, div#quickview #topics li, div#quickview .seealso li { - margin: 0 0 2px 0; + margin: 0.4em 0 2px 0; padding: 0; list-style-type: square; list-style-position: outside; diff --git a/docs/manual/style/lang/en.xml b/docs/manual/style/lang/en.xml index 70189008da..f7583db16c 100644 --- a/docs/manual/style/lang/en.xml +++ b/docs/manual/style/lang/en.xml @@ -12,8 +12,11 @@ Core Features and Multi-Processing Modules Other Modules - + Apache Module + Apache Core Features + Apache MPM Common Directives + Apache MPM Description diff --git a/docs/manual/style/sitemap.dtd b/docs/manual/style/sitemap.dtd new file mode 100644 index 0000000000..89808e7964 --- /dev/null +++ b/docs/manual/style/sitemap.dtd @@ -0,0 +1,22 @@ + + + +%common; + + + + + + + + + + + + + + + + + diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index 24f02043d5..0c18cb6420 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -38,6 +38,7 @@ + diff --git a/docs/manual/style/xsl/sitemap.xsl b/docs/manual/style/xsl/sitemap.xsl new file mode 100644 index 0000000000..09f9b1eaac --- /dev/null +++ b/docs/manual/style/xsl/sitemap.xsl @@ -0,0 +1,210 @@ + + ]> + + + + + + + + + + + + + + + + + +
+
+

+ +

+ + +
+ + +
+ + + +
    + + +
  • + + + + + +
  • +
    + + +
  • + + + +
  • +
    +
    +
+
+ + +

+ +

+
    + +
  • + +
  • +
    +
+
+ +
+
+ + +
+ + + + +
+ + + + + + + + + + + + + + + + + + +
  • + +
  • +
    + + +
  • + +
  • +
    +
    + + + + + + + + + + +
    + + +

    + + + + + + + + + +

    + + +
      + +
    + + + +
    +
    + + + + + + + + + + + + +
    -- 2.40.0