public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/dtd: book.dtd
@ 2007-11-06 15:48 Xavier Neys (neysx)
  0 siblings, 0 replies; 3+ messages in thread
From: Xavier Neys (neysx) @ 2007-11-06 15:48 UTC (permalink / raw
  To: gentoo-commits

neysx       07/11/06 15:48:00

  Modified:             book.dtd
  Log:
  Handbook sections must contain either body(ies) or subsection(s) but not mix them, which is already more permissive than regular guides

Revision  Changes    Path
1.28                 xml/htdocs/dtd/book.dtd

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/book.dtd?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/book.dtd?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/book.dtd?r1=1.27&r2=1.28

Index: book.dtd
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/dtd/book.dtd,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- book.dtd	13 Jul 2007 20:55:28 -0000	1.27
+++ book.dtd	6 Nov 2007 15:48:00 -0000	1.28
@@ -15,7 +15,7 @@
 
 <!ELEMENT sections   (abstract?, version, date, section+)>
 
-<!ELEMENT section  (title, body*, subsection*)>
+<!ELEMENT section  (title, (body+ | subsection+) )>
 <!ATTLIST section  id   CDATA #IMPLIED
                    test CDATA #IMPLIED>
 



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/dtd: book.dtd
@ 2008-03-01 14:15 Xavier Neys (neysx)
  0 siblings, 0 replies; 3+ messages in thread
From: Xavier Neys (neysx) @ 2008-03-01 14:15 UTC (permalink / raw
  To: gentoo-commits

neysx       08/03/01 14:15:04

  Modified:             book.dtd
  Log:
  Handbook should have received the include treatment as well

Revision  Changes    Path
1.30                 xml/htdocs/dtd/book.dtd

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/book.dtd?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/book.dtd?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/book.dtd?r1=1.29&r2=1.30

Index: book.dtd
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/dtd/book.dtd,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- book.dtd	1 Jan 2008 21:28:38 -0000	1.29
+++ book.dtd	1 Mar 2008 14:15:04 -0000	1.30
@@ -15,10 +15,10 @@
 
 <!ELEMENT sections   (abstract?, version, date, section+)>
 
-<!ELEMENT section  (title, (body+ | subsection+) )>
+<!ELEMENT section  (include | (title, (body+ | subsection+)) )>
 
-<!ELEMENT subsection (title?, body+)>
+<!ELEMENT subsection (include | (title?, body+))>
 <!ATTLIST subsection id   CDATA #IMPLIED
                      test CDATA #IMPLIED>
 
-<!ELEMENT body    (%block.class;)+>
+<!ELEMENT body    (include | (%block.class;)+)>



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/dtd: book.dtd
@ 2014-12-12 14:45 Sven Vermeulen (swift)
  0 siblings, 0 replies; 3+ messages in thread
From: Sven Vermeulen (swift) @ 2014-12-12 14:45 UTC (permalink / raw
  To: gentoo-commits

swift       14/12/12 14:45:42

  Modified:             book.dtd
  Log:
  Add redirect capabilities to handbook

Revision  Changes    Path
1.31                 xml/htdocs/dtd/book.dtd

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/dtd/book.dtd?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/dtd/book.dtd?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/dtd/book.dtd?r1=1.30&r2=1.31

Index: book.dtd
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/dtd/book.dtd,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- book.dtd	1 Mar 2008 14:15:04 -0000	1.30
+++ book.dtd	12 Dec 2014 14:45:42 -0000	1.31
@@ -5,6 +5,7 @@
 <!ELEMENT book     (title, values?, author+, abstract, license?, version, date, part+)>
 <!ATTLIST book     link CDATA #IMPLIED
                    disclaimer (articles|oldbook|draft|obsolete) #IMPLIED
+		   redirect CDATA #IMPLIED
                    lang CDATA #IMPLIED>
 
 <!ELEMENT part     (title, abstract, chapter+)>





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-12 14:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-01 14:15 [gentoo-commits] gentoo commit in xml/htdocs/dtd: book.dtd Xavier Neys (neysx)
  -- strict thread matches above, loose matches on Subject: below --
2014-12-12 14:45 Sven Vermeulen (swift)
2007-11-06 15:48 Xavier Neys (neysx)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox