mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
- reintroduced the sidebar for the module index page (obvious ;-)
* didn't want to leave the section links so alone, thus added some
<seealso>s.
- changed the ordering of the core/MPMs as follows:
* core
* mpm_common
* alphabetical list of the mpms (ordered by their "natural" names).
- same appeared on the sitemap
- changed <h1> headings of the modulesynopsis files, so that they match the
titles in the sitemap. This should better reflect the nature of the
modules. (affects only core & MPMs)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98076 13f79535-47bb-0310-9956-ffa450edef68
23 lines
681 B
XML
23 lines
681 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE moduleindex SYSTEM "../style/modulesynopsis.dtd"
|
|
[ <!ENTITY sitemap SYSTEM "../sitemap.xml"> ]
|
|
>
|
|
<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
|
|
|
|
<moduleindex>
|
|
<title>Module Index</title>
|
|
<summary>
|
|
<p>
|
|
Below is a list of all of the modules that come as part of
|
|
the Apache distribution. See also the complete
|
|
alphabetical list of <a href="directives.html">all Apache
|
|
directives</a>.
|
|
</p>
|
|
</summary>
|
|
<seealso><a href="../mpm.html">Multi-Processing Modules (MPMs)</a>
|
|
</seealso>
|
|
<seealso><a href="quickreference.html">Directive Quick Reference</a>
|
|
</seealso>
|
|
|
|
&sitemap;
|
|
</moduleindex> |