Gentoo Archives: gentoo-commits

From: "Xavier Neys (neysx)" <neysx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/dtd: book.dtd
Date: Tue, 06 Nov 2007 15:48:06
Message-Id: E1IpQem-0005XL-SO@stork.gentoo.org
1 neysx 07/11/06 15:48:00
2
3 Modified: book.dtd
4 Log:
5 Handbook sections must contain either body(ies) or subsection(s) but not mix them, which is already more permissive than regular guides
6
7 Revision Changes Path
8 1.28 xml/htdocs/dtd/book.dtd
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/book.dtd?rev=1.28&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/book.dtd?rev=1.28&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/book.dtd?r1=1.27&r2=1.28
13
14 Index: book.dtd
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/dtd/book.dtd,v
17 retrieving revision 1.27
18 retrieving revision 1.28
19 diff -u -r1.27 -r1.28
20 --- book.dtd 13 Jul 2007 20:55:28 -0000 1.27
21 +++ book.dtd 6 Nov 2007 15:48:00 -0000 1.28
22 @@ -15,7 +15,7 @@
23
24 <!ELEMENT sections (abstract?, version, date, section+)>
25
26 -<!ELEMENT section (title, body*, subsection*)>
27 +<!ELEMENT section (title, (body+ | subsection+) )>
28 <!ATTLIST section id CDATA #IMPLIED
29 test CDATA #IMPLIED>
30
31
32
33
34 --
35 gentoo-commits@g.o mailing list