From 97dbf2d02adcec4d6c79fd22f1173bd5360bfbd5 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Sat, 9 Mar 2002 22:42:54 +0000 Subject: [PATCH] First crack at the automatic directive index. Now the only thing that needs to be done if a new module is added is to stick it in allmodules.xml. The directives will then get included in the index. The technique in the xsl stylesheet can surely be improved, and we can also now do fancy stuff like having a "quick reference" which includes syntax/etc. But this is a good start. I haven't committed the html output of this yet, because there are still a few modules yet to be converted to xml. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93822 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/allmodules.xml | 46 ++++++++++++++++++++++++++++++++++ docs/manual/mod/directives.xml | 17 +++++++++++++ docs/manual/style/manual.xsl | 24 ++++++++++++++++++ 3 files changed, 87 insertions(+) create mode 100644 docs/manual/mod/allmodules.xml create mode 100644 docs/manual/mod/directives.xml diff --git a/docs/manual/mod/allmodules.xml b/docs/manual/mod/allmodules.xml new file mode 100644 index 0000000000..ddf557d601 --- /dev/null +++ b/docs/manual/mod/allmodules.xml @@ -0,0 +1,46 @@ + +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_autoindex.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_env.xml +mod_example.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_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_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_winnt.xml +prefork.xml + \ No newline at end of file diff --git a/docs/manual/mod/directives.xml b/docs/manual/mod/directives.xml new file mode 100644 index 0000000000..6ef8220c07 --- /dev/null +++ b/docs/manual/mod/directives.xml @@ -0,0 +1,17 @@ + + +]> + + + +Directive Index + +

Each Apache directive available in the standard Apache + distribution is listed here. They are described using a + consistent format, and there is a dictionary of the terms used in their + descriptions available.

+
+&allmodules; +
\ No newline at end of file diff --git a/docs/manual/style/manual.xsl b/docs/manual/style/manual.xsl index a7a5a7e532..ef37629b36 100644 --- a/docs/manual/style/manual.xsl +++ b/docs/manual/style/manual.xsl @@ -9,6 +9,30 @@ + + +<xsl:value-of select="title"/> - Apache HTTP Server + + + +
+
+ [APACHE DOCUMENTATION] +

Apache HTTP Server Version 2.0

+
+

+ +
    + + +
  • +
    +
+
+ + +
+ -- 2.50.1