From: André Malo Date: Wed, 16 Oct 2002 06:45:22 +0000 (+0000) Subject: required changes to include the obsolete stuff. X-Git-Tag: 2.0.44~269 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bdc2bbf99ce233fa08ea4b6ee43e73aafa103834;p=apache required changes to include the obsolete stuff. - new entries in en.xml - sidebar for moduleindex - new element for modulesynopsis - status attribute for and in order to create correct links (status="obsolete" inserts an 'obs_' before the module file name in the href) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97234 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/common.dtd b/docs/manual/style/common.dtd index edb4db283a..ef957064d4 100644 --- a/docs/manual/style/common.dtd +++ b/docs/manual/style/common.dtd @@ -35,10 +35,12 @@ + + type CDATA #IMPLIED + status CDATA #IMPLIED > diff --git a/docs/manual/style/css/manual-loose-100pc.css b/docs/manual/style/css/manual-loose-100pc.css index 3c402075d3..493e39d9a5 100644 --- a/docs/manual/style/css/manual-loose-100pc.css +++ b/docs/manual/style/css/manual-loose-100pc.css @@ -79,6 +79,7 @@ div#quickview li img { margin-right: 19px; } +#module-index div#quickview ul#toc, #manual-page div#quickview ul#toc, div#quickview #topics { padding-left: 0; @@ -88,6 +89,7 @@ div#quickview .seealso { padding-left: 34px; } +#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/css/manual-print.css b/docs/manual/style/css/manual-print.css index 26dfc19cff..d36851fb3f 100644 --- a/docs/manual/style/css/manual-print.css +++ b/docs/manual/style/css/manual-print.css @@ -459,12 +459,14 @@ div#quickview li img { display: none; } +#module-index div#quickview ul#toc, #manual-page div#quickview ul#toc, div#quickview #topics, div#quickview .seealso { padding-left: 0; } +#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/css/manual.css b/docs/manual/style/css/manual.css index e66f93a9d1..366518f1bc 100644 --- a/docs/manual/style/css/manual.css +++ b/docs/manual/style/css/manual.css @@ -537,6 +537,7 @@ div#quickview ul#toc { padding: 0; } +#module-index div#quickview ul#toc, #manual-page div#quickview ul#toc { margin-left: 0; } @@ -551,12 +552,14 @@ div#quickview li img { display: none; } +#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, #manual-page div#quickview ul#toc li, div#quickview #topics li, div#quickview .seealso li { @@ -761,7 +764,7 @@ div.warning { div.note p, div.warning p { - margin: 0; + margin: 0.5em 0 0 0; padding: 0; } diff --git a/docs/manual/style/lang/en.xml b/docs/manual/style/lang/en.xml index 1ea6e27c1f..0efe75df29 100644 --- a/docs/manual/style/lang/en.xml +++ b/docs/manual/style/lang/en.xml @@ -11,8 +11,10 @@ Core Features and Multi-Processing Modules Other Modules + Obsolete Modules + Obsolete Apache Module Apache Module Apache Core Features Apache MPM Common Directives diff --git a/docs/manual/style/modulesynopsis.dtd b/docs/manual/style/modulesynopsis.dtd index 2bbac0ada9..4e4ca4842f 100644 --- a/docs/manual/style/modulesynopsis.dtd +++ b/docs/manual/style/modulesynopsis.dtd @@ -3,7 +3,7 @@ %sitemap; - @@ -15,6 +15,8 @@ usage?, seealso*)> + + diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index 3063119cf3..84d76e6914 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -462,7 +462,11 @@ - + + obs_ + + + < > @@ -487,8 +491,12 @@ + + obs_ + + - + @@ -647,6 +655,16 @@ + + + + + + + + + + diff --git a/docs/manual/style/xsl/directiveindex.xsl b/docs/manual/style/xsl/directiveindex.xsl index 50fee821f1..704674cf29 100644 --- a/docs/manual/style/xsl/directiveindex.xsl +++ b/docs/manual/style/xsl/directiveindex.xsl @@ -15,7 +15,7 @@ - + diff --git a/docs/manual/style/xsl/moduleindex.xsl b/docs/manual/style/xsl/moduleindex.xsl index 34a737f031..26944b0ff9 100644 --- a/docs/manual/style/xsl/moduleindex.xsl +++ b/docs/manual/style/xsl/moduleindex.xsl @@ -14,6 +14,7 @@ +

@@ -22,11 +23,41 @@

+
+ +
+

- + + +

@@ -42,6 +73,10 @@
+ + + +
@@ -52,14 +87,16 @@ + + +
+

+ + + +

+ +
+ + + + +
+ + + +
+
+ + + ( + + ) + +
+
+ + +
+ + + + +
+
+
+
+ + +
+ diff --git a/docs/manual/style/xsl/quickreference.xsl b/docs/manual/style/xsl/quickreference.xsl index e56c965b95..05a5ffda09 100644 --- a/docs/manual/style/xsl/quickreference.xsl +++ b/docs/manual/style/xsl/quickreference.xsl @@ -28,7 +28,7 @@
- + diff --git a/docs/manual/style/xsl/sitemap.xsl b/docs/manual/style/xsl/sitemap.xsl index 8707061169..2a664b7ce7 100644 --- a/docs/manual/style/xsl/sitemap.xsl +++ b/docs/manual/style/xsl/sitemap.xsl @@ -199,7 +199,7 @@ - +
  • @@ -214,8 +214,31 @@ - + + + + diff --git a/docs/manual/style/xsl/synopsis.xsl b/docs/manual/style/xsl/synopsis.xsl index 3fd28784b8..d344a80a25 100644 --- a/docs/manual/style/xsl/synopsis.xsl +++ b/docs/manual/style/xsl/synopsis.xsl @@ -18,7 +18,12 @@

    - + + + + + +

    @@ -44,6 +49,15 @@ + + + + ( + + ) + +
    +
    @@ -81,7 +95,7 @@ - + @@ -196,6 +210,14 @@ + + + + + + + +