neysx 06/08/02 21:17:15
Modified: handbook-alpha.xml handbook-amd64.xml
handbook-hppa.xml handbook-mips.xml
handbook-ppc64.xml handbook-ppc.xml
handbook-sparc.xml handbook-x86.xml
Log:
Use conditional tags
Revision Changes Path
1.123 xml/htdocs/doc/en/handbook/handbook-alpha.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-alpha.xml?rev=1.123&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-alpha.xml?rev=1.123&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-alpha.xml?r1=1.122&r2=1.123
Index: handbook-alpha.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-alpha.xml,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- handbook-alpha.xml 7 Jul 2006 07:39:56 -0000 1.122
+++ handbook-alpha.xml 2 Aug 2006 21:17:15 -0000 1.123
@@ -1,11 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE book SYSTEM "/dtd/book.dtd">
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-alpha.xml,v 1.122
2006/07/07 07:39:56 neysx Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-alpha.xml,v 1.123
2006/08/02 21:17:15 neysx Exp $ -->
<book link="/doc/en/handbook/handbook-alpha.xml">
<title>Gentoo Linux Alpha Handbook</title>
+<values>
+ <key id="arch">Alpha</key>
+ <key id="/boot">/dev/sda1</key>
+</values>
+
<author title="Author">
<mail link="[EMAIL PROTECTED]">Sven Vermeulen</mail>
</author>
1.131 xml/htdocs/doc/en/handbook/handbook-amd64.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-amd64.xml?rev=1.131&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-amd64.xml?rev=1.131&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-amd64.xml?r1=1.130&r2=1.131
Index: handbook-amd64.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-amd64.xml,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- handbook-amd64.xml 7 Jul 2006 07:39:56 -0000 1.130
+++ handbook-amd64.xml 2 Aug 2006 21:17:15 -0000 1.131
@@ -1,11 +1,27 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE book SYSTEM "/dtd/book.dtd">
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-amd64.xml,v 1.130
2006/07/07 07:39:56 neysx Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-amd64.xml,v 1.131
2006/08/02 21:17:15 neysx Exp $ -->
<book link="/doc/en/handbook/handbook-amd64.xml">
<title>Gentoo Linux AMD64 Handbook</title>
+<values>
+ <key id="arch">AMD64</key>
+ <key id="arch-sub">x86_64</key>
+ <key id="/boot">/dev/hda1</key>
+ <key id="kernel-version">2.6.12-r10</key>
+ <key id="kernel-name">kernel-2.6.12-gentoo-r10</key>
+ <key id="genkernel-name">kernel-genkernel-amd64-2.6.12-gentoo-r10</key>
+ <key id="genkernel-initrd">initramfs-genkernel-amd64-2.6.12-gentoo-r10</key>
+ <key id="min-cd-name">install-amd64-minimal-2006.0.iso</key>
+ <key id="min-cd-size">45</key>
+ <key id="uni-cd-name">install-amd64-universal-2006.0.iso</key>
+ <key id="uni-cd-size">401</key>
+ <key id="release-dir">releases/amd64/2006.0/</key>
+ <key id="online-book">handbook-amd64.xml</key>
+</values>
+
<author title="Author">
<mail link="[EMAIL PROTECTED]">Sven Vermeulen</mail>
</author>
@@ -121,8 +137,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>4.3</version>
-<date>2005-12-19</date>
+<version>4.4</version>
+<date>2006-07-26</date>
<part>
<title>Installing Gentoo</title>
@@ -146,7 +162,7 @@
using the minimal Installation CD although installation through the Universal
Installation CD is possible as well.
</abstract>
- <include href="hb-install-amd64-medium.xml"/>
+ <include href="hb-install-x86+amd64-medium.xml"/>
</chapter>
<chapter>
@@ -164,7 +180,7 @@
To be able to install Gentoo, you must create the necessary partitions.
This chapter describes how to partition a disk for future usage.
</abstract>
- <include href="hb-install-amd64-disk.xml"/>
+ <include href="hb-install-x86+amd64-disk.xml"/>
</chapter>
<chapter>
@@ -192,7 +208,7 @@
The Linux kernel is the core of every distribution. This chapter
explains how to configure your kernel.
</abstract>
- <include href="hb-install-amd64-kernel.xml"/>
+ <include href="hb-install-x86+amd64-kernel.xml"/>
</chapter>
<chapter>
@@ -221,7 +237,7 @@
and step you through the process of configuring GRUB to your
needs.
</abstract>
- <include href="hb-install-amd64-bootloader.xml"/>
+ <include href="hb-install-x86+amd64-bootloader.xml"/>
</chapter>
<chapter>
1.120 xml/htdocs/doc/en/handbook/handbook-hppa.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-hppa.xml?rev=1.120&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-hppa.xml?rev=1.120&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-hppa.xml?r1=1.119&r2=1.120
Index: handbook-hppa.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-hppa.xml,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- handbook-hppa.xml 7 Jul 2006 07:39:56 -0000 1.119
+++ handbook-hppa.xml 2 Aug 2006 21:17:15 -0000 1.120
@@ -1,11 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE book SYSTEM "/dtd/book.dtd">
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-hppa.xml,v 1.119
2006/07/07 07:39:56 neysx Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-hppa.xml,v 1.120
2006/08/02 21:17:15 neysx Exp $ -->
<book link="/doc/en/handbook/handbook-hppa.xml">
<title>Gentoo Linux HPPA Handbook</title>
+<values>
+ <key id="arch">HPPA</key>
+ <key id="/boot">/dev/sda2</key>
+</values>
+
<author title="Author">
<mail link="[EMAIL PROTECTED]">Sven Vermeulen</mail>
</author>
1.111 xml/htdocs/doc/en/handbook/handbook-mips.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-mips.xml?rev=1.111&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-mips.xml?rev=1.111&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-mips.xml?r1=1.110&r2=1.111
Index: handbook-mips.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-mips.xml,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- handbook-mips.xml 7 Jul 2006 07:39:56 -0000 1.110
+++ handbook-mips.xml 2 Aug 2006 21:17:15 -0000 1.111
@@ -1,11 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE book SYSTEM "/dtd/book.dtd">
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-mips.xml,v 1.110
2006/07/07 07:39:56 neysx Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-mips.xml,v 1.111
2006/08/02 21:17:15 neysx Exp $ -->
<book link="/doc/en/handbook/handbook-mips.xml">
<title>Gentoo Linux/MIPS Handbook</title>
+<values>
+ <key id="arch">MIPS</key>
+ <key id="/boot">/dev/sda1</key>
+</values>
+
<author title="Author">
<mail link="[EMAIL PROTECTED]">Sven Vermeulen</mail>
</author>
1.62 xml/htdocs/doc/en/handbook/handbook-ppc64.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-ppc64.xml?rev=1.62&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-ppc64.xml?rev=1.62&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-ppc64.xml?r1=1.61&r2=1.62
Index: handbook-ppc64.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-ppc64.xml,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- handbook-ppc64.xml 7 Jul 2006 07:39:56 -0000 1.61
+++ handbook-ppc64.xml 2 Aug 2006 21:17:15 -0000 1.62
@@ -1,11 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE book SYSTEM "/dtd/book.dtd">
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-ppc64.xml,v 1.61
2006/07/07 07:39:56 neysx Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-ppc64.xml,v 1.62
2006/08/02 21:17:15 neysx Exp $ -->
<book link="/doc/en/handbook/handbook-ppc64.xml">
<title>Gentoo Linux PPC64 Handbook</title>
+<values>
+ <key id="arch">PPC64</key>
+</values>
+
<author title="Author">
<mail link="[EMAIL PROTECTED]">Sven Vermeulen</mail>
</author>
1.141 xml/htdocs/doc/en/handbook/handbook-ppc.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-ppc.xml?rev=1.141&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-ppc.xml?rev=1.141&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-ppc.xml?r1=1.140&r2=1.141
Index: handbook-ppc.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-ppc.xml,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- handbook-ppc.xml 7 Jul 2006 07:39:56 -0000 1.140
+++ handbook-ppc.xml 2 Aug 2006 21:17:15 -0000 1.141
@@ -1,11 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE book SYSTEM "/dtd/book.dtd">
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-ppc.xml,v 1.140
2006/07/07 07:39:56 neysx Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-ppc.xml,v 1.141
2006/08/02 21:17:15 neysx Exp $ -->
<book link="/doc/en/handbook/handbook-ppc.xml">
<title>Gentoo Linux PPC Handbook</title>
+<values>
+ <key id="arch">PPC</key>
+ <key id="/boot">/dev/hda1</key>
+</values>
+
<author title="Author">
<mail link="[EMAIL PROTECTED]">Sven Vermeulen</mail>
</author>
1.123 xml/htdocs/doc/en/handbook/handbook-sparc.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-sparc.xml?rev=1.123&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-sparc.xml?rev=1.123&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-sparc.xml?r1=1.122&r2=1.123
Index: handbook-sparc.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-sparc.xml,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- handbook-sparc.xml 7 Jul 2006 07:39:56 -0000 1.122
+++ handbook-sparc.xml 2 Aug 2006 21:17:15 -0000 1.123
@@ -1,11 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE book SYSTEM "/dtd/book.dtd">
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-sparc.xml,v 1.122
2006/07/07 07:39:56 neysx Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-sparc.xml,v 1.123
2006/08/02 21:17:15 neysx Exp $ -->
<book link="/doc/en/handbook/handbook-sparc.xml">
<title>Gentoo Linux SPARC Handbook</title>
+<values>
+ <key id="arch">SPARC</key>
+</values>
+
<author title="Author">
<mail link="[EMAIL PROTECTED]">Sven Vermeulen</mail>
</author>
1.150 xml/htdocs/doc/en/handbook/handbook-x86.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-x86.xml?rev=1.150&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-x86.xml?rev=1.150&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-x86.xml?r1=1.149&r2=1.150
Index: handbook-x86.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-x86.xml,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- handbook-x86.xml 7 Jul 2006 07:39:56 -0000 1.149
+++ handbook-x86.xml 2 Aug 2006 21:17:15 -0000 1.150
@@ -1,11 +1,27 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE book SYSTEM "/dtd/book.dtd">
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-x86.xml,v 1.149
2006/07/07 07:39:56 neysx Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-x86.xml,v 1.150
2006/08/02 21:17:15 neysx Exp $ -->
<book link="/doc/en/handbook/handbook-x86.xml">
<title>Gentoo Linux x86 Handbook</title>
+<values>
+ <key id="arch">x86</key>
+ <key id="arch-sub">i386</key>
+ <key id="/boot">/dev/hda1</key>
+ <key id="kernel-version">2.6.12-r10</key>
+ <key id="kernel-name">kernel-2.6.12-gentoo-r10</key>
+ <key id="genkernel-name">kernel-genkernel-x86-2.6.12-gentoo-r10</key>
+ <key id="genkernel-initrd">initramfs-genkernel-x86-2.6.12-gentoo-r10</key>
+ <key id="min-cd-name">install-x86-minimal-2006.0.iso</key>
+ <key id="min-cd-size">49</key>
+ <key id="live-cd-name">livecd-i686-installer-2006.0.iso</key>
+ <key id="live-cd-size">697</key>
+ <key id="release-dir">releases/x86/2006.0/</key>
+ <key id="online-book">handbook-x86.xml</key>
+</values>
+
<author title="Author">
<mail link="[EMAIL PROTECTED]">Sven Vermeulen</mail>
</author>
@@ -121,8 +137,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>4.3</version>
-<date>2005-12-19</date>
+<version>4.4</version>
+<date>2006-07-26</date>
<part>
<title>Installing Gentoo</title>
@@ -146,7 +162,7 @@
using the minimal Installation CD although installation through the Universal
Installation CD is possible as well.
</abstract>
- <include href="hb-install-x86-medium.xml"/>
+ <include href="hb-install-x86+amd64-medium.xml"/>
</chapter>
<chapter>
@@ -164,7 +180,7 @@
To be able to install Gentoo, you must create the necessary partitions.
This chapter describes how to partition a disk for future usage.
</abstract>
- <include href="hb-install-x86-disk.xml"/>
+ <include href="hb-install-x86+amd64-disk.xml"/>
</chapter>
<chapter>
@@ -192,7 +208,7 @@
The Linux kernel is the core of every distribution. This chapter
explains how to configure your kernel.
</abstract>
- <include href="hb-install-x86-kernel.xml"/>
+ <include href="hb-install-x86+amd64-kernel.xml"/>
</chapter>
<chapter>
@@ -221,7 +237,7 @@
own way of configuration. We step you through the process of configuring a
bootloader to your needs.
</abstract>
- <include href="hb-install-x86-bootloader.xml"/>
+ <include href="hb-install-x86+amd64-bootloader.xml"/>
</chapter>
<chapter>
--
[email protected] mailing list