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:33:53 UTC

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

patrikj     02/05/06 01:33:53

  Modified:    docs/manual/mod directives.xml
  Log:
  Added DTD.
  
  Revision  Changes    Path
  1.2       +15 -13    httpd-2.0/docs/manual/mod/directives.xml
  
  Index: directives.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/directives.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- directives.xml	9 Mar 2002 22:42:54 -0000	1.1
  +++ directives.xml	6 May 2002 08:33:53 -0000	1.2
  @@ -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>