diff options
author | Sven Vermeulen <swift@gentoo.org> | 2015-03-05 13:35:37 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2015-03-05 13:35:37 +0000 |
commit | feb2a05d25ac5aa2d1b77d487d20fc1626d6d5c2 (patch) | |
tree | 145986c8e8f2b3c135f949185e898ff91d022981 /xml | |
parent | Migrated to wiki (diff) | |
download | gentoo-feb2a05d25ac5aa2d1b77d487d20fc1626d6d5c2.tar.gz gentoo-feb2a05d25ac5aa2d1b77d487d20fc1626d6d5c2.tar.bz2 gentoo-feb2a05d25ac5aa2d1b77d487d20fc1626d6d5c2.zip |
Convert to GuideXML, it is linked from a handbook but not explicitly included
Diffstat (limited to 'xml')
-rw-r--r-- | xml/htdocs/proj/en/base/embedded/handbook/tuples.xml | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/xml/htdocs/proj/en/base/embedded/handbook/tuples.xml b/xml/htdocs/proj/en/base/embedded/handbook/tuples.xml index 978581ca1d..89b799c2ef 100644 --- a/xml/htdocs/proj/en/base/embedded/handbook/tuples.xml +++ b/xml/htdocs/proj/en/base/embedded/handbook/tuples.xml @@ -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 @@ System tuples -- what are they and how to parse them. <version>0.1</version> <date>2007-08-12</date> -<section> +<chapter> <title>Background</title> +<section> <body> <p> @@ -36,9 +38,11 @@ indicate the userland and/or userland ABI. </body> </section> +</chapter> -<section> +<chapter> <title>Examples</title> +<section> <body> <p> @@ -138,9 +142,11 @@ would be: <e>arm-elf</e>. </body> </section> +</chapter> -<section> +<chapter> <title>Kernel Arches</title> +<section> <body> <p> @@ -162,5 +168,6 @@ These all fall under the i386 architecture. </body> </section> +</chapter> -</sections> +</guide> |