From ebcf1d624ac3886f5dd4f2501cfd214492bde381 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Fri, 15 Feb 2002 16:07:28 +0000 Subject: Change the format slightly so that each "context" get's its own tag in a . This should make it easier to, for example, generate an index of all the directives available in a certain context. Also, add a css stylesheet, turn off link underlining, and turn all the directive and module names green. Further refinement necessary for sure. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93427 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_setenvif.xml | 16 ++++++++++---- docs/manual/style/manual.css | 12 ++++++++++ docs/manual/style/manual.xsl | 47 ++++++++++++++++++++++++++++++---------- 3 files changed, 59 insertions(+), 16 deletions(-) create mode 100644 docs/manual/style/manual.css (limited to 'docs') diff --git a/docs/manual/mod/mod_setenvif.xml b/docs/manual/mod/mod_setenvif.xml index 41bc4ddb04..4d4a85d743 100644 --- a/docs/manual/mod/mod_setenvif.xml +++ b/docs/manual/mod/mod_setenvif.xml @@ -39,7 +39,9 @@ on characteristics of the request BrowserMatch regex env-variable[=value] [env-variable[=value]] ... none -server config, virtual host, directory, .htaccess +server config +virtual hostdirectory +.htaccess FileInfo Apache 1.2 and above (in Apache 1.2 this directive was found in the @@ -102,7 +104,9 @@ respect to case BrowserMatchNoCase regex env-variable[=value] [env-variable[=value]] ... none -server config, virtual host, directory, .htaccess +server config +virtual hostdirectory +.htaccess FileInfo Apache 1.2 and above (in Apache 1.2 this directive was found in the @@ -140,7 +144,9 @@ respect to case regex env-variable[=value] [env-variable[=value]] ... none - server config, virtual host, directory, .htaccess +server config +virtual hostdirectory +.htaccess FileInfo Apache 1.3 and above; the Request_Protocol keyword and environment-variable @@ -234,7 +240,9 @@ without respect to case SetEnvIfNoCase attribute regex env-variable[=value] [env-variable[=value]] ... none -server config, virtual host, directory, .htaccess +server config +virtual hostdirectory +.htaccess FileInfo Apache 1.3 and above diff --git a/docs/manual/style/manual.css b/docs/manual/style/manual.css new file mode 100644 index 0000000000..4d0482f8aa --- /dev/null +++ b/docs/manual/style/manual.css @@ -0,0 +1,12 @@ +body {background: white; + text: black; } + +.help { font-weight: bold } + +.directive { color: green; } + +.module { color: green; } + +a:link { text-decoration: none } +a:hover { text-decoration: underline } +a:visited { text-decoration: none } diff --git a/docs/manual/style/manual.xsl b/docs/manual/style/manual.xsl index 6b7c188a33..6617581728 100644 --- a/docs/manual/style/manual.xsl +++ b/docs/manual/style/manual.xsl @@ -1,5 +1,5 @@ - + ]> @@ -16,9 +16,15 @@ + + + - - <xsl:value-of select="name"/> - Apache HTTP Server + + <xsl:value-of select="name"/> - Apache HTTP Server + @@ -36,14 +42,16 @@
- + - + - + - + + +
Description:
Description:
Status:
Status:
Module Identifier:
Module Identifier:
Compatibility:
Compatibility:
@@ -123,22 +131,28 @@
- + + + - + + + + +
Description:
Description:
Syntax:
Default:
Context:
Override:
Status:
Module:
Compatibility:
@@ -155,6 +169,15 @@
+ + + + + + + , + +
@@ -181,7 +204,7 @@ - + @@ -190,10 +213,10 @@ - + - + -- cgit v1.2.3