Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: handbook-hppa.xml handbook-ppc64.xml handbook-ppc.xml handbook-sparc.xml index.xml
Date: Sat, 31 Mar 2007 05:38:09
Message-Id: E1HXWHU-0003Rj-CS@stork.gentoo.org
1 nightmorph 07/03/31 05:37:40
2
3 Modified: handbook-hppa.xml handbook-ppc64.xml
4 handbook-ppc.xml handbook-sparc.xml index.xml
5 Log:
6 more keyvals prepared
7
8 Revision Changes Path
9 1.4 xml/htdocs/doc/en/handbook/2007.0/handbook-hppa.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-hppa.xml?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-hppa.xml?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-hppa.xml?r1=1.3&r2=1.4
14
15 Index: handbook-hppa.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-hppa.xml,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- handbook-hppa.xml 28 Mar 2007 13:35:36 -0000 1.3
22 +++ handbook-hppa.xml 31 Mar 2007 05:37:40 -0000 1.4
23 @@ -1,11 +1,21 @@
24 <?xml version='1.0' encoding='UTF-8'?>
25 <!DOCTYPE book SYSTEM "/dtd/book.dtd">
26
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-hppa.xml,v 1.3 2007/03/28 13:35:36 neysx Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-hppa.xml,v 1.4 2007/03/31 05:37:40 nightmorph Exp $ -->
29
30 <book link="/doc/en/handbook/2007.0/handbook-hppa.xml" disclaimer="draft">
31 <title>Gentoo Linux 2007.0 HPPA Handbook</title>
32
33 +<values>
34 + <key id="arch">HPPA</key>
35 + <key id="/boot">/dev/sda2</key>
36 + <key id="kernel-version">2.6.20.1-hppa</key>
37 + <key id="kernel-name">kernel-2.6.20.1-hppa</key>
38 + <key id="release-dir">releases/hppa/2007.0/hppa2.0/</key>
39 + <key id="stage3">stage3-hppa2.0-2007.0.tar.bz2</key>
40 + <key id="CFLAGS">-march=2.0 -O2 -pipe</key>
41 +</values>
42 +
43 <author title="Author">
44 <mail link="swift@g.o">Sven Vermeulen</mail>
45 </author>
46 @@ -121,7 +131,7 @@
47 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
48 <license/>
49
50 -<version>7.1</version>
51 +<version>8.0</version>
52 <date>2006-08-30</date>
53
54 <part>
55
56
57
58 1.5 xml/htdocs/doc/en/handbook/2007.0/handbook-ppc64.xml
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-ppc64.xml?rev=1.5&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-ppc64.xml?rev=1.5&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-ppc64.xml?r1=1.4&r2=1.5
63
64 Index: handbook-ppc64.xml
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-ppc64.xml,v
67 retrieving revision 1.4
68 retrieving revision 1.5
69 diff -u -r1.4 -r1.5
70 --- handbook-ppc64.xml 28 Mar 2007 13:35:36 -0000 1.4
71 +++ handbook-ppc64.xml 31 Mar 2007 05:37:40 -0000 1.5
72 @@ -1,14 +1,19 @@
73 <?xml version='1.0' encoding='UTF-8'?>
74 <!DOCTYPE book SYSTEM "/dtd/book.dtd">
75
76 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-ppc64.xml,v 1.4 2007/03/28 13:35:36 neysx Exp $ -->
77 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-ppc64.xml,v 1.5 2007/03/31 05:37:40 nightmorph Exp $ -->
78
79 <book link="/doc/en/handbook/2007.0/handbook-ppc64.xml" disclaimer="draft">
80 <title>Gentoo Linux 2007.0 PPC64 Handbook</title>
81
82 <values>
83 <key id="arch">PPC64</key>
84 + <key id="/boot">/dev/sda2</key>
85 + <key id="kernel-version">2.6.19-r7</key>
86 + <key id="kernel-name">kernel-2.6.19-gentoo-r7</key>
87 <key id="release-dir">releases/ppc/2007.0/ppc64/</key>
88 + <key id="stage3">stage3-ppc64-64ul-2007.0.tar.bz2</key>
89 + <key id="CFLAGS">-O2 -pipe</key>
90 </values>
91
92 <author title="Author">
93
94
95
96 1.5 xml/htdocs/doc/en/handbook/2007.0/handbook-ppc.xml
97
98 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-ppc.xml?rev=1.5&view=markup
99 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-ppc.xml?rev=1.5&content-type=text/plain
100 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-ppc.xml?r1=1.4&r2=1.5
101
102 Index: handbook-ppc.xml
103 ===================================================================
104 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-ppc.xml,v
105 retrieving revision 1.4
106 retrieving revision 1.5
107 diff -u -r1.4 -r1.5
108 --- handbook-ppc.xml 28 Mar 2007 13:35:36 -0000 1.4
109 +++ handbook-ppc.xml 31 Mar 2007 05:37:40 -0000 1.5
110 @@ -1,15 +1,19 @@
111 <?xml version='1.0' encoding='UTF-8'?>
112 <!DOCTYPE book SYSTEM "/dtd/book.dtd">
113
114 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-ppc.xml,v 1.4 2007/03/28 13:35:36 neysx Exp $ -->
115 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-ppc.xml,v 1.5 2007/03/31 05:37:40 nightmorph Exp $ -->
116
117 <book link="/doc/en/handbook/2007.0/handbook-ppc.xml" disclaimer="draft">
118 <title>Gentoo Linux 2007.0 PPC Handbook</title>
119
120 <values>
121 <key id="arch">PPC</key>
122 + <key id="/boot">/dev/hda1</key>
123 + <key id="kernel-version">2.6.19-r7</key>
124 + <key id="kernel-name">kernel-2.6.19-gentoo-r7</key>
125 <key id="release-dir">releases/ppc/2007.0/ppc32/</key>
126 - <key id="online-book">2007.0/handbook-ppc.xml</key>
127 + <key id="stage3">stage3-ppc-2007.0.tar.bz2</key>
128 + <key id="CFLAGS">-O2 -mcpu=powerpc -mtune=powerpc -fno-strict-aliasing -pipe</key>
129 </values>
130
131 <author title="Author">
132
133
134
135 1.4 xml/htdocs/doc/en/handbook/2007.0/handbook-sparc.xml
136
137 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-sparc.xml?rev=1.4&view=markup
138 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-sparc.xml?rev=1.4&content-type=text/plain
139 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-sparc.xml?r1=1.3&r2=1.4
140
141 Index: handbook-sparc.xml
142 ===================================================================
143 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-sparc.xml,v
144 retrieving revision 1.3
145 retrieving revision 1.4
146 diff -u -r1.3 -r1.4
147 --- handbook-sparc.xml 28 Mar 2007 13:35:36 -0000 1.3
148 +++ handbook-sparc.xml 31 Mar 2007 05:37:40 -0000 1.4
149 @@ -1,15 +1,18 @@
150 <?xml version='1.0' encoding='UTF-8'?>
151 <!DOCTYPE book SYSTEM "/dtd/book.dtd">
152
153 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-sparc.xml,v 1.3 2007/03/28 13:35:36 neysx Exp $ -->
154 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-sparc.xml,v 1.4 2007/03/31 05:37:40 nightmorph Exp $ -->
155
156 <book link="/doc/en/handbook/2007.0/handbook-sparc.xml" disclaimer="draft">
157 <title>Gentoo Linux 2007.0 SPARC Handbook</title>
158
159 <values>
160 <key id="arch">SPARC</key>
161 + <key id="kernel-name">kernel-2.6.20-gentoo-r1</key>
162 + <key id="kernel-version">2.6.20-r1</key>
163 <key id="release-dir">releases/sparc/2007.0/sparc64/</key>
164 - <key id="online-book">2007.0/handbook-sparc.xml</key>
165 + <key id="stage3">stage3-sparc64-2007.0.tar.bz2</key>
166 + <key id="CFLAGS">-O2 -mcpu=v9 -pipe</key>
167 </values>
168
169 <author title="Author">
170
171
172
173 1.4 xml/htdocs/doc/en/handbook/2007.0/index.xml
174
175 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/index.xml?rev=1.4&view=markup
176 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/index.xml?rev=1.4&content-type=text/plain
177 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/index.xml?r1=1.3&r2=1.4
178
179 Index: index.xml
180 ===================================================================
181 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/index.xml,v
182 retrieving revision 1.3
183 retrieving revision 1.4
184 diff -u -r1.3 -r1.4
185 --- index.xml 28 Mar 2007 13:35:36 -0000 1.3
186 +++ index.xml 31 Mar 2007 05:37:40 -0000 1.4
187 @@ -1,7 +1,7 @@
188 <?xml version='1.0' encoding="UTF-8"?>
189 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
190
191 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/index.xml,v 1.3 2007/03/28 13:35:36 neysx Exp $ -->
192 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/index.xml,v 1.4 2007/03/31 05:37:40 nightmorph Exp $ -->
193
194 <guide link="/doc/en/handbook/2007.0/index.xml" disclaimer="draft">
195 <title>Gentoo 2007.0 Handbook</title>
196 @@ -24,7 +24,7 @@
197 <chapter>
198 <title>The Gentoo Linux 2007.0 Handbooks</title>
199 <!-- Uncomment when needed, probably for the 2007.0 versions -->
200 -<!--
201 +
202 <section>
203 <title>Available languages</title>
204 <body>
205 @@ -34,9 +34,12 @@
206 </p>
207
208 <p>
209 +<!--
210 <uri link="/doc/da/handbook">Danish</uri> |
211 -<uri link="/doc/de/handbook">German</uri> |
212 +<uri link="/doc/de/handbook">German</uri> |
213 +-->
214 <uri link="/doc/en/handbook">English</uri> |
215 +<!--
216 <uri link="/doc/fr/handbook">French</uri> |
217 <uri link="/doc/id/handbook">Indonesian</uri> |
218 <uri link="/doc/it/handbook">Italian</uri> |
219 @@ -45,11 +48,12 @@
220 <uri link="/doc/ro/handbook">Romanian</uri> |
221 <uri link="/doc/es/handbook">Spanish</uri> |
222 <uri link="/doc/zh_tw/handbook">Traditional Chinese</uri>
223 +-->
224 </p>
225
226 </body>
227 </section>
228 --->
229 +
230 <section>
231 <title>Introduction</title>
232 <body>
233
234
235
236 --
237 gentoo-doc-cvs@g.o mailing list