You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2002/07/16 14:46:15 UTC

cvs commit: httpd-2.0/docs/manual/style manualpage.dtd common.dtd

slive       2002/07/16 05:46:15

  Modified:    docs/manual/style manualpage.dtd common.dtd
  Log:
  Fix definition of <section>, which was duplicated but not quite the same in
  manualpage and common.
  
  Submitted by: Vincent de Lau <vi...@delau.nl>
  
  Revision  Changes    Path
  1.2       +0 -6      httpd-2.0/docs/manual/style/manualpage.dtd
  
  Index: manualpage.dtd
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/manualpage.dtd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -d -b -u -r1.1 -r1.2
  --- manualpage.dtd	15 Jul 2002 17:18:54 -0000	1.1
  +++ manualpage.dtd	16 Jul 2002 12:46:15 -0000	1.2
  @@ -6,12 +6,6 @@
   <!-- <manualpage> is the root element -->
   <!ELEMENT manualpage (title, summary?, seealso*, section*)>
   
  -<!-- a page may have one or more sections. Each section is named by an
  -     unique id. A section must have a title and some text. It may have
  -     subsections and a list of related modules and directives -->
  -<!ELEMENT section (title, (section | related | %blocktags;)*)>
  -<!ATTLIST section id ID #IMPLIED>
  -
   <!-- the lists of related modules and/or related directives -->
   <!ELEMENT related (modulelist | directivelist)+>
   
  
  
  
  1.2       +5 -3      httpd-2.0/docs/manual/style/common.dtd
  
  Index: common.dtd
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/common.dtd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -d -b -u -r1.1 -r1.2
  --- common.dtd	15 Jul 2002 17:18:54 -0000	1.1
  +++ common.dtd	16 Jul 2002 12:46:15 -0000	1.2
  @@ -21,9 +21,11 @@
   
   <!ELEMENT modulelist (module)+>
   
  -<!ELEMENT section (section | title | %blocktags;)*>
  -
  -<!ATTLIST section id CDATA #IMPLIED>
  +<!-- a page may have one or more sections. Each section is named by an
  +     unique id. A section must have a title and some text. It may have
  +     subsections and a list of related modules and directives -->
  +<!ELEMENT section (title, (section | related | %blocktags;)*)>
  +<!ATTLIST section id ID #IMPLIED>
   
   <!ELEMENT module (#PCDATA)>
   
  
  
  

Re: cvs commit: httpd-2.0/docs/manual/style manualpage.dtd common.dtd

Posted by Joshua Slive <jo...@slive.ca>.
On 16 Jul 2002 slive@apache.org wrote:

> slive       2002/07/16 05:46:15
>
>   Modified:    docs/manual/style manualpage.dtd common.dtd
>   Log:
>   Fix definition of <section>, which was duplicated but not quite the same in
>   manualpage and common.

Uhhh... I have a feeling this still isn't correct because <modulesynopsis>
does not allow the <related> tag... Hmmm...

Joshua.


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org