Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: afig-ct-ext3-intro.xml
Date: Sun, 09 Oct 2005 17:13:36
Message-Id: 200510091704.j99H4SF3000438@robin.gentoo.org
1 rane 05/10/09 17:13:24
2
3 Modified: xml/htdocs/doc/en/articles afig-ct-ext3-intro.xml
4 bash-by-example-p1.xml bash-by-example-p2.xml
5 bash-by-example-p3.xml
6 dynamic-iptables-firewalls.xml
7 hardware-stability-p1.xml hardware-stability-p2.xml
8 l-afig-p8.xml l-awk1.xml l-awk2.xml l-awk3.xml
9 l-posix1.xml l-posix2.xml l-posix3.xml
10 l-redesign-1.xml l-sed1.xml l-sed2.xml l-sed3.xml
11 linux-24-stateful-fw-design.xml
12 linux-kernel-compiling.xml
13 lpi-101-administration-p2.xml
14 lpi-101-fundamentals-p1.xml lvm-p1.xml lvm-p2.xml
15 making-the-distro-p1.xml making-the-distro-p2.xml
16 making-the-distro-p3.xml maximum-swappage.xml
17 openssh-key-management-p1.xml
18 openssh-key-management-p2.xml
19 openssh-key-management-p3.xml
20 partition-planning-tips.xml partitioning-p1.xml
21 partitioning-p2.xml prompt-magic.xml
22 software-raid-p1.xml software-raid-p2.xml
23 Log:
24 adjusting articles to conform the newest rules: switched notes to disclaimers, commented out the editors
25
26 Revision Changes Path
27 1.3 +5 -12 xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml
28
29 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
30 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
31 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
32
33 Index: afig-ct-ext3-intro.xml
34 ===================================================================
35 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml,v
36 retrieving revision 1.2
37 retrieving revision 1.3
38 diff -u -r1.2 -r1.3
39 --- afig-ct-ext3-intro.xml 21 Aug 2005 22:29:15 -0000 1.2
40 +++ afig-ct-ext3-intro.xml 9 Oct 2005 17:13:23 -0000 1.3
41 @@ -1,16 +1,16 @@
42 <?xml version='1.0' encoding='UTF-8'?>
43 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
44
45 -<guide link="/doc/en/articles/afig-ct-ext3-intro.xml">
46 +<guide link="/doc/en/articles/afig-ct-ext3-intro.xml" disclaimer="articles">
47
48 <title>Advanced Filesystem Implementor's Guide : Introducing ext3</title>
49
50 <author title="Author">
51 <mail link="drobbins@g.o">Daniel Robbins</mail>
52 </author>
53 -<author title="Editor">
54 +<!--<author title="Editor">
55 <mail link=" dhaskew@×××××××××.net">David H. Askew</mail>
56 -</author>
57 +</author>-->
58
59 <!-- The original version of this article was first published on IBM
60 developerWorks, and is property of Westtech Information Services. This
61 @@ -27,21 +27,14 @@
62 a new improved version of ext2 with journaling capabilities.
63 </abstract>
64
65 -<version>1.0</version>
66 -<date>2005-08-13</date>
67 +<version>1.1</version>
68 +<date>2005-10-09</date>
69
70 <chapter>
71 <title>Introduction</title>
72 <section>
73 <body>
74
75 -<note>
76 -The original version of this article was first published on IBM developerWorks,
77 -and is property of Westtech Information Services. This document is an updated
78 -version of the original article, and contains various improvements made by the
79 -Gentoo Linux Documentation team.
80 -</note>
81 -
82 <p>
83 In the past few installments, we've taken a bit of a detour by looking at
84 non-traditional filesystems such as tmpfs and devfs. Now, it's time to get back
85
86
87
88 1.6 +4 -11 xml/htdocs/doc/en/articles/bash-by-example-p1.xml
89
90 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/bash-by-example-p1.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
91 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/bash-by-example-p1.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
92 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/bash-by-example-p1.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
93
94 Index: bash-by-example-p1.xml
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p1.xml,v
97 retrieving revision 1.5
98 retrieving revision 1.6
99 diff -u -r1.5 -r1.6
100 --- bash-by-example-p1.xml 10 Sep 2005 21:20:16 -0000 1.5
101 +++ bash-by-example-p1.xml 9 Oct 2005 17:13:23 -0000 1.6
102 @@ -1,8 +1,8 @@
103 <?xml version='1.0' encoding="UTF-8"?>
104 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p1.xml,v 1.5 2005/09/10 21:20:16 rane Exp $ -->
105 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p1.xml,v 1.6 2005/10/09 17:13:23 rane Exp $ -->
106 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
107
108 -<guide link="/doc/en/articles/bash-by-example-p1.xml">
109 +<guide link="/doc/en/articles/bash-by-example-p1.xml" disclaimer="articles">
110 <title>Bash by example, Part 1</title>
111
112 <author title="Author">
113 @@ -24,8 +24,8 @@
114 version of the original article, and contains various improvements made by the
115 Gentoo Linux Documentation team -->
116
117 -<version>1.2</version>
118 -<date>2005-07-12</date>
119 +<version>1.3</version>
120 +<date>2005-10-09</date>
121
122 <chapter>
123 <title>Fundamental programming in the Bourne again shell (bash)</title>
124 @@ -33,13 +33,6 @@
125 <title>Introduction</title>
126 <body>
127
128 -<note>
129 -The original version of this article was published on IBM developerWorks, and
130 -is property of Westtech Information Services. This document is an updated
131 -version of the original article, and contains various improvements made by the
132 -Gentoo Linux Documentation team.
133 -</note>
134 -
135 <p>
136 You might wonder why you ought to learn Bash programming. Well, here are a
137 couple of compelling reasons:
138
139
140
141 1.5 +4 -11 xml/htdocs/doc/en/articles/bash-by-example-p2.xml
142
143 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/bash-by-example-p2.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
144 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/bash-by-example-p2.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
145 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/bash-by-example-p2.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
146
147 Index: bash-by-example-p2.xml
148 ===================================================================
149 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p2.xml,v
150 retrieving revision 1.4
151 retrieving revision 1.5
152 diff -u -r1.4 -r1.5
153 --- bash-by-example-p2.xml 10 Sep 2005 21:20:16 -0000 1.4
154 +++ bash-by-example-p2.xml 9 Oct 2005 17:13:23 -0000 1.5
155 @@ -1,8 +1,8 @@
156 <?xml version='1.0' encoding="UTF-8"?>
157 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p2.xml,v 1.4 2005/09/10 21:20:16 rane Exp $ -->
158 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p2.xml,v 1.5 2005/10/09 17:13:23 rane Exp $ -->
159 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
160
161 -<guide link="/doc/en/articles/bash-by-example-p2.xml">
162 +<guide link="/doc/en/articles/bash-by-example-p2.xml" disclaimer="articles">
163 <title>Bash by example, Part 2</title>
164
165 <author title="Author">
166 @@ -21,8 +21,8 @@
167 version of the original article, and contains various improvements made by the
168 Gentoo Linux Documentation team -->
169
170 -<version>1.2</version>
171 -<date>2005-08-03</date>
172 +<version>1.3</version>
173 +<date>2005-10-09</date>
174
175 <chapter>
176 <title>More bash programming fundamentals</title>
177 @@ -30,13 +30,6 @@
178 <title>Accepting arguments</title>
179 <body>
180
181 -<note>
182 -The original version of this article was published on IBM developerWorks, and
183 -is property of Westtech Information Services. This document is an updated
184 -version of the original article, and contains various improvements made by the
185 -Gentoo Linux Documentation team.
186 -</note>
187 -
188 <p>
189 Let's start with a brief tip on handling command-line arguments, and then look
190 at bash's basic programming constructs.
191
192
193
194 1.5 +4 -11 xml/htdocs/doc/en/articles/bash-by-example-p3.xml
195
196 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/bash-by-example-p3.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
197 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/bash-by-example-p3.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
198 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/bash-by-example-p3.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
199
200 Index: bash-by-example-p3.xml
201 ===================================================================
202 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p3.xml,v
203 retrieving revision 1.4
204 retrieving revision 1.5
205 diff -u -r1.4 -r1.5
206 --- bash-by-example-p3.xml 10 Sep 2005 21:20:16 -0000 1.4
207 +++ bash-by-example-p3.xml 9 Oct 2005 17:13:23 -0000 1.5
208 @@ -1,8 +1,8 @@
209 <?xml version='1.0' encoding="UTF-8"?>
210 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p3.xml,v 1.4 2005/09/10 21:20:16 rane Exp $ -->
211 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p3.xml,v 1.5 2005/10/09 17:13:23 rane Exp $ -->
212 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
213
214 -<guide link="/doc/en/articles/bash-by-example-p3.xml">
215 +<guide link="/doc/en/articles/bash-by-example-p3.xml" disclaimer="articles">
216 <title>Bash by example, Part 3</title>
217
218 <author title="Author">
219 @@ -23,8 +23,8 @@
220 version of the original article, and contains various improvements made by the
221 Gentoo Linux Documentation team -->
222
223 -<version>1.2</version>
224 -<date>2005-08-03</date>
225 +<version>1.3</version>
226 +<date>2005-10-09</date>
227
228 <chapter>
229 <title>Exploring the ebuild system</title>
230 @@ -32,13 +32,6 @@
231 <title>Enter the ebuild system</title>
232 <body>
233
234 -<note>
235 -The original version of this article was published on IBM developerWorks, and
236 -is property of Westtech Information Services. This document is an updated
237 -version of the original article, and contains various improvements made by the
238 -Gentoo Linux Documentation team.
239 -</note>
240 -
241 <p>
242 I've really been looking forward to this third and final <e>Bash by example</e>
243 article, because now that we've already covered bash programming fundamentals in
244
245
246
247 1.5 +4 -11 xml/htdocs/doc/en/articles/dynamic-iptables-firewalls.xml
248
249 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/dynamic-iptables-firewalls.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
250 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/dynamic-iptables-firewalls.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
251 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/dynamic-iptables-firewalls.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
252
253 Index: dynamic-iptables-firewalls.xml
254 ===================================================================
255 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/dynamic-iptables-firewalls.xml,v
256 retrieving revision 1.4
257 retrieving revision 1.5
258 diff -u -r1.4 -r1.5
259 --- dynamic-iptables-firewalls.xml 10 Sep 2005 21:20:16 -0000 1.4
260 +++ dynamic-iptables-firewalls.xml 9 Oct 2005 17:13:23 -0000 1.5
261 @@ -1,8 +1,8 @@
262 <?xml version='1.0' encoding="UTF-8"?>
263 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/dynamic-iptables-firewalls.xml,v 1.4 2005/09/10 21:20:16 rane Exp $ -->
264 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/dynamic-iptables-firewalls.xml,v 1.5 2005/10/09 17:13:23 rane Exp $ -->
265 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
266
267 -<guide link="/doc/en/articles/dynamic-iptables-firewalls.xml">
268 +<guide link="/doc/en/articles/dynamic-iptables-firewalls.xml" disclaimer="articles">
269 <title>Dynamic iptables firewalls</title>
270
271 <author title="Author">
272 @@ -22,8 +22,8 @@
273 version of the original article, and contains various improvements made by the
274 Gentoo Linux Documentation team -->
275
276 -<version>1.2</version>
277 -<date>2005-09-08</date>
278 +<version>1.3</version>
279 +<date>2005-10-09</date>
280
281 <chapter>
282 <title>Introduction</title>
283 @@ -31,13 +31,6 @@
284 <title>Flexible (and fun) network security</title>
285 <body>
286
287 -<note>
288 -The original version of this article was published on IBM developerWorks, and is
289 -property of Westtech Information Services. This document is an updated version
290 -of the original article, and contains various improvements made by the Gentoo
291 -Linux Documentation team.
292 -</note>
293 -
294 <p>
295 The best way to see the benefits of dynamic firewall scripts is to see them in
296 action. To do this, let's imagine that I'm a sysadmin at an ISP, and I've
297
298
299
300 1.3 +4 -11 xml/htdocs/doc/en/articles/hardware-stability-p1.xml
301
302 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/hardware-stability-p1.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
303 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/hardware-stability-p1.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
304 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/hardware-stability-p1.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
305
306 Index: hardware-stability-p1.xml
307 ===================================================================
308 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/hardware-stability-p1.xml,v
309 retrieving revision 1.2
310 retrieving revision 1.3
311 diff -u -r1.2 -r1.3
312 --- hardware-stability-p1.xml 5 Oct 2005 16:22:42 -0000 1.2
313 +++ hardware-stability-p1.xml 9 Oct 2005 17:13:23 -0000 1.3
314 @@ -1,8 +1,8 @@
315 <?xml version="1.0" encoding="UTF-8"?>
316 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
317 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/hardware-stability-p1.xml,v 1.2 2005/10/05 16:22:42 rane Exp $ -->
318 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/hardware-stability-p1.xml,v 1.3 2005/10/09 17:13:23 rane Exp $ -->
319
320 -<guide link="/doc/en/articles/hardware-stability-p1.xml" lang="en">
321 +<guide link="/doc/en/articles/hardware-stability-p1.xml" disclaimer="articles">
322 <title>Linux hardware stability guide, Part 1</title>
323
324 <author title="Author">
325 @@ -22,21 +22,14 @@
326 document is an updated version of the original article, and contains
327 various improvements made by the Gentoo Linux Documentation team -->
328
329 -<version>1.1</version>
330 -<date>2005-07-28</date>
331 +<version>1.2</version>
332 +<date>2005-10-09</date>
333
334 <chapter>
335 <title>CPU troubleshooting</title>
336 <section>
337 <body>
338
339 -<note>
340 -The original version of this article was first published on IBM developerWorks,
341 -and is property of Westtech Information Services. This document is an updated
342 -version of the original article, and contains various improvements made by the
343 -Gentoo Linux Documentation team.
344 -</note>
345 -
346 <p>
347 Many of us in the Linux world have been bitten by nasty hardware problems. How
348 many of us have set up a Linux box, installed our favorite distribution,
349
350
351
352 1.3 +4 -11 xml/htdocs/doc/en/articles/hardware-stability-p2.xml
353
354 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/hardware-stability-p2.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
355 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/hardware-stability-p2.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
356 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/hardware-stability-p2.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
357
358 Index: hardware-stability-p2.xml
359 ===================================================================
360 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/hardware-stability-p2.xml,v
361 retrieving revision 1.2
362 retrieving revision 1.3
363 diff -u -r1.2 -r1.3
364 --- hardware-stability-p2.xml 5 Oct 2005 16:22:42 -0000 1.2
365 +++ hardware-stability-p2.xml 9 Oct 2005 17:13:23 -0000 1.3
366 @@ -1,8 +1,8 @@
367 <?xml version="1.0" encoding="UTF-8"?>
368 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
369 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/hardware-stability-p2.xml,v 1.2 2005/10/05 16:22:42 rane Exp $ -->
370 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/hardware-stability-p2.xml,v 1.3 2005/10/09 17:13:23 rane Exp $ -->
371
372 -<guide link="/doc/en/articles/hardware-stability-p2.xml" lang="en">
373 +<guide link="/doc/en/articles/hardware-stability-p2.xml" disclaimer="articles">
374 <title>Linux hardware stability guide, Part 2</title>
375
376 <author title="Author">
377 @@ -23,8 +23,8 @@
378 document is an updated version of the original article, and contains
379 various improvements made by the Gentoo Linux Documentation team -->
380
381 -<version>1.1</version>
382 -<date>2005-07-28</date>
383 +<version>1.2</version>
384 +<date>2005-10-09</date>
385
386 <chapter>
387 <title>Drivers</title>
388 @@ -32,13 +32,6 @@
389 <title>The many causes of instability</title>
390 <body>
391
392 -<note>
393 -The original version of this article was first published on IBM developerWorks,
394 -and is property of Westtech Information Services. This document is an updated
395 -version of the original article, and contains various improvements made by the
396 -Gentoo Linux Documentation team.
397 -</note>
398 -
399 <p>
400 A stability problem is often not caused by defective hardware, but by improper
401 hardware configuration or flaky drivers. My experience in this area began when
402
403
404
405 1.3 +4 -11 xml/htdocs/doc/en/articles/l-afig-p8.xml
406
407 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-afig-p8.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
408 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-afig-p8.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
409 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-afig-p8.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
410
411 Index: l-afig-p8.xml
412 ===================================================================
413 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-afig-p8.xml,v
414 retrieving revision 1.2
415 retrieving revision 1.3
416 diff -u -r1.2 -r1.3
417 --- l-afig-p8.xml 1 Oct 2005 19:59:53 -0000 1.2
418 +++ l-afig-p8.xml 9 Oct 2005 17:13:23 -0000 1.3
419 @@ -1,8 +1,8 @@
420 <?xml version='1.0' encoding='UTF-8'?>
421 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
422 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-afig-p8.xml,v 1.2 2005/10/01 19:59:53 rane Exp $ -->
423 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-afig-p8.xml,v 1.3 2005/10/09 17:13:23 rane Exp $ -->
424
425 -<guide link="/doc/en/articles/l-afig-p8.xml">
426 +<guide link="/doc/en/articles/l-afig-p8.xml" disclaimer="articles">
427
428 <title>Advanced filesystem implementor's guide, Part 8</title>
429
430 @@ -28,21 +28,14 @@
431 good ext3 data=journal interactive performance numbers.
432 </abstract>
433
434 -<version>1.0</version>
435 -<date>2005-09-30</date>
436 +<version>1.1</version>
437 +<date>2005-10-09</date>
438
439 <chapter>
440 <title>Introduction</title>
441 <section>
442 <body>
443
444 -<note>
445 -The original version of this article was first published on IBM developerWorks,
446 -and is property of Westtech Information Services. This document is an updated
447 -version of the original article, and contains various improvements made by the
448 -Gentoo Linux Documentation team.
449 -</note>
450 -
451 <p>
452 I'm going to be honest. For this article, I was planning to show you how to get
453 ext3 up and running on your system. Although that's what I said I'd do, I'm not
454
455
456
457 1.6 +4 -11 xml/htdocs/doc/en/articles/l-awk1.xml
458
459 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-awk1.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
460 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-awk1.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
461 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-awk1.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
462
463 Index: l-awk1.xml
464 ===================================================================
465 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk1.xml,v
466 retrieving revision 1.5
467 retrieving revision 1.6
468 diff -u -r1.5 -r1.6
469 --- l-awk1.xml 7 Oct 2005 22:00:27 -0000 1.5
470 +++ l-awk1.xml 9 Oct 2005 17:13:23 -0000 1.6
471 @@ -1,8 +1,8 @@
472 <?xml version='1.0' encoding="UTF-8"?>
473 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk1.xml,v 1.5 2005/10/07 22:00:27 rane Exp $ -->
474 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk1.xml,v 1.6 2005/10/09 17:13:23 rane Exp $ -->
475 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
476
477 -<guide link="/doc/en/articles/l-awk1.xml">
478 +<guide link="/doc/en/articles/l-awk1.xml" disclaimer="articles">
479 <title>Awk by example, Part 1</title>
480
481 <author title="Author">
482 @@ -21,8 +21,8 @@
483 version of the original article, and contains various improvements made by the
484 Gentoo Linux Documentation team -->
485
486 -<version>1.2</version>
487 -<date>2005-10-07</date>
488 +<version>1.3</version>
489 +<date>2005-10-09</date>
490
491 <chapter>
492 <title>An intro to the great language with the strange name</title>
493 @@ -30,13 +30,6 @@
494 <title>In defense of awk</title>
495 <body>
496
497 -<note>
498 -The original version of this article was published on IBM developerWorks, and is
499 -property of Westtech Information Services. This document is an updated version
500 -of the original article, and contains various improvements made by the Gentoo
501 -Linux Documentation team.
502 -</note>
503 -
504 <p>
505 In this series of articles, I'm going to turn you into a proficient awk coder.
506 I'll admit, awk doesn't have a very pretty or particularly "hip" name, and the
507
508
509
510 1.4 +4 -11 xml/htdocs/doc/en/articles/l-awk2.xml
511
512 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-awk2.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
513 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-awk2.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
514 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-awk2.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
515
516 Index: l-awk2.xml
517 ===================================================================
518 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk2.xml,v
519 retrieving revision 1.3
520 retrieving revision 1.4
521 diff -u -r1.3 -r1.4
522 --- l-awk2.xml 10 Sep 2005 21:20:16 -0000 1.3
523 +++ l-awk2.xml 9 Oct 2005 17:13:23 -0000 1.4
524 @@ -1,8 +1,8 @@
525 <?xml version='1.0' encoding="UTF-8"?>
526 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk2.xml,v 1.3 2005/09/10 21:20:16 rane Exp $ -->
527 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk2.xml,v 1.4 2005/10/09 17:13:23 rane Exp $ -->
528 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
529
530 -<guide link="/doc/en/articles/l-awk2.xml">
531 +<guide link="/doc/en/articles/l-awk2.xml" disclaimer="articles">
532 <title>Awk by example, Part 2</title>
533
534 <author title="Author">
535 @@ -22,8 +22,8 @@
536 version of the original article, and contains various improvements made by the
537 Gentoo Linux Documentation team -->
538
539 -<version>1.1</version>
540 -<date>2005-07-27</date>
541 +<version>1.2</version>
542 +<date>2005-10-09</date>
543
544 <chapter>
545 <title>Records, loops, and arrays</title>
546 @@ -31,13 +31,6 @@
547 <title>Multi-line records</title>
548 <body>
549
550 -<note>
551 -The original version of this article was published on IBM developerWorks, and is
552 -property of Westtech Information Services. This document is an updated version
553 -of the original article, and contains various improvements made by the Gentoo
554 -Linux Documentation team.
555 -</note>
556 -
557 <p>
558 Awk is an excellent tool for reading in and processing structured data, such as
559 the system's <path>/etc/passwd</path> file. <path>/etc/passwd</path> is the UNIX
560
561
562
563 1.5 +4 -11 xml/htdocs/doc/en/articles/l-awk3.xml
564
565 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-awk3.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
566 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-awk3.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
567 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-awk3.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
568
569 Index: l-awk3.xml
570 ===================================================================
571 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk3.xml,v
572 retrieving revision 1.4
573 retrieving revision 1.5
574 diff -u -r1.4 -r1.5
575 --- l-awk3.xml 10 Sep 2005 21:20:16 -0000 1.4
576 +++ l-awk3.xml 9 Oct 2005 17:13:23 -0000 1.5
577 @@ -1,8 +1,8 @@
578 <?xml version='1.0' encoding="UTF-8"?>
579 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk3.xml,v 1.4 2005/09/10 21:20:16 rane Exp $ -->
580 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk3.xml,v 1.5 2005/10/09 17:13:23 rane Exp $ -->
581 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
582
583 -<guide link="/doc/en/articles/l-awk3.xml">
584 +<guide link="/doc/en/articles/l-awk3.xml" disclaimer="articles">
585 <title>Awk by example, Part 3</title>
586
587 <author title="Author">
588 @@ -22,8 +22,8 @@
589 version of the original article, and contains various improvements made by the
590 Gentoo Linux Documentation team -->
591
592 -<version>1.2</version>
593 -<date>2005-08-03</date>
594 +<version>1.3</version>
595 +<date>2005-10-09</date>
596
597 <chapter>
598 <title>String functions and ... checkbooks?</title>
599 @@ -31,13 +31,6 @@
600 <title>Formatting output</title>
601 <body>
602
603 -<note>
604 -The original version of this article was published on IBM developerWorks,
605 -and is property of Westtech Information Services. This document is an updated
606 -version of the original article, and contains various improvements made by the
607 -Gentoo Linux Documentation team.
608 -</note>
609 -
610 <p>
611 While awk's print statement does do the job most of the time, sometimes more is
612 needed. For those times, awk offers two good old friends called printf() and
613
614
615
616 1.4 +4 -11 xml/htdocs/doc/en/articles/l-posix1.xml
617
618 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-posix1.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
619 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-posix1.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
620 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-posix1.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
621
622 Index: l-posix1.xml
623 ===================================================================
624 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix1.xml,v
625 retrieving revision 1.3
626 retrieving revision 1.4
627 diff -u -r1.3 -r1.4
628 --- l-posix1.xml 10 Sep 2005 21:20:16 -0000 1.3
629 +++ l-posix1.xml 9 Oct 2005 17:13:23 -0000 1.4
630 @@ -1,8 +1,8 @@
631 <?xml version='1.0' encoding="UTF-8"?>
632 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix1.xml,v 1.3 2005/09/10 21:20:16 rane Exp $ -->
633 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix1.xml,v 1.4 2005/10/09 17:13:23 rane Exp $ -->
634 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
635
636 -<guide link="/doc/en/articles/l-posix1.xml">
637 +<guide link="/doc/en/articles/l-posix1.xml" disclaimer="articles">
638 <title>POSIX threads explained, part 1</title>
639
640 <author title="Author">
641 @@ -22,8 +22,8 @@
642 version of the original article, and contains various improvements made by the
643 Gentoo Linux Documentation team -->
644
645 -<version>1.1</version>
646 -<date>2005-07-27</date>
647 +<version>1.2</version>
648 +<date>2005-10-09</date>
649
650 <chapter>
651 <title>A simple and nimble tool for memory sharing</title>
652 @@ -31,13 +31,6 @@
653 <title>Threads are fun</title>
654 <body>
655
656 -<note>
657 -The original version of this article was published on IBM developerWorks, and is
658 -property of Westtech Information Services. This document is an updated version
659 -of the original article, and contains various improvements made by the Gentoo
660 -Linux Documentation team.
661 -</note>
662 -
663 <p>
664 Knowing how to properly use threads should be part of every good programmer's
665 repertoire. Threads are similar to processes. Threads, like processes, are
666
667
668
669 1.4 +4 -11 xml/htdocs/doc/en/articles/l-posix2.xml
670
671 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-posix2.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
672 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-posix2.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
673 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-posix2.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
674
675 Index: l-posix2.xml
676 ===================================================================
677 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix2.xml,v
678 retrieving revision 1.3
679 retrieving revision 1.4
680 diff -u -r1.3 -r1.4
681 --- l-posix2.xml 10 Sep 2005 21:20:16 -0000 1.3
682 +++ l-posix2.xml 9 Oct 2005 17:13:23 -0000 1.4
683 @@ -1,8 +1,8 @@
684 <?xml version='1.0' encoding="UTF-8"?>
685 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix2.xml,v 1.3 2005/09/10 21:20:16 rane Exp $ -->
686 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix2.xml,v 1.4 2005/10/09 17:13:23 rane Exp $ -->
687 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
688
689 -<guide link="/doc/en/articles/l-posix2.xml">
690 +<guide link="/doc/en/articles/l-posix2.xml" disclaimer="articles">
691 <title>POSIX threads explained, part 2</title>
692
693 <author title="Author">
694 @@ -21,8 +21,8 @@
695 version of the original article, and contains various improvements made by the
696 Gentoo Linux Documentation team -->
697
698 -<version>1.1</version>
699 -<date>2005-07-27</date>
700 +<version>1.2</version>
701 +<date>2005-10-09</date>
702
703 <chapter>
704 <title>The little things called mutexes</title>
705 @@ -30,13 +30,6 @@
706 <title>Mutex me!</title>
707 <body>
708
709 -<note>
710 -The original version of this article was published on IBM developerWorks, and is
711 -property of Westtech Information Services. This document is an updated version
712 -of the original article, and contains various improvements made by the Gentoo
713 -Linux Documentation team.
714 -</note>
715 -
716 <p>
717 In my <uri link="/doc/en/articles/l-posix1.xml">previous article</uri>, I talked
718 about threaded code that did unusual and unexpected things. Two threads each
719
720
721
722 1.6 +4 -11 xml/htdocs/doc/en/articles/l-posix3.xml
723
724 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-posix3.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
725 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-posix3.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
726 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-posix3.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
727
728 Index: l-posix3.xml
729 ===================================================================
730 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix3.xml,v
731 retrieving revision 1.5
732 retrieving revision 1.6
733 diff -u -r1.5 -r1.6
734 --- l-posix3.xml 13 Sep 2005 22:10:35 -0000 1.5
735 +++ l-posix3.xml 9 Oct 2005 17:13:23 -0000 1.6
736 @@ -1,8 +1,8 @@
737 <?xml version='1.0' encoding="UTF-8"?>
738 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix3.xml,v 1.5 2005/09/13 22:10:35 rane Exp $ -->
739 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix3.xml,v 1.6 2005/10/09 17:13:23 rane Exp $ -->
740 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
741
742 -<guide link="/doc/en/articles/l-posix3.xml">
743 +<guide link="/doc/en/articles/l-posix3.xml" disclaimer="articles">
744 <title>POSIX threads explained, part 3</title>
745
746 <author title="Author">
747 @@ -23,8 +23,8 @@
748 version of the original article, and contains various improvements made by the
749 Gentoo Linux Documentation team -->
750
751 -<version>1.3</version>
752 -<date>2005-09-14</date>
753 +<version>1.4</version>
754 +<date>2005-10-09</date>
755
756 <chapter>
757 <title>Improve efficiency with condition variables</title>
758 @@ -32,13 +32,6 @@
759 <title>Condition variables explained</title>
760 <body>
761
762 -<note>
763 -The original version of this article was published on IBM developerWorks, and is
764 -property of Westtech Information Services. This document is an updated version
765 -of the original article, and contains various improvements made by the Gentoo
766 -Linux Documentation team.
767 -</note>
768 -
769 <p>
770 I ended my <uri link="/doc/en/articles/l-posix2.xml">previous article</uri> by
771 describing a particular dilemma how does a thread deal with a situation where
772
773
774
775 1.2 +4 -11 xml/htdocs/doc/en/articles/l-redesign-1.xml
776
777 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-redesign-1.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
778 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-redesign-1.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
779 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-redesign-1.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
780
781 Index: l-redesign-1.xml
782 ===================================================================
783 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-redesign-1.xml,v
784 retrieving revision 1.1
785 retrieving revision 1.2
786 diff -u -r1.1 -r1.2
787 --- l-redesign-1.xml 7 Oct 2005 21:52:20 -0000 1.1
788 +++ l-redesign-1.xml 9 Oct 2005 17:13:23 -0000 1.2
789 @@ -1,8 +1,8 @@
790 <?xml version='1.0' encoding="UTF-8"?>
791 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
792 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-redesign-1.xml,v 1.1 2005/10/07 21:52:20 rane Exp $ -->
793 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-redesign-1.xml,v 1.2 2005/10/09 17:13:23 rane Exp $ -->
794
795 -<guide link="/doc/en/articles/l-redesign-1.xml">
796 +<guide link="/doc/en/articles/l-redesign-1.xml" disclaimer="articles">
797 <title>The gentoo.org redesign, Part 1: A site reborn</title>
798
799 <author title="Author">
800 @@ -24,21 +24,14 @@
801 document is an updated version of the original article, and contains
802 various improvements made by the Gentoo Linux Documentation team -->
803
804 -<version>1.0</version>
805 -<date>2005-10-07</date>
806 +<version>1.1</version>
807 +<date>2005-10-09</date>
808
809 <chapter>
810 <title>An unruly horde</title>
811 <section>
812 <body>
813
814 -<note>
815 -The original version of this article was published on IBM developerWorks, and
816 -is property of Westtech Information Services. This document is an updated
817 -version of the original article, and contains various improvements made by the
818 -Gentoo Linux Documentation team.
819 -</note>
820 -
821 <p>
822 Fellow software developer, may I ask you a question? Why is it that although
823 many of us are intimately familiar with Web technologies such as HTML, CGI,
824
825
826
827 1.6 +4 -11 xml/htdocs/doc/en/articles/l-sed1.xml
828
829 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-sed1.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
830 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-sed1.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
831 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-sed1.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
832
833 Index: l-sed1.xml
834 ===================================================================
835 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml,v
836 retrieving revision 1.5
837 retrieving revision 1.6
838 diff -u -r1.5 -r1.6
839 --- l-sed1.xml 11 Sep 2005 21:29:58 -0000 1.5
840 +++ l-sed1.xml 9 Oct 2005 17:13:23 -0000 1.6
841 @@ -1,8 +1,8 @@
842 <?xml version='1.0' encoding="UTF-8"?>
843 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml,v 1.5 2005/09/11 21:29:58 rane Exp $ -->
844 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml,v 1.6 2005/10/09 17:13:23 rane Exp $ -->
845 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
846
847 -<guide link="/doc/en/articles/l-sed1.xml">
848 +<guide link="/doc/en/articles/l-sed1.xml" disclaimer="articles">
849 <title>Sed by example, Part 1</title>
850
851 <author title="Author">
852 @@ -21,8 +21,8 @@
853 version of the original article, and contains various improvements made by the
854 Gentoo Linux Documentation team -->
855
856 -<version>1.2</version>
857 -<date>2005-07-15</date>
858 +<version>1.3</version>
859 +<date>2005-10-09</date>
860
861 <chapter>
862 <title>Get to know the powerful UNIX editor</title>
863 @@ -30,13 +30,6 @@
864 <title>Pick an editor</title>
865 <body>
866
867 -<note>
868 -The original version of this article was published on IBM developerWorks, and is
869 -property of Westtech Information Services. This document is an updated version
870 -of the original article, and contains various improvements made by the Gentoo
871 -Linux Documentation team.
872 -</note>
873 -
874 <p>
875 In the UNIX world, we have a lot of options when it comes to editing files.
876 Think of it -- vi, emacs, and jed come to mind, as well as many others. We all
877
878
879
880 1.4 +4 -12 xml/htdocs/doc/en/articles/l-sed2.xml
881
882 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-sed2.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
883 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-sed2.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
884 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-sed2.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
885
886 Index: l-sed2.xml
887 ===================================================================
888 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml,v
889 retrieving revision 1.3
890 retrieving revision 1.4
891 diff -u -r1.3 -r1.4
892 --- l-sed2.xml 10 Sep 2005 21:20:16 -0000 1.3
893 +++ l-sed2.xml 9 Oct 2005 17:13:23 -0000 1.4
894 @@ -1,8 +1,8 @@
895 <?xml version='1.0' encoding="UTF-8"?>
896 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml,v 1.3 2005/09/10 21:20:16 rane Exp $ -->
897 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml,v 1.4 2005/10/09 17:13:23 rane Exp $ -->
898 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
899
900 -<guide link="/doc/en/articles/l-sed2.xml">
901 +<guide link="/doc/en/articles/l-sed2.xml" disclaimer="articles">
902 <title>Sed by example, Part 2</title>
903
904 <author title="Author">
905 @@ -21,8 +21,8 @@
906 version of the original article, and contains various improvements made by the
907 Gentoo Linux Documentation team -->
908
909 -<version>1.1</version>
910 -<date>2005-07-15</date>
911 +<version>1.2</version>
912 +<date>2005-10-09</date>
913
914 <chapter>
915 <title>How to further take advantage of the UNIX text editor</title>
916 @@ -30,14 +30,6 @@
917 <title>Substitution!</title>
918 <body>
919
920 -<note>
921 -The original version of this article was published on IBM developerWorks, and is
922 -property of Westtech Information Services. This document is an updated version
923 -of the original article, and contains various improvements made by the Gentoo
924 -Linux Documentation team.
925 -</note>
926 -
927 -
928 <p>
929 Let's look at one of sed's most useful commands, the substitution command.
930 Using it, we can replace a particular string or matched regular expression with
931
932
933
934 1.5 +4 -11 xml/htdocs/doc/en/articles/l-sed3.xml
935
936 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-sed3.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
937 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-sed3.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
938 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/l-sed3.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
939
940 Index: l-sed3.xml
941 ===================================================================
942 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml,v
943 retrieving revision 1.4
944 retrieving revision 1.5
945 diff -u -r1.4 -r1.5
946 --- l-sed3.xml 10 Sep 2005 21:20:16 -0000 1.4
947 +++ l-sed3.xml 9 Oct 2005 17:13:23 -0000 1.5
948 @@ -1,8 +1,8 @@
949 <?xml version='1.0' encoding="UTF-8"?>
950 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml,v 1.4 2005/09/10 21:20:16 rane Exp $ -->
951 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml,v 1.5 2005/10/09 17:13:23 rane Exp $ -->
952 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
953
954 -<guide link="/doc/en/articles/l-sed3.xml">
955 +<guide link="/doc/en/articles/l-sed3.xml" disclaimer="articles">
956 <title>Sed by example, Part 3</title>
957
958 <author title="Author">
959 @@ -21,8 +21,8 @@
960 version of the original article, and contains various improvements made by the
961 Gentoo Linux Documentation team -->
962
963 -<version>1.1</version>
964 -<date>2005-07-16</date>
965 +<version>1.2</version>
966 +<date>2005-10-09</date>
967
968 <chapter>
969 <title>Taking it to the next level: Data crunching, sed style</title>
970 @@ -30,13 +30,6 @@
971 <title>Muscular sed</title>
972 <body>
973
974 -<note>
975 -The original version of this article was published on IBM developerWorks, and is
976 -property of Westtech Information Services. This document is an updated version
977 -of the original article, and contains various improvements made by the Gentoo
978 -Linux Documentation team.
979 -</note>
980 -
981 <p>
982 In <uri link="l-sed2.xml">my second sed article</uri>, I
983 offered examples that demonstrated how sed works, but very few of these examples
984
985
986
987 1.5 +4 -11 xml/htdocs/doc/en/articles/linux-24-stateful-fw-design.xml
988
989 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/linux-24-stateful-fw-design.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
990 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/linux-24-stateful-fw-design.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
991 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/linux-24-stateful-fw-design.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
992
993 Index: linux-24-stateful-fw-design.xml
994 ===================================================================
995 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/linux-24-stateful-fw-design.xml,v
996 retrieving revision 1.4
997 retrieving revision 1.5
998 diff -u -r1.4 -r1.5
999 --- linux-24-stateful-fw-design.xml 10 Sep 2005 21:20:16 -0000 1.4
1000 +++ linux-24-stateful-fw-design.xml 9 Oct 2005 17:13:23 -0000 1.5
1001 @@ -1,8 +1,8 @@
1002 <?xml version='1.0' encoding="UTF-8"?>
1003 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/linux-24-stateful-fw-design.xml,v 1.4 2005/09/10 21:20:16 rane Exp $ -->
1004 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/linux-24-stateful-fw-design.xml,v 1.5 2005/10/09 17:13:23 rane Exp $ -->
1005 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1006
1007 -<guide link="/doc/en/articles/linux-24-stateful-fw-design.xml">
1008 +<guide link="/doc/en/articles/linux-24-stateful-fw-design.xml" disclaimer="articles">
1009 <title>Linux 2.4 stateful firewall design</title>
1010
1011 <author title="Author">
1012 @@ -19,8 +19,8 @@
1013 version of the original article, and contains various improvements made by the
1014 Gentoo Linux Documentation team -->
1015
1016 -<version>1.2</version>
1017 -<date>2005-08-27</date>
1018 +<version>1.3</version>
1019 +<date>2005-10-09</date>
1020
1021 <chapter>
1022 <title>About this tutorial</title>
1023 @@ -28,13 +28,6 @@
1024 <title>Should I take this tutorial?</title>
1025 <body>
1026
1027 -<note>
1028 -The original version of this article was published on IBM developerWorks, and
1029 -is property of Westtech Information Services. This document is an updated
1030 -version of the original article, and contains various improvements made by the
1031 -Gentoo Linux Documentation team.
1032 -</note>
1033 -
1034 <p>
1035 This tutorial shows you how to use netfilter to set up a powerful Linux stateful
1036 firewall. All you need is an existing Linux system that's currently using a
1037
1038
1039
1040 1.2 +4 -11 xml/htdocs/doc/en/articles/linux-kernel-compiling.xml
1041
1042 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/linux-kernel-compiling.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
1043 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/linux-kernel-compiling.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
1044 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/linux-kernel-compiling.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
1045
1046 Index: linux-kernel-compiling.xml
1047 ===================================================================
1048 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/linux-kernel-compiling.xml,v
1049 retrieving revision 1.1
1050 retrieving revision 1.2
1051 diff -u -r1.1 -r1.2
1052 --- linux-kernel-compiling.xml 19 Sep 2005 14:52:04 -0000 1.1
1053 +++ linux-kernel-compiling.xml 9 Oct 2005 17:13:23 -0000 1.2
1054 @@ -1,8 +1,8 @@
1055 <?xml version="1.0" encoding="UTF-8"?>
1056 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1057 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/linux-kernel-compiling.xml,v 1.1 2005/09/19 14:52:04 rane Exp $ -->
1058 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/linux-kernel-compiling.xml,v 1.2 2005/10/09 17:13:23 rane Exp $ -->
1059
1060 -<guide link="/doc/en/articles/linux-kernel-compiling.xml">
1061 +<guide link="/doc/en/articles/linux-kernel-compiling.xml" disclaimer="articles">
1062 <title>Compiling the Linux kernel</title>
1063
1064 <author title="Author">
1065 @@ -21,8 +21,8 @@
1066 document is an updated version of the original article, and contains
1067 various improvements made by the Gentoo Linux Documentation team -->
1068
1069 -<version>1.0</version>
1070 -<date>2005-08-31</date>
1071 +<version>1.1</version>
1072 +<date>2005-10-09</date>
1073
1074 <chapter>
1075 <title>Introducing the kernel</title>
1076 @@ -30,13 +30,6 @@
1077 <title>The kernel is... Linux!</title>
1078 <body>
1079
1080 -<note>
1081 -The original version of this article was first published on IBM developerWorks,
1082 -and is property of Westtech Information Services. This document is an updated
1083 -version of the original article, and contains various improvements made by the
1084 -Gentoo Linux Documentation team.
1085 -</note>
1086 -
1087 <p>
1088 What do you think of when you hear the word "Linux"? When I hear it, I
1089 typically think of an entire Linux distribution and all the cooperating
1090
1091
1092
1093 1.2 +6 -13 xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml
1094
1095 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
1096 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
1097 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
1098
1099 Index: lpi-101-administration-p2.xml
1100 ===================================================================
1101 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml,v
1102 retrieving revision 1.1
1103 retrieving revision 1.2
1104 diff -u -r1.1 -r1.2
1105 --- lpi-101-administration-p2.xml 11 Jul 2005 22:42:33 -0000 1.1
1106 +++ lpi-101-administration-p2.xml 9 Oct 2005 17:13:23 -0000 1.2
1107 @@ -1,8 +1,8 @@
1108 <?xml version="1.0" encoding="UTF-8"?>
1109 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml,v 1.1 2005/07/11 22:42:33 smithj Exp $ -->
1110 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml,v 1.2 2005/10/09 17:13:23 rane Exp $ -->
1111 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1112
1113 -<guide link="/doc/en/articles/lpi-101-administration-p2.xml">
1114 +<guide link="/doc/en/articles/lpi-101-administration-p2.xml" disclaimer="articles">
1115 <title>LPI certification 101 (release 2) exam prep, Part 2</title>
1116
1117 <author title="Author">
1118 @@ -14,9 +14,9 @@
1119 <author title="Author">
1120 Aron Griffis
1121 </author>
1122 -<author title="Editor">
1123 +<!--<author title="Editor">
1124 <mail link="smithj@g.o">Jonathan Smith</mail>
1125 -</author>
1126 +</author>-->
1127
1128 <abstract>
1129 In this tutorial, you will learn how to use regular expressions to search files
1130 @@ -33,8 +33,8 @@
1131 version of the original article, and contains various improvements made by the
1132 Gentoo Linux Documentation team -->
1133
1134 -<version>1.0</version>
1135 -<date>2005-07-11</date>
1136 +<version>1.1</version>
1137 +<date>2005-10-09</date>
1138
1139 <chapter>
1140 <title>Before You Start</title>
1141 @@ -42,13 +42,6 @@
1142 <title>About this tutorial</title>
1143 <body>
1144
1145 -<note>
1146 -The original version of this article was published on IBM developerWorks, and
1147 -is property of Westtech Information Services. This document is an updated
1148 -version of the original article, and contains various improvements made by the
1149 -Gentoo Linux Documentation team.
1150 -</note>
1151 -
1152 <p>
1153 Welcome to "Basic administration," the second of four tutorials designed to
1154 prepare you for the Linux Professional Institute's 101 exam. In this tutorial,
1155
1156
1157
1158 1.5 +6 -13 xml/htdocs/doc/en/articles/lpi-101-fundamentals-p1.xml
1159
1160 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/lpi-101-fundamentals-p1.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
1161 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/lpi-101-fundamentals-p1.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
1162 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/lpi-101-fundamentals-p1.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
1163
1164 Index: lpi-101-fundamentals-p1.xml
1165 ===================================================================
1166 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lpi-101-fundamentals-p1.xml,v
1167 retrieving revision 1.4
1168 retrieving revision 1.5
1169 diff -u -r1.4 -r1.5
1170 --- lpi-101-fundamentals-p1.xml 6 Jul 2005 08:05:09 -0000 1.4
1171 +++ lpi-101-fundamentals-p1.xml 9 Oct 2005 17:13:23 -0000 1.5
1172 @@ -1,16 +1,16 @@
1173 <?xml version="1.0" encoding="UTF-8"?>
1174 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lpi-101-fundamentals-p1.xml,v 1.4 2005/07/06 08:05:09 fox2mike Exp $ -->
1175 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lpi-101-fundamentals-p1.xml,v 1.5 2005/10/09 17:13:23 rane Exp $ -->
1176 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1177
1178 -<guide link="/doc/en/articles/lpi-101-fundamentals-p1.xml">
1179 +<guide link="/doc/en/articles/lpi-101-fundamentals-p1.xml" disclaimer="articles">
1180 <title>LPI certification 101 (release 2) exam prep, Part 1</title>
1181
1182 <author title="Author">
1183 <mail link="drobbins@g.o">Daniel Robbins</mail>
1184 </author>
1185 -<author title="Editor">
1186 +<!--<author title="Editor">
1187 <mail link="curtis119@g.o">M Curtis Napier</mail>
1188 -</author>
1189 +</author>-->
1190
1191 <abstract>
1192 In this tutorial, we'll introduce you to bash (the standard Linux shell), show
1193 @@ -25,8 +25,8 @@
1194 document is an updated version of the original article, and contains
1195 various improvements made by the Gentoo Linux Documentation team -->
1196
1197 -<version>1.2</version>
1198 -<date>2005-07-06</date>
1199 +<version>1.3</version>
1200 +<date>2005-10-09</date>
1201
1202 <chapter>
1203 <title>Before You Start</title>
1204 @@ -34,13 +34,6 @@
1205 <title>About this tutorial</title>
1206 <body>
1207
1208 -<note>
1209 -The original version of this article was first published on IBM
1210 -developerWorks, and is property of Westtech Information Services. This
1211 -document is an updated version of the original article, and contains
1212 -various improvements made by the Gentoo Linux Documentation team.
1213 -</note>
1214 -
1215 <p>
1216 Welcome to "Linux fundamentals," the first of four tutorials designed to prepare
1217 you for the Linux Professional Institute's 101 exam. In this tutorial, we'll
1218
1219
1220
1221 1.3 +4 -11 xml/htdocs/doc/en/articles/lvm-p1.xml
1222
1223 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/lvm-p1.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
1224 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/lvm-p1.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
1225 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/lvm-p1.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
1226
1227 Index: lvm-p1.xml
1228 ===================================================================
1229 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lvm-p1.xml,v
1230 retrieving revision 1.2
1231 retrieving revision 1.3
1232 diff -u -r1.2 -r1.3
1233 --- lvm-p1.xml 21 Sep 2005 10:22:33 -0000 1.2
1234 +++ lvm-p1.xml 9 Oct 2005 17:13:23 -0000 1.3
1235 @@ -1,8 +1,8 @@
1236 <?xml version="1.0" encoding="UTF-8"?>
1237 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1238 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lvm-p1.xml,v 1.2 2005/09/21 10:22:33 neysx Exp $ -->
1239 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lvm-p1.xml,v 1.3 2005/10/09 17:13:23 rane Exp $ -->
1240
1241 -<guide link="/doc/en/articles/lvm-p1.xml">
1242 +<guide link="/doc/en/articles/lvm-p1.xml" disclaimer="articles">
1243 <title>Learning Linux LVM, Part 1</title>
1244
1245 <author title="Author">
1246 @@ -25,8 +25,8 @@
1247 document is an updated version of the original article, and contains
1248 various improvements made by the Gentoo Linux Documentation team -->
1249
1250 -<version>1.0</version>
1251 -<date>2005-08-29</date>
1252 +<version>1.1</version>
1253 +<date>2005-10-09</date>
1254
1255 <chapter>
1256 <title>Storage management magic with Logical Volume Management</title>
1257 @@ -34,13 +34,6 @@
1258 <title>LVM intro</title>
1259 <body>
1260
1261 -<note>
1262 -The original version of this article was first published on IBM developerWorks,
1263 -and is property of Westtech Information Services. This document is an updated
1264 -version of the original article, and contains various improvements made by the
1265 -Gentoo Linux Documentation team.
1266 -</note>
1267 -
1268 <p>
1269 In this series, I'm going to show you how to install and use the new Logical
1270 Volume Management support built-in to the Linux 2.4 kernel. If you've never
1271
1272
1273
1274 1.3 +4 -11 xml/htdocs/doc/en/articles/lvm-p2.xml
1275
1276 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/lvm-p2.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
1277 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/lvm-p2.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
1278 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/lvm-p2.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
1279
1280 Index: lvm-p2.xml
1281 ===================================================================
1282 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lvm-p2.xml,v
1283 retrieving revision 1.2
1284 retrieving revision 1.3
1285 diff -u -r1.2 -r1.3
1286 --- lvm-p2.xml 21 Sep 2005 10:22:33 -0000 1.2
1287 +++ lvm-p2.xml 9 Oct 2005 17:13:23 -0000 1.3
1288 @@ -1,8 +1,8 @@
1289 <?xml version="1.0" encoding="UTF-8"?>
1290 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1291 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lvm-p2.xml,v 1.2 2005/09/21 10:22:33 neysx Exp $ -->
1292 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lvm-p2.xml,v 1.3 2005/10/09 17:13:23 rane Exp $ -->
1293
1294 -<guide link="/doc/en/articles/lvm-p2.xml">
1295 +<guide link="/doc/en/articles/lvm-p2.xml" disclaimer="articles">
1296 <title>Learning Linux LVM, Part 2</title>
1297
1298 <author title="Author">
1299 @@ -25,8 +25,8 @@
1300 document is an updated version of the original article, and contains
1301 various improvements made by the Gentoo Linux Documentation team -->
1302
1303 -<version>1.0</version>
1304 -<date>2005-08-29</date>
1305 +<version>1.1</version>
1306 +<date>2005-10-09</date>
1307
1308 <chapter>
1309 <title>The cvs.gentoo.org upgrade</title>
1310 @@ -34,13 +34,6 @@
1311 <title>Introduction</title>
1312 <body>
1313
1314 -<note>
1315 -The original version of this article was first published on IBM developerWorks,
1316 -and is property of Westtech Information Services. This document is an updated
1317 -version of the original article, and contains various improvements made by the
1318 -Gentoo Linux Documentation team.
1319 -</note>
1320 -
1321 <p>
1322 In <uri link="/doc/en/articles/lvm-p1.xml">my first LVM article</uri>, I
1323 explained the concepts behind LVM. Now it's time to put LVM into action. In
1324
1325
1326
1327 1.5 +6 -13 xml/htdocs/doc/en/articles/making-the-distro-p1.xml
1328
1329 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/making-the-distro-p1.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
1330 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/making-the-distro-p1.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
1331 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/making-the-distro-p1.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
1332
1333 Index: making-the-distro-p1.xml
1334 ===================================================================
1335 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/making-the-distro-p1.xml,v
1336 retrieving revision 1.4
1337 retrieving revision 1.5
1338 diff -u -r1.4 -r1.5
1339 --- making-the-distro-p1.xml 28 Jul 2005 07:52:14 -0000 1.4
1340 +++ making-the-distro-p1.xml 9 Oct 2005 17:13:23 -0000 1.5
1341 @@ -1,16 +1,16 @@
1342 <?xml version='1.0' encoding="UTF-8"?>
1343 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/making-the-distro-p1.xml,v 1.4 2005/07/28 07:52:14 fox2mike Exp $ -->
1344 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/making-the-distro-p1.xml,v 1.5 2005/10/09 17:13:23 rane Exp $ -->
1345 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1346
1347 -<guide link="/doc/en/articles/making-the-distro-p1.xml">
1348 +<guide link="/doc/en/articles/making-the-distro-p1.xml" disclaimer="articles">
1349 <title>Making the distribution, Part 1</title>
1350
1351 <author title="Author">
1352 <mail link="drobbins@g.o">Daniel Robbins</mail>
1353 </author>
1354 -<author title="Editor">
1355 +<!--<author title="Editor">
1356 <mail link="fox2mike@g.o">Shyam Mani</mail>
1357 -</author>
1358 +</author>-->
1359
1360 <abstract>
1361 Each of us has a story to tell about our experiences with Linux. This is
1362 @@ -24,8 +24,8 @@
1363 document is an updated version of the original article, and contains
1364 various improvements made by the Gentoo Linux Documentation team -->
1365
1366 -<version>1.2</version>
1367 -<date>2005-07-26</date>
1368 +<version>1.3</version>
1369 +<date>2005-10-09</date>
1370
1371 <chapter>
1372 <title>Birth of the Gentoo Linux distribution</title>
1373 @@ -33,13 +33,6 @@
1374 <title>Linux and me</title>
1375 <body>
1376
1377 -<note>
1378 -The original version of this article was first published on IBM
1379 -developerWorks, and is property of Westtech Information Services. This
1380 -document is an updated version of the original article, and contains
1381 -various improvements made by the Gentoo Linux Documentation team.
1382 -</note>
1383 -
1384 <p>
1385 For every Linux geek there's a time when Linux becomes more than just a name
1386 and reveals itself as something more wonderful, powerful, and intriguing than
1387
1388
1389
1390 1.4 +6 -13 xml/htdocs/doc/en/articles/making-the-distro-p2.xml
1391
1392 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/making-the-distro-p2.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
1393 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/making-the-distro-p2.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
1394 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/making-the-distro-p2.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
1395
1396 Index: making-the-distro-p2.xml
1397 ===================================================================
1398 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/making-the-distro-p2.xml,v
1399 retrieving revision 1.3
1400 retrieving revision 1.4
1401 diff -u -r1.3 -r1.4
1402 --- making-the-distro-p2.xml 28 Jul 2005 07:52:14 -0000 1.3
1403 +++ making-the-distro-p2.xml 9 Oct 2005 17:13:23 -0000 1.4
1404 @@ -1,16 +1,16 @@
1405 <?xml version='1.0' encoding="UTF-8"?>
1406 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/making-the-distro-p2.xml,v 1.3 2005/07/28 07:52:14 fox2mike Exp $ -->
1407 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/making-the-distro-p2.xml,v 1.4 2005/10/09 17:13:23 rane Exp $ -->
1408 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1409
1410 -<guide link="/doc/en/articles/making-the-distro-p2.xml">
1411 +<guide link="/doc/en/articles/making-the-distro-p2.xml" disclaimer="articles">
1412 <title>Making the distribution, Part 2</title>
1413
1414 <author title="Author">
1415 <mail link="drobbins@g.o">Daniel Robbins</mail>
1416 </author>
1417 -<author title="Editor">
1418 +<!--<author title="Editor">
1419 <mail link="fox2mike@g.o">Shyam Mani</mail>
1420 -</author>
1421 +</author>-->
1422
1423 <abstract>
1424 In his previous article, Daniel Robbins told the story of how he became a
1425 @@ -25,8 +25,8 @@
1426 document is an updated version of the original article, and contains
1427 various improvements made by the Gentoo Linux Documentation team -->
1428
1429 -<version>1.1</version>
1430 -<date>2005-07-15</date>
1431 +<version>1.2</version>
1432 +<date>2005-10-09</date>
1433
1434 <chapter>
1435 <title>From Enoch to Gentoo, via minor setbacks and corporate run-ins</title>
1436 @@ -34,13 +34,6 @@
1437 <title>First steps to Enoch</title>
1438 <body>
1439
1440 -<note>
1441 -The original version of this article was first published on IBM
1442 -developerWorks, and is property of Westtech Information Services. This
1443 -document is an updated version of the original article, and contains
1444 -various improvements made by the Gentoo Linux Documentation team.
1445 -</note>
1446 -
1447 <p>
1448 In my <uri link="/doc/en/articles/making-the-distro-p1.xml">previous article</uri>, I
1449 gave you the low-down on my days with the Stampede development team and why I
1450
1451
1452
1453 1.4 +6 -6 xml/htdocs/doc/en/articles/making-the-distro-p3.xml
1454
1455 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/making-the-distro-p3.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
1456 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/making-the-distro-p3.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
1457 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/making-the-distro-p3.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
1458
1459 Index: making-the-distro-p3.xml
1460 ===================================================================
1461 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/making-the-distro-p3.xml,v
1462 retrieving revision 1.3
1463 retrieving revision 1.4
1464 diff -u -r1.3 -r1.4
1465 --- making-the-distro-p3.xml 28 Jul 2005 07:52:14 -0000 1.3
1466 +++ making-the-distro-p3.xml 9 Oct 2005 17:13:23 -0000 1.4
1467 @@ -1,16 +1,16 @@
1468 <?xml version='1.0' encoding="UTF-8"?>
1469 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/making-the-distro-p3.xml,v 1.3 2005/07/28 07:52:14 fox2mike Exp $ -->
1470 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/making-the-distro-p3.xml,v 1.4 2005/10/09 17:13:23 rane Exp $ -->
1471 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1472
1473 -<guide link="/doc/en/articles/making-the-distro-p3.xml">
1474 +<guide link="/doc/en/articles/making-the-distro-p3.xml" disclaimer="articles">
1475 <title>Making the distribution, Part 3</title>
1476
1477 <author title="Author">
1478 <mail link="drobbins@g.o">Daniel Robbins</mail>
1479 </author>
1480 -<author title="Editor">
1481 +<!--<author title="Editor">
1482 <mail link="fox2mike@g.o">Shyam Mani</mail>
1483 -</author>
1484 +</author>-->
1485
1486 <abstract>
1487 This article concludes his story -- about how he ended up creating his own
1488 @@ -27,8 +27,8 @@
1489 document is an updated version of the original article, and contains
1490 various improvements made by the Gentoo Linux Documentation team -->
1491
1492 -<version>1.1</version>
1493 -<date>2005-07-15</date>
1494 +<version>1.2</version>
1495 +<date>2005-10-09</date>
1496
1497 <chapter>
1498 <title>The author strays from Linux and then returns</title>
1499
1500
1501
1502 1.4 +6 -13 xml/htdocs/doc/en/articles/maximum-swappage.xml
1503
1504 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/maximum-swappage.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
1505 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/maximum-swappage.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
1506 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/maximum-swappage.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
1507
1508 Index: maximum-swappage.xml
1509 ===================================================================
1510 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/maximum-swappage.xml,v
1511 retrieving revision 1.3
1512 retrieving revision 1.4
1513 diff -u -r1.3 -r1.4
1514 --- maximum-swappage.xml 25 Sep 2005 15:14:45 -0000 1.3
1515 +++ maximum-swappage.xml 9 Oct 2005 17:13:23 -0000 1.4
1516 @@ -1,16 +1,16 @@
1517 <?xml version="1.0" encoding="UTF-8"?>
1518 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1519 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/maximum-swappage.xml,v 1.3 2005/09/25 15:14:45 fox2mike Exp $ -->
1520 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/maximum-swappage.xml,v 1.4 2005/10/09 17:13:23 rane Exp $ -->
1521
1522 -<guide link="/doc/en/articles/maximum-swappage.xml" lang="en">
1523 +<guide link="/doc/en/articles/maximum-swappage.xml" disclaimer="articles">
1524 <title>Maximum swappage</title>
1525
1526 <author title="Author">
1527 <mail link="drobbins@g.o">Daniel Robbins</mail>
1528 </author>
1529 -<author title="Editor">
1530 +<!--<author title="Editor">
1531 <mail link="jackdark@×××××.com">Joshua Saddler</mail>
1532 -</author>
1533 +</author>-->
1534
1535 <abstract>
1536 Learn how to improve the swap performance on your Linux server by several
1537 @@ -23,21 +23,14 @@
1538 document is an updated version of the original article, and contains
1539 various improvements made by the Gentoo Linux Documentation team -->
1540
1541 -<version>1.2</version>
1542 -<date>2005-08-18</date>
1543 +<version>1.3</version>
1544 +<date>2005-10-09</date>
1545
1546 <chapter>
1547 <title>Getting the most out of swap</title>
1548 <section>
1549 <body>
1550
1551 -<note>
1552 -The original version of this article was first published on IBM developerWorks,
1553 -and is property of Westtech Information Services. This document is an updated
1554 -version of the original article, and contains various improvements made by the
1555 -Gentoo Linux Documentation team.
1556 -</note>
1557 -
1558 <p>
1559 When you set up a brand new Linux server, do you create a single 128 MB swap
1560 partition? If so, did you know that you are severely limiting swap performance?
1561
1562
1563
1564 1.3 +4 -4 xml/htdocs/doc/en/articles/openssh-key-management-p1.xml
1565
1566 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/openssh-key-management-p1.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
1567 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/openssh-key-management-p1.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
1568 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/openssh-key-management-p1.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
1569
1570 Index: openssh-key-management-p1.xml
1571 ===================================================================
1572 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p1.xml,v
1573 retrieving revision 1.2
1574 retrieving revision 1.3
1575 diff -u -r1.2 -r1.3
1576 --- openssh-key-management-p1.xml 29 Sep 2005 21:51:19 -0000 1.2
1577 +++ openssh-key-management-p1.xml 9 Oct 2005 17:13:23 -0000 1.3
1578 @@ -1,8 +1,8 @@
1579 <?xml version='1.0' encoding="UTF-8"?>
1580 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p1.xml,v 1.2 2005/09/29 21:51:19 rane Exp $ -->
1581 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p1.xml,v 1.3 2005/10/09 17:13:23 rane Exp $ -->
1582 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1583
1584 -<guide link="/doc/en/articles/openssh-key-management-p1.xml">
1585 +<guide link="/doc/en/articles/openssh-key-management-p1.xml" disclaimer="articles">
1586 <title>OpenSSH key management, Part 1</title>
1587 <author title="Author">
1588 <mail link="drobbins@g.o">Daniel Robbins</mail>
1589 @@ -22,8 +22,8 @@
1590 document is an updated version of the original article, and contains
1591 various improvements made by the Gentoo Linux Documentation team -->
1592
1593 -<version>1.0</version>
1594 -<date>2005-09-29</date>
1595 +<version>1.1</version>
1596 +<date>2005-10-09</date>
1597
1598 <chapter>
1599 <title>Understanding RSA/DSA authentication</title>
1600
1601
1602
1603 1.3 +4 -4 xml/htdocs/doc/en/articles/openssh-key-management-p2.xml
1604
1605 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/openssh-key-management-p2.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
1606 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/openssh-key-management-p2.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
1607 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/openssh-key-management-p2.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
1608
1609 Index: openssh-key-management-p2.xml
1610 ===================================================================
1611 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p2.xml,v
1612 retrieving revision 1.2
1613 retrieving revision 1.3
1614 diff -u -r1.2 -r1.3
1615 --- openssh-key-management-p2.xml 29 Sep 2005 21:51:19 -0000 1.2
1616 +++ openssh-key-management-p2.xml 9 Oct 2005 17:13:23 -0000 1.3
1617 @@ -1,8 +1,8 @@
1618 <?xml version='1.0' encoding="UTF-8"?>
1619 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p2.xml,v 1.2 2005/09/29 21:51:19 rane Exp $ -->
1620 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p2.xml,v 1.3 2005/10/09 17:13:23 rane Exp $ -->
1621 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1622
1623 -<guide link="/doc/en/articles/openssh-key-management-p2.xml">
1624 +<guide link="/doc/en/articles/openssh-key-management-p2.xml" disclaimer="articles">
1625 <title>OpenSSH key management, Part 2</title>
1626
1627 <author title="Author">
1628 @@ -26,8 +26,8 @@
1629 document is an updated version of the original article, and contains
1630 various improvements made by the Gentoo Linux Documentation team -->
1631
1632 -<version>1.0</version>
1633 -<date>2005-09-29</date>
1634 +<version>1.1</version>
1635 +<date>2005-10-09</date>
1636
1637 <chapter>
1638 <title>Introducing ssh-agent and keychain</title>
1639
1640
1641
1642 1.3 +5 -4 xml/htdocs/doc/en/articles/openssh-key-management-p3.xml
1643
1644 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/openssh-key-management-p3.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
1645 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/openssh-key-management-p3.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
1646 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/openssh-key-management-p3.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
1647
1648 Index: openssh-key-management-p3.xml
1649 ===================================================================
1650 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p3.xml,v
1651 retrieving revision 1.2
1652 retrieving revision 1.3
1653 diff -u -r1.2 -r1.3
1654 --- openssh-key-management-p3.xml 29 Sep 2005 21:51:19 -0000 1.2
1655 +++ openssh-key-management-p3.xml 9 Oct 2005 17:13:23 -0000 1.3
1656 @@ -1,9 +1,10 @@
1657 <?xml version='1.0' encoding="UTF-8"?>
1658 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p3.xml,v 1.2 2005/09/29 21:51:19 rane Exp $ -->
1659 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p3.xml,v 1.3 2005/10/09 17:13:23 rane Exp $ -->
1660 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1661
1662 -<guide link="/doc/en/articles/openssh-key-management-p3.xml">
1663 +<guide link="/doc/en/articles/openssh-key-management-p3.xml" disclaimer="articles">
1664 <title>OpenSSH key management, Part 3</title>
1665 +
1666 <author title="Author">
1667 <mail link="drobbins@g.o">Daniel Robbins</mail>
1668 </author>
1669 @@ -19,8 +20,8 @@
1670 document is an updated version of the original article, and contains
1671 various improvements made by the Gentoo Linux Documentation team -->
1672
1673 -<version>1.0</version>
1674 -<date>2005-09-29</date>
1675 +<version>1.1</version>
1676 +<date>2005-10-09</date>
1677
1678 <chapter>
1679 <title>Agent forwarding and keychain improvements</title>
1680
1681
1682
1683 1.2 +6 -13 xml/htdocs/doc/en/articles/partition-planning-tips.xml
1684
1685 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/partition-planning-tips.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
1686 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/partition-planning-tips.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
1687 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/partition-planning-tips.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
1688
1689 Index: partition-planning-tips.xml
1690 ===================================================================
1691 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partition-planning-tips.xml,v
1692 retrieving revision 1.1
1693 retrieving revision 1.2
1694 diff -u -r1.1 -r1.2
1695 --- partition-planning-tips.xml 18 Aug 2005 12:59:17 -0000 1.1
1696 +++ partition-planning-tips.xml 9 Oct 2005 17:13:23 -0000 1.2
1697 @@ -1,16 +1,16 @@
1698 <?xml version="1.0" encoding="UTF-8"?>
1699 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1700 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partition-planning-tips.xml,v 1.1 2005/08/18 12:59:17 neysx Exp $ -->
1701 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partition-planning-tips.xml,v 1.2 2005/10/09 17:13:23 rane Exp $ -->
1702
1703 -<guide link="/doc/en/articles/partition-planning-tips.xml" lang="en">
1704 +<guide link="/doc/en/articles/partition-planning-tips.xml" disclaimer="articles">
1705 <title>Partition planning tips</title>
1706
1707 <author title="Author">
1708 <mail link="drobbins@g.o">Daniel Robbins</mail>
1709 </author>
1710 -<author title="Editor">
1711 +<!--<author title="Editor">
1712 <mail link="jackdark@×××××.com">Joshua Saddler</mail>
1713 -</author>
1714 +</author>-->
1715
1716 <abstract>
1717 Organizing your partitions correctly can be fun and rewarding. This collection
1718 @@ -22,21 +22,14 @@
1719 document is an updated version of the original article, and contains
1720 various improvements made by the Gentoo Linux Documentation team -->
1721
1722 -<version>1.0</version>
1723 -<date>2005-08-15</date>
1724 +<version>1.1</version>
1725 +<date>2005-10-09</date>
1726
1727 <chapter>
1728 <title>How to keep things organized on disk</title>
1729 <section>
1730 <body>
1731
1732 -<note>
1733 -The original version of this article was first published on IBM developerWorks,
1734 -and is property of Westtech Information Services. This document is an updated
1735 -version of the original article, and contains various improvements made by the
1736 -Gentoo Linux Documentation team.
1737 -</note>
1738 -
1739 <p>
1740 Have you noticed how many new filesystems are now available for Linux these
1741 days? Not only ReiserFS, but also SGI's XFS and IBM's own JFS (in source form)
1742
1743
1744
1745 1.5 +6 -13 xml/htdocs/doc/en/articles/partitioning-p1.xml
1746
1747 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/partitioning-p1.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
1748 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/partitioning-p1.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
1749 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/partitioning-p1.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
1750
1751 Index: partitioning-p1.xml
1752 ===================================================================
1753 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partitioning-p1.xml,v
1754 retrieving revision 1.4
1755 retrieving revision 1.5
1756 diff -u -r1.4 -r1.5
1757 --- partitioning-p1.xml 25 Sep 2005 19:23:24 -0000 1.4
1758 +++ partitioning-p1.xml 9 Oct 2005 17:13:23 -0000 1.5
1759 @@ -1,16 +1,16 @@
1760 <?xml version="1.0" encoding="UTF-8"?>
1761 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1762 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partitioning-p1.xml,v 1.4 2005/09/25 19:23:24 rane Exp $ -->
1763 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partitioning-p1.xml,v 1.5 2005/10/09 17:13:23 rane Exp $ -->
1764
1765 -<guide link="/doc/en/articles/partitioning-p1.xml" lang="en">
1766 +<guide link="/doc/en/articles/partitioning-p1.xml" disclaimer="articles">
1767 <title>Partitioning in action, Part 1</title>
1768
1769 <author title="Author">
1770 <mail link="drobbins@g.o">Daniel Robbins</mail>
1771 </author>
1772 -<author title="Editor">
1773 +<!--<author title="Editor">
1774 <mail link="jackdark@×××××.com">Joshua Saddler</mail>
1775 -</author>
1776 +</author>-->
1777
1778 <abstract>
1779 In this new series of tips, Daniel Robbins shows you how to change partition
1780 @@ -24,8 +24,8 @@
1781 document is an updated version of the original article, and contains
1782 various improvements made by the Gentoo Linux Documentation team -->
1783
1784 -<version>1.1</version>
1785 -<date>2005-08-18</date>
1786 +<version>1.2</version>
1787 +<date>2005-10-09</date>
1788
1789 <chapter>
1790 <title>Moving /home</title>
1791 @@ -33,13 +33,6 @@
1792 <title>Introduction</title>
1793 <body>
1794
1795 -<note>
1796 -The original version of this article was first published on IBM developerWorks,
1797 -and is property of Westtech Information Services. This document is an updated
1798 -version of the original article, and contains various improvements made by the
1799 -Gentoo Linux Documentation team.
1800 -</note>
1801 -
1802 <p>
1803 The partition <path>/home</path> is one of the most-often-moved partitions.
1804 Sometimes, all the space in <path>/home</path> becomes exhausted, and an
1805
1806
1807
1808 1.6 +6 -13 xml/htdocs/doc/en/articles/partitioning-p2.xml
1809
1810 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/partitioning-p2.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
1811 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/partitioning-p2.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
1812 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/partitioning-p2.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
1813
1814 Index: partitioning-p2.xml
1815 ===================================================================
1816 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partitioning-p2.xml,v
1817 retrieving revision 1.5
1818 retrieving revision 1.6
1819 diff -u -r1.5 -r1.6
1820 --- partitioning-p2.xml 25 Sep 2005 19:23:24 -0000 1.5
1821 +++ partitioning-p2.xml 9 Oct 2005 17:13:23 -0000 1.6
1822 @@ -1,16 +1,16 @@
1823 <?xml version="1.0" encoding="UTF-8"?>
1824 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1825 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partitioning-p2.xml,v 1.5 2005/09/25 19:23:24 rane Exp $ -->
1826 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partitioning-p2.xml,v 1.6 2005/10/09 17:13:23 rane Exp $ -->
1827
1828 -<guide link="/doc/en/articles/partitioning-p2.xml" lang="en">
1829 +<guide link="/doc/en/articles/partitioning-p2.xml" disclaimer="articles">
1830 <title>Partitioning in action, Part 2</title>
1831
1832 <author title="Author">
1833 <mail link="drobbins@g.o">Daniel Robbins</mail>
1834 </author>
1835 -<author title="Editor">
1836 +<!--<author title="Editor">
1837 <mail link="jackdark@×××××.com">Joshua Saddler</mail>
1838 -</author>
1839 +</author>-->
1840
1841 <abstract>
1842 In this second tip on changing partition layout on a running system, Daniel
1843 @@ -24,8 +24,8 @@
1844 document is an updated version of the original article, and contains
1845 various improvements made by the Gentoo Linux Documentation team -->
1846
1847 -<version>1.2</version>
1848 -<date>2005-08-18</date>
1849 +<version>1.3</version>
1850 +<date>2005-10-09</date>
1851
1852 <chapter>
1853 <title>Consolidating data</title>
1854 @@ -33,13 +33,6 @@
1855 <title>Introduction</title>
1856 <body>
1857
1858 -<note>
1859 -The original version of this article was first published on IBM developerWorks,
1860 -and is property of Westtech Information Services. This document is an updated
1861 -version of the original article, and contains various improvements made by the
1862 -Gentoo Linux Documentation team.
1863 -</note>
1864 -
1865 <p>
1866 In my <uri link="/doc/en/articles/partitioning-p1.xml">last tip</uri>, we
1867 successfully moved <path>/home</path> to a new partition. Now, it's time to
1868
1869
1870
1871 1.2 +6 -13 xml/htdocs/doc/en/articles/prompt-magic.xml
1872
1873 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/prompt-magic.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
1874 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/prompt-magic.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
1875 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/prompt-magic.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
1876
1877 Index: prompt-magic.xml
1878 ===================================================================
1879 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/prompt-magic.xml,v
1880 retrieving revision 1.1
1881 retrieving revision 1.2
1882 diff -u -r1.1 -r1.2
1883 --- prompt-magic.xml 21 Aug 2005 22:23:44 -0000 1.1
1884 +++ prompt-magic.xml 9 Oct 2005 17:13:23 -0000 1.2
1885 @@ -1,17 +1,17 @@
1886 <?xml version="1.0" encoding="UTF-8"?>
1887 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1888 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/prompt-magic.xml,v 1.1 2005/08/21 22:23:44 neysx Exp $ -->
1889 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/prompt-magic.xml,v 1.2 2005/10/09 17:13:23 rane Exp $ -->
1890
1891 -<guide link="/doc/en/articles/prompt-magic.xml" lang="en">
1892 +<guide link="/doc/en/articles/prompt-magic.xml" disclaimer="articles">
1893
1894 <title>Prompt magic</title>
1895
1896 <author title="Author">
1897 <mail link="drobbins@g.o">Daniel Robbins</mail>
1898 </author>
1899 -<author title="Editor">
1900 +<!--<author title="Editor">
1901 <mail link="jackdark@×××××.com">Joshua Saddler</mail>
1902 -</author>
1903 +</author>-->
1904
1905 <abstract>
1906 Why stick with the standard boring shell prompt when you can easily make it
1907 @@ -25,21 +25,14 @@
1908 document is an updated version of the original article, and contains
1909 various improvements made by the Gentoo Linux Documentation team -->
1910
1911 -<version>1.0</version>
1912 -<date>2005-08-21</date>
1913 +<version>1.1</version>
1914 +<date>2005-10-09</date>
1915
1916 <chapter>
1917 <title>Enhancing the system prompt</title>
1918 <section>
1919 <body>
1920
1921 -<note>
1922 -The original version of this article was first published on IBM developerWorks,
1923 -and is property of Westtech Information Services. This document is an updated
1924 -version of the original article, and contains various improvements made by the
1925 -Gentoo Linux Documentation team.
1926 -</note>
1927 -
1928 <p>
1929 As Linux/UNIX people, we spend a lot of time working in the shell, and in many
1930 cases, this is what we have staring back at us:
1931
1932
1933
1934 1.3 +4 -11 xml/htdocs/doc/en/articles/software-raid-p1.xml
1935
1936 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/software-raid-p1.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
1937 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/software-raid-p1.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
1938 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/software-raid-p1.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
1939
1940 Index: software-raid-p1.xml
1941 ===================================================================
1942 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/software-raid-p1.xml,v
1943 retrieving revision 1.2
1944 retrieving revision 1.3
1945 diff -u -r1.2 -r1.3
1946 --- software-raid-p1.xml 20 Sep 2005 19:34:51 -0000 1.2
1947 +++ software-raid-p1.xml 9 Oct 2005 17:13:23 -0000 1.3
1948 @@ -1,8 +1,8 @@
1949 <?xml version="1.0" encoding="UTF-8"?>
1950 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
1951 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/software-raid-p1.xml,v 1.2 2005/09/20 19:34:51 rane Exp $ -->
1952 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/software-raid-p1.xml,v 1.3 2005/10/09 17:13:23 rane Exp $ -->
1953
1954 -<guide link="/doc/en/articles/software-raid-p1.xml">
1955 +<guide link="/doc/en/articles/software-raid-p1.xml" disclaimer="articles">
1956 <title>Software RAID in the new Linux 2.4 kernel, Part 1</title>
1957
1958 <author title="Author">
1959 @@ -23,8 +23,8 @@
1960 document is an updated version of the original article, and contains
1961 various improvements made by the Gentoo Linux Documentation team -->
1962
1963 -<version>1.0</version>
1964 -<date>2005-08-29</date>
1965 +<version>1.1</version>
1966 +<date>2005-10-09</date>
1967
1968 <chapter>
1969 <title>Installation and a general introduction</title>
1970 @@ -32,13 +32,6 @@
1971 <title>The wonders of RAID</title>
1972 <body>
1973
1974 -<note>
1975 -The original version of this article was first published on IBM
1976 -developerWorks, and is property of Westtech Information Services. This
1977 -document is an updated version of the original article, and contains
1978 -various improvements made by the Gentoo Linux Documentation team.
1979 -</note>
1980 -
1981 <p>
1982 The 2.4 kernel has a number of nifty features and additions. One of
1983 these is the inclusion of a modern Software RAID implementation -- yay!
1984
1985
1986
1987 1.2 +4 -11 xml/htdocs/doc/en/articles/software-raid-p2.xml
1988
1989 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/software-raid-p2.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
1990 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/software-raid-p2.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
1991 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/articles/software-raid-p2.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
1992
1993 Index: software-raid-p2.xml
1994 ===================================================================
1995 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/software-raid-p2.xml,v
1996 retrieving revision 1.1
1997 retrieving revision 1.2
1998 diff -u -r1.1 -r1.2
1999 --- software-raid-p2.xml 20 Sep 2005 18:35:24 -0000 1.1
2000 +++ software-raid-p2.xml 9 Oct 2005 17:13:23 -0000 1.2
2001 @@ -1,8 +1,8 @@
2002 <?xml version="1.0" encoding="UTF-8"?>
2003 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
2004 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/software-raid-p2.xml,v 1.1 2005/09/20 18:35:24 rane Exp $ -->
2005 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/software-raid-p2.xml,v 1.2 2005/10/09 17:13:23 rane Exp $ -->
2006
2007 -<guide link="/doc/en/articles/software-raid-p2.xml">
2008 +<guide link="/doc/en/articles/software-raid-p2.xml" disclaimer="articles">
2009 <title>Software RAID in the new Linux 2.4 kernel, Part 2</title>
2010
2011 <author title="Author">
2012 @@ -26,8 +26,8 @@
2013 document is an updated version of the original article, and contains
2014 various improvements made by the Gentoo Linux Documentation team -->
2015
2016 -<version>1.0</version>
2017 -<date>2005-08-30</date>
2018 +<version>1.1</version>
2019 +<date>2005-10-09</date>
2020
2021 <chapter>
2022 <title>Setting up RAID-1 in a production environment</title>
2023 @@ -35,13 +35,6 @@
2024 <title>Real-world RAID</title>
2025 <body>
2026
2027 -<note>
2028 -The original version of this article was first published on IBM
2029 -developerWorks, and is property of Westtech Information Services. This
2030 -document is an updated version of the original article, and contains
2031 -various improvements made by the Gentoo Linux Documentation team.
2032 -</note>
2033 -
2034 <p>
2035 In my <uri link="/doc/en/articles/software-raid-p1.xml">previous
2036 article</uri>, I introduced you to Linux 2.4's software RAID
2037
2038
2039
2040 --
2041 gentoo-doc-cvs@g.o mailing list