From: Andre Malo Date: Mon, 23 Sep 2002 03:40:12 +0000 (+0000) Subject: move module list into sitemap.xml X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9346f9877fe62a1932f3322ba2e009dca41c2f86;p=apache move module list into sitemap.xml allmodules.xml is no longer needed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96955 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/allmodules.xml b/docs/manual/mod/allmodules.xml deleted file mode 100644 index a01c24b4a6..0000000000 --- a/docs/manual/mod/allmodules.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - core.xml - mod_access.xml - mod_actions.xml - mod_alias.xml - mod_asis.xml - mod_auth.xml - mod_auth_anon.xml - mod_auth_dbm.xml - mod_auth_digest.xml - mod_auth_ldap.xml - mod_autoindex.xml - mod_cache.xml - mod_cern_meta.xml - mod_cgi.xml - mod_cgid.xml - mod_charset_lite.xml - mod_dav.xml - mod_deflate.xml - mod_dir.xml - mod_echo.xml - mod_env.xml - mod_example.xml - mod_expires.xml - mod_ext_filter.xml - mod_file_cache.xml - mod_headers.xml - mod_imap.xml - mod_include.xml - mod_info.xml - mod_isapi.xml - mod_ldap.xml - mod_log_config.xml - mod_mime.xml - mod_mime_magic.xml - mod_negotiation.xml - mod_proxy.xml - mod_rewrite.xml - mod_setenvif.xml - mod_so.xml - mod_ssl.xml - mod_speling.xml - mod_status.xml - mod_suexec.xml - mod_unique_id.xml - mod_userdir.xml - mod_usertrack.xml - mod_vhost_alias.xml - mpm_common.xml - mpm_netware.xml - mpm_winnt.xml - perchild.xml - prefork.xml - worker.xml - diff --git a/docs/manual/mod/directives.xml b/docs/manual/mod/directives.xml index 9373761b0b..4fbabd9685 100644 --- a/docs/manual/mod/directives.xml +++ b/docs/manual/mod/directives.xml @@ -1,6 +1,6 @@ ] + [ ] > @@ -22,5 +22,5 @@

- &allmodules; + &sitemap; \ No newline at end of file diff --git a/docs/manual/mod/index.xml b/docs/manual/mod/index.xml index 462b9508ec..181fd2aaea 100644 --- a/docs/manual/mod/index.xml +++ b/docs/manual/mod/index.xml @@ -1,6 +1,6 @@ ] + [ ] > @@ -14,5 +14,6 @@ directives.

- &allmodules; + + &sitemap; \ No newline at end of file diff --git a/docs/manual/mod/quickreference.xml b/docs/manual/mod/quickreference.xml index 46310bf25a..219c39f002 100644 --- a/docs/manual/mod/quickreference.xml +++ b/docs/manual/mod/quickreference.xml @@ -1,6 +1,6 @@ ] + [ ] > @@ -39,5 +39,5 @@ - &allmodules; + &sitemap; \ No newline at end of file diff --git a/docs/manual/sitemap.html.en b/docs/manual/sitemap.html.en index c84c82a053..efc560d9d4 100644 --- a/docs/manual/sitemap.html.en +++ b/docs/manual/sitemap.html.en @@ -7,8 +7,145 @@ -->Site Map - Apache HTTP Server
<-
Apache > HTTP Server > Documentation > Version 2.0

Site Map

This page lists the currently available documents of the Apache HTTP Server Version 2.0 Documentation.

-
top
top
top
top
top
top
top
top
top
top
top
top
\ No newline at end of file +
top

Release Notes

top

Using the Apache HTTP Server

top

Apache Virtual Host documentation

top

Apache Server Frequently Asked Questions

top

Apache SSL/TLS Encryption

top

Guides, Tutorials, and HowTos

top

Platform-specific Notes

top

Apache HTTP Server and Supporting Programs

top

Apache Miscellaneous Documentation

top

Apache modules

top

Developer Documentation

top

Descriptive Information

\ No newline at end of file diff --git a/docs/manual/sitemap.xml b/docs/manual/sitemap.xml index 5dbf6185f6..9d0a46bc6e 100644 --- a/docs/manual/sitemap.xml +++ b/docs/manual/sitemap.xml @@ -1,7 +1,4 @@ - ] -> @@ -127,7 +124,61 @@ Server on HPUX Module index Directive index Directive Quick-Reference -&allmodules; + + core.xml + mod_access.xml + mod_actions.xml + mod_alias.xml + mod_asis.xml + mod_auth.xml + mod_auth_anon.xml + mod_auth_dbm.xml + mod_auth_digest.xml + mod_auth_ldap.xml + mod_autoindex.xml + mod_cache.xml + mod_cern_meta.xml + mod_cgi.xml + mod_cgid.xml + mod_charset_lite.xml + mod_dav.xml + mod_deflate.xml + mod_dir.xml + mod_echo.xml + mod_env.xml + mod_example.xml + mod_expires.xml + mod_ext_filter.xml + mod_file_cache.xml + mod_headers.xml + mod_imap.xml + mod_include.xml + mod_info.xml + mod_isapi.xml + mod_ldap.xml + mod_log_config.xml + mod_mime.xml + mod_mime_magic.xml + mod_negotiation.xml + mod_proxy.xml + mod_rewrite.xml + mod_setenvif.xml + mod_so.xml + mod_ssl.xml + mod_speling.xml + mod_status.xml + mod_suexec.xml + mod_unique_id.xml + mod_userdir.xml + mod_usertrack.xml + mod_vhost_alias.xml + mpm_common.xml + mpm_netware.xml + mpm_winnt.xml + perchild.xml + prefork.xml + worker.xml + diff --git a/docs/manual/style/modulesynopsis.dtd b/docs/manual/style/modulesynopsis.dtd index dc990a7d18..2bbac0ada9 100644 --- a/docs/manual/style/modulesynopsis.dtd +++ b/docs/manual/style/modulesynopsis.dtd @@ -1,7 +1,7 @@ - -%common; + +%sitemap; - - - - - + - + - + diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index 548f400b3b..01df2333fc 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -632,12 +632,13 @@ + - + diff --git a/docs/manual/style/xsl/directiveindex.xsl b/docs/manual/style/xsl/directiveindex.xsl index 4b5275defb..50fee821f1 100644 --- a/docs/manual/style/xsl/directiveindex.xsl +++ b/docs/manual/style/xsl/directiveindex.xsl @@ -15,9 +15,13 @@ + + - + + +
@@ -45,18 +49,10 @@
    + - - - - - - - - -
-
+ @@ -71,10 +67,11 @@ + - +
  • @@ -104,6 +101,7 @@ + diff --git a/docs/manual/style/xsl/moduleindex.xsl b/docs/manual/style/xsl/moduleindex.xsl index 4a8048acd1..34a737f031 100644 --- a/docs/manual/style/xsl/moduleindex.xsl +++ b/docs/manual/style/xsl/moduleindex.xsl @@ -30,7 +30,7 @@
    - + @@ -56,7 +56,7 @@
    - + diff --git a/docs/manual/style/xsl/quickreference.xsl b/docs/manual/style/xsl/quickreference.xsl index cae19877be..3949c8baaa 100644 --- a/docs/manual/style/xsl/quickreference.xsl +++ b/docs/manual/style/xsl/quickreference.xsl @@ -28,11 +28,15 @@
    + + - + + + - +
    @@ -62,6 +66,7 @@ +
    @@ -81,10 +86,11 @@ + - + @@ -160,7 +166,8 @@ - + + diff --git a/docs/manual/style/xsl/sitemap.xsl b/docs/manual/style/xsl/sitemap.xsl index 09f9b1eaac..8707061169 100644 --- a/docs/manual/style/xsl/sitemap.xsl +++ b/docs/manual/style/xsl/sitemap.xsl @@ -12,7 +12,7 @@ - + @@ -102,11 +102,15 @@
  • - +
  • + + + +
    @@ -183,6 +187,10 @@ + + + +
    @@ -199,6 +207,10 @@ + + + +