swift 15/03/05 13:35:37 Modified: tuples.xml Log: Convert to GuideXML, it is linked from a handbook but not explicitly included
Revision Changes Path 1.6 xml/htdocs/proj/en/base/embedded/handbook/tuples.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/embedded/handbook/tuples.xml?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/embedded/handbook/tuples.xml?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/embedded/handbook/tuples.xml?r1=1.5&r2=1.6 Index: tuples.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/tuples.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- tuples.xml 30 Aug 2010 03:59:07 -0000 1.5 +++ tuples.xml 5 Mar 2015 13:35:37 -0000 1.6 @@ -1,13 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE sections SYSTEM "/dtd/book.dtd"> +<!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/tuples.xml,v 1.5 2010/08/30 03:59:07 nightmorph Exp $ --> - -<sections> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/tuples.xml,v 1.6 2015/03/05 13:35:37 swift Exp $ --> +<guide> +<title>System tuples</title> +<author title="Author">nightmorph</author> <abstract> System tuples -- what are they and how to parse them. </abstract> @@ -15,8 +16,9 @@ <version>0.1</version> <date>2007-08-12</date> -<section> +<chapter> <title>Background</title> +<section> <body> <p> @@ -36,9 +38,11 @@ </body> </section> +</chapter> -<section> +<chapter> <title>Examples</title> +<section> <body> <p> @@ -138,9 +142,11 @@ </body> </section> +</chapter> -<section> +<chapter> <title>Kernel Arches</title> +<section> <body> <p> @@ -162,5 +168,6 @@ </body> </section> +</chapter> -</sections> +</guide>
