1
0
mirror of https://github.com/apache/httpd.git synced 2025-10-27 09:35:38 +03:00
Commit Graph

13 Commits

Author SHA1 Message Date
Joshua Slive
c04a96e863 Try once more to fix the whitespace problems. This type use a big stick
by turning off indenting.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93730 13f79535-47bb-0310-9956-ffa450edef68
2002-03-06 17:06:41 +00:00
Joshua Slive
3cf169f109 A few changes of my own:
Get rid of the 100% table widths, since they don't render well in MSIE.
Add the   back in "Module Identifier".
Fix the remaining extra-space problems.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93727 13f79535-47bb-0310-9956-ffa450edef68
2002-03-06 15:57:52 +00:00
Joshua Slive
0deadb27c2 Updated to stylessheets to translate remaining text
and improve a few spacing issues.

Submitted by: Patrik Grip-Jansson <patrikj@gnulix.org>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93726 13f79535-47bb-0310-9956-ffa450edef68
2002-03-06 15:48:14 +00:00
Joshua Slive
d181d7e4f5 Updates to the XSLT transformation:
- Add a facility for translations.
- Add a type="warning" for <note>.
- Clean up some variable definitions.

Submitted by:  Patrik Grip-Jansson <patrikj@gnulix.org>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93685 13f79535-47bb-0310-9956-ffa450edef68
2002-03-03 15:32:57 +00:00
Joshua Slive
b7dac35858 Changes necessary to document MPMs.
In particular, we use an mpm_common file for directives shared between
mpms.  These changes allow for an

<directivesynopsis location="mpm_common">
<name>Listen</name>
</directivesynopsis>

to be included in mpm documentation files.  Also, I added the option
of a <modulelist>, which is used in documenting directives inside
mpm_common.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93578 13f79535-47bb-0310-9956-ffa450edef68
2002-02-26 19:00:01 +00:00
Joshua Slive
b4e054ff33 Make sure the "do not edit" comment gets passed through.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93500 13f79535-47bb-0310-9956-ffa450edef68
2002-02-19 18:33:00 +00:00
Joshua Slive
feb01eb556 Woops... Not allowed to break a line there.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93499 13f79535-47bb-0310-9956-ffa450edef68
2002-02-19 18:22:30 +00:00
Joshua Slive
6449815496 A couple small changes and a little reformatting to try to make it more
understandable.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93497 13f79535-47bb-0310-9956-ffa450edef68
2002-02-19 18:15:45 +00:00
Joshua Slive
c605a80665 Three xsl changes:
1. If there are no directives for a module, print "This module provides
no directives."

2. Add the type="section" parameter for <directive> and
<directivesynopsis>.  The < and > should not be included.  They will
be added by the transformation.

3. All fragment anchors (internal page links) go to lowercase.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93476 13f79535-47bb-0310-9956-ffa450edef68
2002-02-18 15:43:15 +00:00
Joshua Slive
5ce110fc04 The color I used for <note> is too ugly even for a temporary
placeholder.  Change it to a pleasent blue.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93456 13f79535-47bb-0310-9956-ffa450edef68
2002-02-17 15:26:13 +00:00
Joshua Slive
906248f819 Make the <summary> optional and change the header on nested sections.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93431 13f79535-47bb-0310-9956-ffa450edef68
2002-02-15 18:04:53 +00:00
Joshua Slive
ebcf1d624a Change the format slightly so that each "context" get's its own tag in
a <contextlist>.  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
2002-02-15 16:07:28 +00:00
Joshua Slive
2eb8d382da 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
2002-02-14 00:48:04 +00:00