| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!DOCTYPE book SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE book SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-ppc64.xml,v 1.37 2004/10/21 16:34:46 swift Exp $ --> |
4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-ppc64.xml,v 1.38 2004/10/23 10:46:19 swift Exp $ --> |
| 5 | |
5 | |
| 6 | <book link="handbook-ppc64.xml"> |
6 | <book link="handbook-ppc64.xml"> |
| 7 | <title>Gentoo Linux/PPC64 Handbook</title> |
7 | <title>Gentoo Linux/PPC64 Handbook</title> |
| 8 | |
8 | |
| 9 | <author title="Author"> |
9 | <author title="Author"> |
|
|
10 | <mail link="swift@gentoo.org">Sven Vermeulen</mail> |
|
|
11 | </author> |
|
|
12 | <author title="Author"> |
| 10 | <mail link="drobbins@gentoo.org">Daniel Robbins</mail> |
13 | <mail link="drobbins@gentoo.org">Daniel Robbins</mail> |
| 11 | </author> |
|
|
| 12 | <author title="Author"> |
|
|
| 13 | <mail link="swift@gentoo.org">Sven Vermeulen</mail> |
|
|
| 14 | </author> |
14 | </author> |
| 15 | <author title="Author"> |
15 | <author title="Author"> |
| 16 | <mail link="chouser@gentoo.org">Chris Houser</mail> |
16 | <mail link="chouser@gentoo.org">Chris Houser</mail> |
| 17 | </author> |
17 | </author> |
| 18 | <author title="Author"> |
18 | <author title="Author"> |
| … | |
… | |
| 108 | |
108 | |
| 109 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
109 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 110 | <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> |
110 | <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> |
| 111 | <license/> |
111 | <license/> |
| 112 | |
112 | |
| 113 | <version>3.1</version> |
113 | <version>3.2</version> |
| 114 | <date>October 21, 2004</date> |
114 | <date>October 23, 2004</date> |
| 115 | |
115 | |
| 116 | <part> |
116 | <part> |
| 117 | <title>Installing Gentoo</title> |
117 | <title>Installing Gentoo</title> |
| 118 | <abstract> |
118 | <abstract> |
| 119 | In this part you learn how to install Gentoo on your system. |
119 | In this part you learn how to install Gentoo on your system. |
| … | |
… | |
| 296 | </abstract> |
296 | </abstract> |
| 297 | |
297 | |
| 298 | <chapter> |
298 | <chapter> |
| 299 | <title>Files and Directories</title> |
299 | <title>Files and Directories</title> |
| 300 | <abstract> |
300 | <abstract> |
| 301 | Once you want to know Portage in-depth you need to know where it stores it's |
301 | Once you want to know Portage in-depth you need to know where it stores its |
| 302 | files and data. |
302 | files and data. |
| 303 | </abstract> |
303 | </abstract> |
| 304 | <include href="hb-portage-files.xml"/> |
304 | <include href="hb-portage-files.xml"/> |
| 305 | </chapter> |
305 | </chapter> |
| 306 | |
306 | |