]> granicus.if.org Git - apache/commitdiff
Added DTD.
authorpatrikj <patrikj@apache.org>
Mon, 6 May 2002 08:35:22 +0000 (08:35 +0000)
committerpatrikj <patrikj@apache.org>
Mon, 6 May 2002 08:35:22 +0000 (08:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94951 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/directives.xml
docs/manual/mod/index.xml

index 6ef8220c07a5332113a925bdd27ab4b2f026f3ca..b1b94919ac5493b2abb455eeee885e90d74de3a6 100644 (file)
@@ -1,17 +1,19 @@
 <?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
index a509c2eb0d34935d20b93a92ac691b9a0dd225d0..d0b66d6c2d720b8b0e3a0058e385e9cf2169e8a2 100644 (file)
@@ -1,18 +1,18 @@
 <?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