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
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
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
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