mirror of
https://github.com/apache/httpd.git
synced 2026-01-26 19:01:35 +03:00
the automatic module index. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93829 13f79535-47bb-0310-9956-ffa450edef68
18 lines
460 B
XML
18 lines
460 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE directiveindex [
|
|
<!ENTITY allmodules SYSTEM "allmodules.xml">
|
|
]>
|
|
|
|
<?xml-stylesheet type="text/xsl" href="../style/manual.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>
|
|
&allmodules;
|
|
</moduleindex> |