You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pa...@apache.org on 2002/05/06 10:35:22 UTC

cvs commit: httpd-2.0/docs/manual/mod index.xml

patrikj     02/05/06 01:35:22

  Modified:    docs/manual/mod index.xml
  Log:
  Added DTD.
  
  Revision  Changes    Path
  1.2       +14 -14    httpd-2.0/docs/manual/mod/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	10 Mar 2002 05:06:42 -0000	1.1
  +++ index.xml	6 May 2002 08:35:22 -0000	1.2
  @@ -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>