<?xml version="1.0"?>
-<!DOCTYPE directiveindex [
- <!ENTITY allmodules SYSTEM "allmodules.xml">
-]>
-
+<!DOCTYPE directiveindex SYSTEM "../style/modulesynopsis.dtd"
+ [ <!ENTITY allmodules SYSTEM "allmodules.xml"> ]
+>
<?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
+
<directiveindex>
-<title>Directive Index</title>
-<summary>
- <p>Each Apache directive available in the standard Apache
- distribution is listed here. They are described using a
- consistent format, and there is <a href="directive-dict.html"
- rel="Glossary">a dictionary</a> of the terms used in their
- descriptions available.</p>
-</summary>
-&allmodules;
+ <title>Directive Index</title>
+ <summary>
+ <p>
+ Each Apache directive available in the standard Apache
+ distribution is listed here. They are described using a
+ consistent format, and there is <a href="directive-dict.html"
+ rel="Glossary">a dictionary</a> of the terms used in their
+ descriptions available.
+ </p>
+ </summary>
+ &allmodules;
</directiveindex>
\ No newline at end of file
<?xml version="1.0"?>
-<!DOCTYPE directiveindex [
- <!ENTITY allmodules SYSTEM "allmodules.xml">
-]>
-
+<!DOCTYPE moduleindex SYSTEM "../style/modulesynopsis.dtd"
+ [ <!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>
+ <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>
\ No newline at end of file