Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/base/embedded/handbook: tuples.xml
Date: Thu, 05 Mar 2015 13:35:46
Message-Id: 20150305133537.7BB6113188@oystercatcher.gentoo.org
1 swift 15/03/05 13:35:37
2
3 Modified: tuples.xml
4 Log:
5 Convert to GuideXML, it is linked from a handbook but not explicitly included
6
7 Revision Changes Path
8 1.6 xml/htdocs/proj/en/base/embedded/handbook/tuples.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/embedded/handbook/tuples.xml?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/embedded/handbook/tuples.xml?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/embedded/handbook/tuples.xml?r1=1.5&r2=1.6
13
14 Index: tuples.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/tuples.xml,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- tuples.xml 30 Aug 2010 03:59:07 -0000 1.5
21 +++ tuples.xml 5 Mar 2015 13:35:37 -0000 1.6
22 @@ -1,13 +1,14 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!DOCTYPE sections SYSTEM "/dtd/book.dtd">
25 +<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
26
27 <!-- The content of this document is licensed under the CC-BY-SA license -->
28 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
29
30 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/tuples.xml,v 1.5 2010/08/30 03:59:07 nightmorph Exp $ -->
31 -
32 -<sections>
33 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/tuples.xml,v 1.6 2015/03/05 13:35:37 swift Exp $ -->
34
35 +<guide>
36 +<title>System tuples</title>
37 +<author title="Author">nightmorph</author>
38 <abstract>
39 System tuples -- what are they and how to parse them.
40 </abstract>
41 @@ -15,8 +16,9 @@
42 <version>0.1</version>
43 <date>2007-08-12</date>
44
45 -<section>
46 +<chapter>
47 <title>Background</title>
48 +<section>
49 <body>
50
51 <p>
52 @@ -36,9 +38,11 @@
53
54 </body>
55 </section>
56 +</chapter>
57
58 -<section>
59 +<chapter>
60 <title>Examples</title>
61 +<section>
62 <body>
63
64 <p>
65 @@ -138,9 +142,11 @@
66
67 </body>
68 </section>
69 +</chapter>
70
71 -<section>
72 +<chapter>
73 <title>Kernel Arches</title>
74 +<section>
75 <body>
76
77 <p>
78 @@ -162,5 +168,6 @@
79
80 </body>
81 </section>
82 +</chapter>
83
84 -</sections>
85 +</guide>