From: Joshua Slive Date: Thu, 14 Feb 2002 00:48:04 +0000 (+0000) Subject: Add the parts for the xml to html transformation system for the module X-Git-Tag: 2.0.33~273 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2eb8d382da841bf25583e641cdf7749ed30b2a4e;p=apache Add the parts for the xml to html transformation system for the module docs. Details will be at http://httpd.apache.org/docs-project/docsformat.html shortly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93398 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/build.sh b/docs/manual/style/build.sh new file mode 100644 index 0000000000..f1b777c0d7 --- /dev/null +++ b/docs/manual/style/build.sh @@ -0,0 +1,30 @@ +#!/bin/sh + +if [ "$JAVA_HOME" = "" ] ; then + echo You must set JAVA_HOME to point at your Java Development Kit directory + exit 1 +fi + +# convert the existing path to unix +if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ; then + CLASSPATH=`cygpath --path --unix "$CLASSPATH"` +fi + +# Add in your .jar files first +for i in ./lib/*.jar +do + CLASSPATH=$CLASSPATH:"$i" +done + +# convert the unix path to windows +if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ; then + CLASSPATH=`cygpath --path --windows "$CLASSPATH"` +fi + +BUILDFILE=build.xml + +${JAVA_HOME}/bin/java $ANT_OPTS -classpath "$CLASSPATH" \ + org.apache.tools.ant.Main \ + -Dant.home=$ANT_HOME \ + -buildfile ${BUILDFILE} \ + "$@" diff --git a/docs/manual/style/build.xml b/docs/manual/style/build.xml new file mode 100644 index 0000000000..60d4106a2b --- /dev/null +++ b/docs/manual/style/build.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/manual/style/manual.xsl b/docs/manual/style/manual.xsl new file mode 100644 index 0000000000..6b7c188a33 --- /dev/null +++ b/docs/manual/style/manual.xsl @@ -0,0 +1,221 @@ + + + + + + + + + + + + + + + + + + <xsl:value-of select="name"/> - Apache HTTP Server + + + +
+ +
+ [APACHE DOCUMENTATION] +

Apache HTTP Server Version 2.0

+
+

Apache Module

+ + + + + + +
+ + + + + + + + + +
Description:
Status:
Module Identifier:
Compatibility:
+
+ + +

Summary

+ + + +

See also:

+
    + +
  • +
    +
+
+ +

Directives

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

Apache HTTP Server Version 2.0

+ Index + Home + +
+ + + +
+ + + + + + + + +

+
+ +

+
+ + +
+ + + + + + + + + + + + + +

Directive

+ +
+ + + + + + + + + + + + + + + + + +
Description:
Syntax:
Default:
Context:
Override:
Status:
Module:
Compatibility:
+
+ + + +

See also:

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

+
+ + + +
+
+ +
+
+
+ +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +