1
0
mirror of https://github.com/apache/httpd.git synced 2025-10-28 20:34:59 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
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