]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
- modulefilelist is no longer a valid element
authorAndré Malo <nd@apache.org>
Wed, 12 May 2004 18:37:19 +0000 (18:37 +0000)
committerAndré Malo <nd@apache.org>
Wed, 12 May 2004 18:37:19 +0000 (18:37 +0000)
- remove forgotten &allmodules; (wonder how this was transformed before ...)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103663 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/quickreference.xml.ko
docs/manual/style/modulesynopsis.dtd
docs/manual/style/sitemap.dtd

index 95cd043e2e9ad3b9cd87a23e8270150d0931a34f..400058657ca9cf1c57cc3ee58b6ee71e44c8f41e 100644 (file)
@@ -52,6 +52,4 @@
       <tr><th>X</th><td>Experimental</td></tr>
     </table>
   </legend>
-
-  &allmodules;
 </quickreference>
index 4b3c5331d793434ed1fdd37c8cfbe03c8086de3c..35d7d6d43d19a40f39ea02e344bd4b996abb31fa 100644 (file)
@@ -59,17 +59,17 @@ usage?, seealso*)>
 <!ELEMENT usage %Block;>
 
 <!-- Used in index.xml -->
-<!ELEMENT moduleindex (title, summary, seealso*, modulefilelist)>
+<!ELEMENT moduleindex (title, summary, seealso*)>
 
 <!ATTLIST moduleindex metafile CDATA  #REQUIRED>
 
 <!-- Used in directive.xml -->
-<!ELEMENT directiveindex (title | summary | modulefilelist)+>
+<!ELEMENT directiveindex (title | summary)+>
 
 <!ATTLIST directiveindex metafile CDATA  #REQUIRED>
 
 <!-- Used in quickreference.xml -->
-<!ELEMENT quickreference (title | summary | legend | modulefilelist)+>
+<!ELEMENT quickreference (title | summary | legend)+>
 <!ATTLIST quickreference metafile CDATA  #REQUIRED>
 
 <!ELEMENT legend (table, table)>
index 366e5fb8c57eb9648dbf6967b3c467148a434c6a..5a1c3ecacc525e5e7d71ef4b1e2daf193fcd9094 100644 (file)
 
 <!ATTLIST indexpage metafile CDATA  #REQUIRED>
 
-<!ELEMENT category (title, page*, modulefilelist? )>
+<!ELEMENT category (title, page*)>
 <!ATTLIST category id ID #IMPLIED>
 
 <!ELEMENT page (#PCDATA)>
 <!ATTLIST page href CDATA #IMPLIED
                separate (yes | no) "no" >
-
-<!ELEMENT modulefilelist (modulefile*) >
-<!ELEMENT modulefile (#PCDATA) >