From: "Lukasz Damentko" <rane@lark.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: afig-ct-ext3-intro.xml
Date: Sun, 9 Oct 2005 17:13:24 +0000 [thread overview]
Message-ID: <200510091704.j99H4SF3000438@robin.gentoo.org> (raw)
rane 05/10/09 17:13:24
Modified: xml/htdocs/doc/en/articles afig-ct-ext3-intro.xml
bash-by-example-p1.xml bash-by-example-p2.xml
bash-by-example-p3.xml
dynamic-iptables-firewalls.xml
hardware-stability-p1.xml hardware-stability-p2.xml
l-afig-p8.xml l-awk1.xml l-awk2.xml l-awk3.xml
l-posix1.xml l-posix2.xml l-posix3.xml
l-redesign-1.xml l-sed1.xml l-sed2.xml l-sed3.xml
linux-24-stateful-fw-design.xml
linux-kernel-compiling.xml
lpi-101-administration-p2.xml
lpi-101-fundamentals-p1.xml lvm-p1.xml lvm-p2.xml
making-the-distro-p1.xml making-the-distro-p2.xml
making-the-distro-p3.xml maximum-swappage.xml
openssh-key-management-p1.xml
openssh-key-management-p2.xml
openssh-key-management-p3.xml
partition-planning-tips.xml partitioning-p1.xml
partitioning-p2.xml prompt-magic.xml
software-raid-p1.xml software-raid-p2.xml
Log:
adjusting articles to conform the newest rules: switched notes to disclaimers, commented out the editors
Revision Changes Path
1.3 +5 -12 xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml
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
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
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
Index: afig-ct-ext3-intro.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/afig-ct-ext3-intro.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- afig-ct-ext3-intro.xml 21 Aug 2005 22:29:15 -0000 1.2
+++ afig-ct-ext3-intro.xml 9 Oct 2005 17:13:23 -0000 1.3
@@ -1,16 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/articles/afig-ct-ext3-intro.xml">
+<guide link="/doc/en/articles/afig-ct-ext3-intro.xml" disclaimer="articles">
<title>Advanced Filesystem Implementor's Guide : Introducing ext3</title>
<author title="Author">
<mail link="drobbins@gentoo.org">Daniel Robbins</mail>
</author>
-<author title="Editor">
+<!--<author title="Editor">
<mail link=" dhaskew@earthlink.net">David H. Askew</mail>
-</author>
+</author>-->
<!-- The original version of this article was first published on IBM
developerWorks, and is property of Westtech Information Services. This
@@ -27,21 +27,14 @@
a new improved version of ext2 with journaling capabilities.
</abstract>
-<version>1.0</version>
-<date>2005-08-13</date>
+<version>1.1</version>
+<date>2005-10-09</date>
<chapter>
<title>Introduction</title>
<section>
<body>
-<note>
-The original version of this article was first published on IBM developerWorks,
-and is property of Westtech Information Services. This document is an updated
-version of the original article, and contains various improvements made by the
-Gentoo Linux Documentation team.
-</note>
-
<p>
In the past few installments, we've taken a bit of a detour by looking at
non-traditional filesystems such as tmpfs and devfs. Now, it's time to get back
1.6 +4 -11 xml/htdocs/doc/en/articles/bash-by-example-p1.xml
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
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
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
Index: bash-by-example-p1.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p1.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bash-by-example-p1.xml 10 Sep 2005 21:20:16 -0000 1.5
+++ bash-by-example-p1.xml 9 Oct 2005 17:13:23 -0000 1.6
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $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 $ -->
+<!-- $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 $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/articles/bash-by-example-p1.xml">
+<guide link="/doc/en/articles/bash-by-example-p1.xml" disclaimer="articles">
<title>Bash by example, Part 1</title>
<author title="Author">
@@ -24,8 +24,8 @@
version of the original article, and contains various improvements made by the
Gentoo Linux Documentation team -->
-<version>1.2</version>
-<date>2005-07-12</date>
+<version>1.3</version>
+<date>2005-10-09</date>
<chapter>
<title>Fundamental programming in the Bourne again shell (bash)</title>
@@ -33,13 +33,6 @@
<title>Introduction</title>
<body>
-<note>
-The original version of this article was published on IBM developerWorks, and
-is property of Westtech Information Services. This document is an updated
-version of the original article, and contains various improvements made by the
-Gentoo Linux Documentation team.
-</note>
-
<p>
You might wonder why you ought to learn Bash programming. Well, here are a
couple of compelling reasons:
1.5 +4 -11 xml/htdocs/doc/en/articles/bash-by-example-p2.xml
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
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
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
Index: bash-by-example-p2.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p2.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bash-by-example-p2.xml 10 Sep 2005 21:20:16 -0000 1.4
+++ bash-by-example-p2.xml 9 Oct 2005 17:13:23 -0000 1.5
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $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 $ -->
+<!-- $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 $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/articles/bash-by-example-p2.xml">
+<guide link="/doc/en/articles/bash-by-example-p2.xml" disclaimer="articles">
<title>Bash by example, Part 2</title>
<author title="Author">
@@ -21,8 +21,8 @@
version of the original article, and contains various improvements made by the
Gentoo Linux Documentation team -->
-<version>1.2</version>
-<date>2005-08-03</date>
+<version>1.3</version>
+<date>2005-10-09</date>
<chapter>
<title>More bash programming fundamentals</title>
@@ -30,13 +30,6 @@
<title>Accepting arguments</title>
<body>
-<note>
-The original version of this article was published on IBM developerWorks, and
-is property of Westtech Information Services. This document is an updated
-version of the original article, and contains various improvements made by the
-Gentoo Linux Documentation team.
-</note>
-
<p>
Let's start with a brief tip on handling command-line arguments, and then look
at bash's basic programming constructs.
1.5 +4 -11 xml/htdocs/doc/en/articles/bash-by-example-p3.xml
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
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
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
Index: bash-by-example-p3.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p3.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bash-by-example-p3.xml 10 Sep 2005 21:20:16 -0000 1.4
+++ bash-by-example-p3.xml 9 Oct 2005 17:13:23 -0000 1.5
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $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 $ -->
+<!-- $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 $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/articles/bash-by-example-p3.xml">
+<guide link="/doc/en/articles/bash-by-example-p3.xml" disclaimer="articles">
<title>Bash by example, Part 3</title>
<author title="Author">
@@ -23,8 +23,8 @@
version of the original article, and contains various improvements made by the
Gentoo Linux Documentation team -->
-<version>1.2</version>
-<date>2005-08-03</date>
+<version>1.3</version>
+<date>2005-10-09</date>
<chapter>
<title>Exploring the ebuild system</title>
@@ -32,13 +32,6 @@
<title>Enter the ebuild system</title>
<body>
-<note>
-The original version of this article was published on IBM developerWorks, and
-is property of Westtech Information Services. This document is an updated
-version of the original article, and contains various improvements made by the
-Gentoo Linux Documentation team.
-</note>
-
<p>
I've really been looking forward to this third and final <e>Bash by example</e>
article, because now that we've already covered bash programming fundamentals in
1.5 +4 -11 xml/htdocs/doc/en/articles/dynamic-iptables-firewalls.xml
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
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
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
Index: dynamic-iptables-firewalls.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/dynamic-iptables-firewalls.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dynamic-iptables-firewalls.xml 10 Sep 2005 21:20:16 -0000 1.4
+++ dynamic-iptables-firewalls.xml 9 Oct 2005 17:13:23 -0000 1.5
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/dynamic-iptables-firewalls.xml,v 1.4 2005/09/10 21:20:16 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/dynamic-iptables-firewalls.xml,v 1.5 2005/10/09 17:13:23 rane Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/articles/dynamic-iptables-firewalls.xml">
+<guide link="/doc/en/articles/dynamic-iptables-firewalls.xml" disclaimer="articles">
<title>Dynamic iptables firewalls</title>
<author title="Author">
@@ -22,8 +22,8 @@
version of the original article, and contains various improvements made by the
Gentoo Linux Documentation team -->
-<version>1.2</version>
-<date>2005-09-08</date>
+<version>1.3</version>
+<date>2005-10-09</date>
<chapter>
<title>Introduction</title>
@@ -31,13 +31,6 @@
<title>Flexible (and fun) network security</title>
<body>
-<note>
-The original version of this article was published on IBM developerWorks, and is
-property of Westtech Information Services. This document is an updated version
-of the original article, and contains various improvements made by the Gentoo
-Linux Documentation team.
-</note>
-
<p>
The best way to see the benefits of dynamic firewall scripts is to see them in
action. To do this, let's imagine that I'm a sysadmin at an ISP, and I've
1.3 +4 -11 xml/htdocs/doc/en/articles/hardware-stability-p1.xml
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
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
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
Index: hardware-stability-p1.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/hardware-stability-p1.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hardware-stability-p1.xml 5 Oct 2005 16:22:42 -0000 1.2
+++ hardware-stability-p1.xml 9 Oct 2005 17:13:23 -0000 1.3
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/hardware-stability-p1.xml,v 1.2 2005/10/05 16:22:42 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/hardware-stability-p1.xml,v 1.3 2005/10/09 17:13:23 rane Exp $ -->
-<guide link="/doc/en/articles/hardware-stability-p1.xml" lang="en">
+<guide link="/doc/en/articles/hardware-stability-p1.xml" disclaimer="articles">
<title>Linux hardware stability guide, Part 1</title>
<author title="Author">
@@ -22,21 +22,14 @@
document is an updated version of the original article, and contains
various improvements made by the Gentoo Linux Documentation team -->
-<version>1.1</version>
-<date>2005-07-28</date>
+<version>1.2</version>
+<date>2005-10-09</date>
<chapter>
<title>CPU troubleshooting</title>
<section>
<body>
-<note>
-The original version of this article was first published on IBM developerWorks,
-and is property of Westtech Information Services. This document is an updated
-version of the original article, and contains various improvements made by the
-Gentoo Linux Documentation team.
-</note>
-
<p>
Many of us in the Linux world have been bitten by nasty hardware problems. How
many of us have set up a Linux box, installed our favorite distribution,
1.3 +4 -11 xml/htdocs/doc/en/articles/hardware-stability-p2.xml
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
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
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
Index: hardware-stability-p2.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/hardware-stability-p2.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hardware-stability-p2.xml 5 Oct 2005 16:22:42 -0000 1.2
+++ hardware-stability-p2.xml 9 Oct 2005 17:13:23 -0000 1.3
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/hardware-stability-p2.xml,v 1.2 2005/10/05 16:22:42 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/hardware-stability-p2.xml,v 1.3 2005/10/09 17:13:23 rane Exp $ -->
-<guide link="/doc/en/articles/hardware-stability-p2.xml" lang="en">
+<guide link="/doc/en/articles/hardware-stability-p2.xml" disclaimer="articles">
<title>Linux hardware stability guide, Part 2</title>
<author title="Author">
@@ -23,8 +23,8 @@
document is an updated version of the original article, and contains
various improvements made by the Gentoo Linux Documentation team -->
-<version>1.1</version>
-<date>2005-07-28</date>
+<version>1.2</version>
+<date>2005-10-09</date>
<chapter>
<title>Drivers</title>
@@ -32,13 +32,6 @@
<title>The many causes of instability</title>
<body>
-<note>
-The original version of this article was first published on IBM developerWorks,
-and is property of Westtech Information Services. This document is an updated
-version of the original article, and contains various improvements made by the
-Gentoo Linux Documentation team.
-</note>
-
<p>
A stability problem is often not caused by defective hardware, but by improper
hardware configuration or flaky drivers. My experience in this area began when
1.3 +4 -11 xml/htdocs/doc/en/articles/l-afig-p8.xml
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
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
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
Index: l-afig-p8.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-afig-p8.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- l-afig-p8.xml 1 Oct 2005 19:59:53 -0000 1.2
+++ l-afig-p8.xml 9 Oct 2005 17:13:23 -0000 1.3
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-afig-p8.xml,v 1.2 2005/10/01 19:59:53 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-afig-p8.xml,v 1.3 2005/10/09 17:13:23 rane Exp $ -->
-<guide link="/doc/en/articles/l-afig-p8.xml">
+<guide link="/doc/en/articles/l-afig-p8.xml" disclaimer="articles">
<title>Advanced filesystem implementor's guide, Part 8</title>
@@ -28,21 +28,14 @@
good ext3 data=journal interactive performance numbers.
</abstract>
-<version>1.0</version>
-<date>2005-09-30</date>
+<version>1.1</version>
+<date>2005-10-09</date>
<chapter>
<title>Introduction</title>
<section>
<body>
-<note>
-The original version of this article was first published on IBM developerWorks,
-and is property of Westtech Information Services. This document is an updated
-version of the original article, and contains various improvements made by the
-Gentoo Linux Documentation team.
-</note>
-
<p>
I'm going to be honest. For this article, I was planning to show you how to get
ext3 up and running on your system. Although that's what I said I'd do, I'm not
1.6 +4 -11 xml/htdocs/doc/en/articles/l-awk1.xml
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
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
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
Index: l-awk1.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk1.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- l-awk1.xml 7 Oct 2005 22:00:27 -0000 1.5
+++ l-awk1.xml 9 Oct 2005 17:13:23 -0000 1.6
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk1.xml,v 1.5 2005/10/07 22:00:27 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk1.xml,v 1.6 2005/10/09 17:13:23 rane Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/articles/l-awk1.xml">
+<guide link="/doc/en/articles/l-awk1.xml" disclaimer="articles">
<title>Awk by example, Part 1</title>
<author title="Author">
@@ -21,8 +21,8 @@
version of the original article, and contains various improvements made by the
Gentoo Linux Documentation team -->
-<version>1.2</version>
-<date>2005-10-07</date>
+<version>1.3</version>
+<date>2005-10-09</date>
<chapter>
<title>An intro to the great language with the strange name</title>
@@ -30,13 +30,6 @@
<title>In defense of awk</title>
<body>
-<note>
-The original version of this article was published on IBM developerWorks, and is
-property of Westtech Information Services. This document is an updated version
-of the original article, and contains various improvements made by the Gentoo
-Linux Documentation team.
-</note>
-
<p>
In this series of articles, I'm going to turn you into a proficient awk coder.
I'll admit, awk doesn't have a very pretty or particularly "hip" name, and the
1.4 +4 -11 xml/htdocs/doc/en/articles/l-awk2.xml
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
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
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
Index: l-awk2.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk2.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- l-awk2.xml 10 Sep 2005 21:20:16 -0000 1.3
+++ l-awk2.xml 9 Oct 2005 17:13:23 -0000 1.4
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk2.xml,v 1.3 2005/09/10 21:20:16 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk2.xml,v 1.4 2005/10/09 17:13:23 rane Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/articles/l-awk2.xml">
+<guide link="/doc/en/articles/l-awk2.xml" disclaimer="articles">
<title>Awk by example, Part 2</title>
<author title="Author">
@@ -22,8 +22,8 @@
version of the original article, and contains various improvements made by the
Gentoo Linux Documentation team -->
-<version>1.1</version>
-<date>2005-07-27</date>
+<version>1.2</version>
+<date>2005-10-09</date>
<chapter>
<title>Records, loops, and arrays</title>
@@ -31,13 +31,6 @@
<title>Multi-line records</title>
<body>
-<note>
-The original version of this article was published on IBM developerWorks, and is
-property of Westtech Information Services. This document is an updated version
-of the original article, and contains various improvements made by the Gentoo
-Linux Documentation team.
-</note>
-
<p>
Awk is an excellent tool for reading in and processing structured data, such as
the system's <path>/etc/passwd</path> file. <path>/etc/passwd</path> is the UNIX
1.5 +4 -11 xml/htdocs/doc/en/articles/l-awk3.xml
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
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
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
Index: l-awk3.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk3.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- l-awk3.xml 10 Sep 2005 21:20:16 -0000 1.4
+++ l-awk3.xml 9 Oct 2005 17:13:23 -0000 1.5
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk3.xml,v 1.4 2005/09/10 21:20:16 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk3.xml,v 1.5 2005/10/09 17:13:23 rane Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/articles/l-awk3.xml">
+<guide link="/doc/en/articles/l-awk3.xml" disclaimer="articles">
<title>Awk by example, Part 3</title>
<author title="Author">
@@ -22,8 +22,8 @@
version of the original article, and contains various improvements made by the
Gentoo Linux Documentation team -->
-<version>1.2</version>
-<date>2005-08-03</date>
+<version>1.3</version>
+<date>2005-10-09</date>
<chapter>
<title>String functions and ... checkbooks?</title>
@@ -31,13 +31,6 @@
<title>Formatting output</title>
<body>
-<note>
-The original version of this article was published on IBM developerWorks,
-and is property of Westtech Information Services. This document is an updated
-version of the original article, and contains various improvements made by the
-Gentoo Linux Documentation team.
-</note>
-
<p>
While awk's print statement does do the job most of the time, sometimes more is
needed. For those times, awk offers two good old friends called printf() and
1.4 +4 -11 xml/htdocs/doc/en/articles/l-posix1.xml
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
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
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
Index: l-posix1.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix1.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- l-posix1.xml 10 Sep 2005 21:20:16 -0000 1.3
+++ l-posix1.xml 9 Oct 2005 17:13:23 -0000 1.4
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix1.xml,v 1.3 2005/09/10 21:20:16 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix1.xml,v 1.4 2005/10/09 17:13:23 rane Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/articles/l-posix1.xml">
+<guide link="/doc/en/articles/l-posix1.xml" disclaimer="articles">
<title>POSIX threads explained, part 1</title>
<author title="Author">
@@ -22,8 +22,8 @@
version of the original article, and contains various improvements made by the
Gentoo Linux Documentation team -->
-<version>1.1</version>
-<date>2005-07-27</date>
+<version>1.2</version>
+<date>2005-10-09</date>
<chapter>
<title>A simple and nimble tool for memory sharing</title>
@@ -31,13 +31,6 @@
<title>Threads are fun</title>
<body>
-<note>
-The original version of this article was published on IBM developerWorks, and is
-property of Westtech Information Services. This document is an updated version
-of the original article, and contains various improvements made by the Gentoo
-Linux Documentation team.
-</note>
-
<p>
Knowing how to properly use threads should be part of every good programmer's
repertoire. Threads are similar to processes. Threads, like processes, are
1.4 +4 -11 xml/htdocs/doc/en/articles/l-posix2.xml
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
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
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
Index: l-posix2.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix2.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- l-posix2.xml 10 Sep 2005 21:20:16 -0000 1.3
+++ l-posix2.xml 9 Oct 2005 17:13:23 -0000 1.4
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix2.xml,v 1.3 2005/09/10 21:20:16 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix2.xml,v 1.4 2005/10/09 17:13:23 rane Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/articles/l-posix2.xml">
+<guide link="/doc/en/articles/l-posix2.xml" disclaimer="articles">
<title>POSIX threads explained, part 2</title>
<author title="Author">
@@ -21,8 +21,8 @@
version of the original article, and contains various improvements made by the
Gentoo Linux Documentation team -->
-<version>1.1</version>
-<date>2005-07-27</date>
+<version>1.2</version>
+<date>2005-10-09</date>
<chapter>
<title>The little things called mutexes</title>
@@ -30,13 +30,6 @@
<title>Mutex me!</title>
<body>
-<note>
-The original version of this article was published on IBM developerWorks, and is
-property of Westtech Information Services. This document is an updated version
-of the original article, and contains various improvements made by the Gentoo
-Linux Documentation team.
-</note>
-
<p>
In my <uri link="/doc/en/articles/l-posix1.xml">previous article</uri>, I talked
about threaded code that did unusual and unexpected things. Two threads each
1.6 +4 -11 xml/htdocs/doc/en/articles/l-posix3.xml
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
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
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
Index: l-posix3.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix3.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- l-posix3.xml 13 Sep 2005 22:10:35 -0000 1.5
+++ l-posix3.xml 9 Oct 2005 17:13:23 -0000 1.6
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix3.xml,v 1.5 2005/09/13 22:10:35 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix3.xml,v 1.6 2005/10/09 17:13:23 rane Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/articles/l-posix3.xml">
+<guide link="/doc/en/articles/l-posix3.xml" disclaimer="articles">
<title>POSIX threads explained, part 3</title>
<author title="Author">
@@ -23,8 +23,8 @@
version of the original article, and contains various improvements made by the
Gentoo Linux Documentation team -->
-<version>1.3</version>
-<date>2005-09-14</date>
+<version>1.4</version>
+<date>2005-10-09</date>
<chapter>
<title>Improve efficiency with condition variables</title>
@@ -32,13 +32,6 @@
<title>Condition variables explained</title>
<body>
-<note>
-The original version of this article was published on IBM developerWorks, and is
-property of Westtech Information Services. This document is an updated version
-of the original article, and contains various improvements made by the Gentoo
-Linux Documentation team.
-</note>
-
<p>
I ended my <uri link="/doc/en/articles/l-posix2.xml">previous article</uri> by
describing a particular dilemma how does a thread deal with a situation where
1.2 +4 -11 xml/htdocs/doc/en/articles/l-redesign-1.xml
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
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
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
Index: l-redesign-1.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-redesign-1.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- l-redesign-1.xml 7 Oct 2005 21:52:20 -0000 1.1
+++ l-redesign-1.xml 9 Oct 2005 17:13:23 -0000 1.2
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-redesign-1.xml,v 1.1 2005/10/07 21:52:20 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-redesign-1.xml,v 1.2 2005/10/09 17:13:23 rane Exp $ -->
-<guide link="/doc/en/articles/l-redesign-1.xml">
+<guide link="/doc/en/articles/l-redesign-1.xml" disclaimer="articles">
<title>The gentoo.org redesign, Part 1: A site reborn</title>
<author title="Author">
@@ -24,21 +24,14 @@
document is an updated version of the original article, and contains
various improvements made by the Gentoo Linux Documentation team -->
-<version>1.0</version>
-<date>2005-10-07</date>
+<version>1.1</version>
+<date>2005-10-09</date>
<chapter>
<title>An unruly horde</title>
<section>
<body>
-<note>
-The original version of this article was published on IBM developerWorks, and
-is property of Westtech Information Services. This document is an updated
-version of the original article, and contains various improvements made by the
-Gentoo Linux Documentation team.
-</note>
-
<p>
Fellow software developer, may I ask you a question? Why is it that although
many of us are intimately familiar with Web technologies such as HTML, CGI,
1.6 +4 -11 xml/htdocs/doc/en/articles/l-sed1.xml
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
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
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
Index: l-sed1.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- l-sed1.xml 11 Sep 2005 21:29:58 -0000 1.5
+++ l-sed1.xml 9 Oct 2005 17:13:23 -0000 1.6
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml,v 1.5 2005/09/11 21:29:58 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml,v 1.6 2005/10/09 17:13:23 rane Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/articles/l-sed1.xml">
+<guide link="/doc/en/articles/l-sed1.xml" disclaimer="articles">
<title>Sed by example, Part 1</title>
<author title="Author">
@@ -21,8 +21,8 @@
version of the original article, and contains various improvements made by the
Gentoo Linux Documentation team -->
-<version>1.2</version>
-<date>2005-07-15</date>
+<version>1.3</version>
+<date>2005-10-09</date>
<chapter>
<title>Get to know the powerful UNIX editor</title>
@@ -30,13 +30,6 @@
<title>Pick an editor</title>
<body>
-<note>
-The original version of this article was published on IBM developerWorks, and is
-property of Westtech Information Services. This document is an updated version
-of the original article, and contains various improvements made by the Gentoo
-Linux Documentation team.
-</note>
-
<p>
In the UNIX world, we have a lot of options when it comes to editing files.
Think of it -- vi, emacs, and jed come to mind, as well as many others. We all
1.4 +4 -12 xml/htdocs/doc/en/articles/l-sed2.xml
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
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
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
Index: l-sed2.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- l-sed2.xml 10 Sep 2005 21:20:16 -0000 1.3
+++ l-sed2.xml 9 Oct 2005 17:13:23 -0000 1.4
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml,v 1.3 2005/09/10 21:20:16 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml,v 1.4 2005/10/09 17:13:23 rane Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/articles/l-sed2.xml">
+<guide link="/doc/en/articles/l-sed2.xml" disclaimer="articles">
<title>Sed by example, Part 2</title>
<author title="Author">
@@ -21,8 +21,8 @@
version of the original article, and contains various improvements made by the
Gentoo Linux Documentation team -->
-<version>1.1</version>
-<date>2005-07-15</date>
+<version>1.2</version>
+<date>2005-10-09</date>
<chapter>
<title>How to further take advantage of the UNIX text editor</title>
@@ -30,14 +30,6 @@
<title>Substitution!</title>
<body>
-<note>
-The original version of this article was published on IBM developerWorks, and is
-property of Westtech Information Services. This document is an updated version
-of the original article, and contains various improvements made by the Gentoo
-Linux Documentation team.
-</note>
-
-
<p>
Let's look at one of sed's most useful commands, the substitution command.
Using it, we can replace a particular string or matched regular expression with
1.5 +4 -11 xml/htdocs/doc/en/articles/l-sed3.xml
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
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
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
Index: l-sed3.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- l-sed3.xml 10 Sep 2005 21:20:16 -0000 1.4
+++ l-sed3.xml 9 Oct 2005 17:13:23 -0000 1.5
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml,v 1.4 2005/09/10 21:20:16 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml,v 1.5 2005/10/09 17:13:23 rane Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/articles/l-sed3.xml">
+<guide link="/doc/en/articles/l-sed3.xml" disclaimer="articles">
<title>Sed by example, Part 3</title>
<author title="Author">
@@ -21,8 +21,8 @@
version of the original article, and contains various improvements made by the
Gentoo Linux Documentation team -->
-<version>1.1</version>
-<date>2005-07-16</date>
+<version>1.2</version>
+<date>2005-10-09</date>
<chapter>
<title>Taking it to the next level: Data crunching, sed style</title>
@@ -30,13 +30,6 @@
<title>Muscular sed</title>
<body>
-<note>
-The original version of this article was published on IBM developerWorks, and is
-property of Westtech Information Services. This document is an updated version
-of the original article, and contains various improvements made by the Gentoo
-Linux Documentation team.
-</note>
-
<p>
In <uri link="l-sed2.xml">my second sed article</uri>, I
offered examples that demonstrated how sed works, but very few of these examples
1.5 +4 -11 xml/htdocs/doc/en/articles/linux-24-stateful-fw-design.xml
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
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
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
Index: linux-24-stateful-fw-design.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/linux-24-stateful-fw-design.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- linux-24-stateful-fw-design.xml 10 Sep 2005 21:20:16 -0000 1.4
+++ linux-24-stateful-fw-design.xml 9 Oct 2005 17:13:23 -0000 1.5
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $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 $ -->
+<!-- $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 $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/articles/linux-24-stateful-fw-design.xml">
+<guide link="/doc/en/articles/linux-24-stateful-fw-design.xml" disclaimer="articles">
<title>Linux 2.4 stateful firewall design</title>
<author title="Author">
@@ -19,8 +19,8 @@
version of the original article, and contains various improvements made by the
Gentoo Linux Documentation team -->
-<version>1.2</version>
-<date>2005-08-27</date>
+<version>1.3</version>
+<date>2005-10-09</date>
<chapter>
<title>About this tutorial</title>
@@ -28,13 +28,6 @@
<title>Should I take this tutorial?</title>
<body>
-<note>
-The original version of this article was published on IBM developerWorks, and
-is property of Westtech Information Services. This document is an updated
-version of the original article, and contains various improvements made by the
-Gentoo Linux Documentation team.
-</note>
-
<p>
This tutorial shows you how to use netfilter to set up a powerful Linux stateful
firewall. All you need is an existing Linux system that's currently using a
1.2 +4 -11 xml/htdocs/doc/en/articles/linux-kernel-compiling.xml
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
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
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
Index: linux-kernel-compiling.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/linux-kernel-compiling.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-kernel-compiling.xml 19 Sep 2005 14:52:04 -0000 1.1
+++ linux-kernel-compiling.xml 9 Oct 2005 17:13:23 -0000 1.2
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/linux-kernel-compiling.xml,v 1.1 2005/09/19 14:52:04 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/linux-kernel-compiling.xml,v 1.2 2005/10/09 17:13:23 rane Exp $ -->
-<guide link="/doc/en/articles/linux-kernel-compiling.xml">
+<guide link="/doc/en/articles/linux-kernel-compiling.xml" disclaimer="articles">
<title>Compiling the Linux kernel</title>
<author title="Author">
@@ -21,8 +21,8 @@
document is an updated version of the original article, and contains
various improvements made by the Gentoo Linux Documentation team -->
-<version>1.0</version>
-<date>2005-08-31</date>
+<version>1.1</version>
+<date>2005-10-09</date>
<chapter>
<title>Introducing the kernel</title>
@@ -30,13 +30,6 @@
<title>The kernel is... Linux!</title>
<body>
-<note>
-The original version of this article was first published on IBM developerWorks,
-and is property of Westtech Information Services. This document is an updated
-version of the original article, and contains various improvements made by the
-Gentoo Linux Documentation team.
-</note>
-
<p>
What do you think of when you hear the word "Linux"? When I hear it, I
typically think of an entire Linux distribution and all the cooperating
1.2 +6 -13 xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml
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
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
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
Index: lpi-101-administration-p2.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lpi-101-administration-p2.xml 11 Jul 2005 22:42:33 -0000 1.1
+++ lpi-101-administration-p2.xml 9 Oct 2005 17:13:23 -0000 1.2
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $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 $ -->
+<!-- $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 $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/articles/lpi-101-administration-p2.xml">
+<guide link="/doc/en/articles/lpi-101-administration-p2.xml" disclaimer="articles">
<title>LPI certification 101 (release 2) exam prep, Part 2</title>
<author title="Author">
@@ -14,9 +14,9 @@
<author title="Author">
Aron Griffis
</author>
-<author title="Editor">
+<!--<author title="Editor">
<mail link="smithj@gentoo.org">Jonathan Smith</mail>
-</author>
+</author>-->
<abstract>
In this tutorial, you will learn how to use regular expressions to search files
@@ -33,8 +33,8 @@
version of the original article, and contains various improvements made by the
Gentoo Linux Documentation team -->
-<version>1.0</version>
-<date>2005-07-11</date>
+<version>1.1</version>
+<date>2005-10-09</date>
<chapter>
<title>Before You Start</title>
@@ -42,13 +42,6 @@
<title>About this tutorial</title>
<body>
-<note>
-The original version of this article was published on IBM developerWorks, and
-is property of Westtech Information Services. This document is an updated
-version of the original article, and contains various improvements made by the
-Gentoo Linux Documentation team.
-</note>
-
<p>
Welcome to "Basic administration," the second of four tutorials designed to
prepare you for the Linux Professional Institute's 101 exam. In this tutorial,
1.5 +6 -13 xml/htdocs/doc/en/articles/lpi-101-fundamentals-p1.xml
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
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
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
Index: lpi-101-fundamentals-p1.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lpi-101-fundamentals-p1.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lpi-101-fundamentals-p1.xml 6 Jul 2005 08:05:09 -0000 1.4
+++ lpi-101-fundamentals-p1.xml 9 Oct 2005 17:13:23 -0000 1.5
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $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 $ -->
+<!-- $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 $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/articles/lpi-101-fundamentals-p1.xml">
+<guide link="/doc/en/articles/lpi-101-fundamentals-p1.xml" disclaimer="articles">
<title>LPI certification 101 (release 2) exam prep, Part 1</title>
<author title="Author">
<mail link="drobbins@gentoo.org">Daniel Robbins</mail>
</author>
-<author title="Editor">
+<!--<author title="Editor">
<mail link="curtis119@gentoo.org">M Curtis Napier</mail>
-</author>
+</author>-->
<abstract>
In this tutorial, we'll introduce you to bash (the standard Linux shell), show
@@ -25,8 +25,8 @@
document is an updated version of the original article, and contains
various improvements made by the Gentoo Linux Documentation team -->
-<version>1.2</version>
-<date>2005-07-06</date>
+<version>1.3</version>
+<date>2005-10-09</date>
<chapter>
<title>Before You Start</title>
@@ -34,13 +34,6 @@
<title>About this tutorial</title>
<body>
-<note>
-The original version of this article was first published on IBM
-developerWorks, and is property of Westtech Information Services. This
-document is an updated version of the original article, and contains
-various improvements made by the Gentoo Linux Documentation team.
-</note>
-
<p>
Welcome to "Linux fundamentals," the first of four tutorials designed to prepare
you for the Linux Professional Institute's 101 exam. In this tutorial, we'll
1.3 +4 -11 xml/htdocs/doc/en/articles/lvm-p1.xml
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
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
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
Index: lvm-p1.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lvm-p1.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lvm-p1.xml 21 Sep 2005 10:22:33 -0000 1.2
+++ lvm-p1.xml 9 Oct 2005 17:13:23 -0000 1.3
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lvm-p1.xml,v 1.2 2005/09/21 10:22:33 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lvm-p1.xml,v 1.3 2005/10/09 17:13:23 rane Exp $ -->
-<guide link="/doc/en/articles/lvm-p1.xml">
+<guide link="/doc/en/articles/lvm-p1.xml" disclaimer="articles">
<title>Learning Linux LVM, Part 1</title>
<author title="Author">
@@ -25,8 +25,8 @@
document is an updated version of the original article, and contains
various improvements made by the Gentoo Linux Documentation team -->
-<version>1.0</version>
-<date>2005-08-29</date>
+<version>1.1</version>
+<date>2005-10-09</date>
<chapter>
<title>Storage management magic with Logical Volume Management</title>
@@ -34,13 +34,6 @@
<title>LVM intro</title>
<body>
-<note>
-The original version of this article was first published on IBM developerWorks,
-and is property of Westtech Information Services. This document is an updated
-version of the original article, and contains various improvements made by the
-Gentoo Linux Documentation team.
-</note>
-
<p>
In this series, I'm going to show you how to install and use the new Logical
Volume Management support built-in to the Linux 2.4 kernel. If you've never
1.3 +4 -11 xml/htdocs/doc/en/articles/lvm-p2.xml
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
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
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
Index: lvm-p2.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lvm-p2.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lvm-p2.xml 21 Sep 2005 10:22:33 -0000 1.2
+++ lvm-p2.xml 9 Oct 2005 17:13:23 -0000 1.3
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lvm-p2.xml,v 1.2 2005/09/21 10:22:33 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lvm-p2.xml,v 1.3 2005/10/09 17:13:23 rane Exp $ -->
-<guide link="/doc/en/articles/lvm-p2.xml">
+<guide link="/doc/en/articles/lvm-p2.xml" disclaimer="articles">
<title>Learning Linux LVM, Part 2</title>
<author title="Author">
@@ -25,8 +25,8 @@
document is an updated version of the original article, and contains
various improvements made by the Gentoo Linux Documentation team -->
-<version>1.0</version>
-<date>2005-08-29</date>
+<version>1.1</version>
+<date>2005-10-09</date>
<chapter>
<title>The cvs.gentoo.org upgrade</title>
@@ -34,13 +34,6 @@
<title>Introduction</title>
<body>
-<note>
-The original version of this article was first published on IBM developerWorks,
-and is property of Westtech Information Services. This document is an updated
-version of the original article, and contains various improvements made by the
-Gentoo Linux Documentation team.
-</note>
-
<p>
In <uri link="/doc/en/articles/lvm-p1.xml">my first LVM article</uri>, I
explained the concepts behind LVM. Now it's time to put LVM into action. In
1.5 +6 -13 xml/htdocs/doc/en/articles/making-the-distro-p1.xml
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
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
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
Index: making-the-distro-p1.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/making-the-distro-p1.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- making-the-distro-p1.xml 28 Jul 2005 07:52:14 -0000 1.4
+++ making-the-distro-p1.xml 9 Oct 2005 17:13:23 -0000 1.5
@@ -1,16 +1,16 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $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 $ -->
+<!-- $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 $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/articles/making-the-distro-p1.xml">
+<guide link="/doc/en/articles/making-the-distro-p1.xml" disclaimer="articles">
<title>Making the distribution, Part 1</title>
<author title="Author">
<mail link="drobbins@gentoo.org">Daniel Robbins</mail>
</author>
-<author title="Editor">
+<!--<author title="Editor">
<mail link="fox2mike@gentoo.org">Shyam Mani</mail>
-</author>
+</author>-->
<abstract>
Each of us has a story to tell about our experiences with Linux. This is
@@ -24,8 +24,8 @@
document is an updated version of the original article, and contains
various improvements made by the Gentoo Linux Documentation team -->
-<version>1.2</version>
-<date>2005-07-26</date>
+<version>1.3</version>
+<date>2005-10-09</date>
<chapter>
<title>Birth of the Gentoo Linux distribution</title>
@@ -33,13 +33,6 @@
<title>Linux and me</title>
<body>
-<note>
-The original version of this article was first published on IBM
-developerWorks, and is property of Westtech Information Services. This
-document is an updated version of the original article, and contains
-various improvements made by the Gentoo Linux Documentation team.
-</note>
-
<p>
For every Linux geek there's a time when Linux becomes more than just a name
and reveals itself as something more wonderful, powerful, and intriguing than
1.4 +6 -13 xml/htdocs/doc/en/articles/making-the-distro-p2.xml
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
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
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
Index: making-the-distro-p2.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/making-the-distro-p2.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- making-the-distro-p2.xml 28 Jul 2005 07:52:14 -0000 1.3
+++ making-the-distro-p2.xml 9 Oct 2005 17:13:23 -0000 1.4
@@ -1,16 +1,16 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $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 $ -->
+<!-- $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 $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/articles/making-the-distro-p2.xml">
+<guide link="/doc/en/articles/making-the-distro-p2.xml" disclaimer="articles">
<title>Making the distribution, Part 2</title>
<author title="Author">
<mail link="drobbins@gentoo.org">Daniel Robbins</mail>
</author>
-<author title="Editor">
+<!--<author title="Editor">
<mail link="fox2mike@gentoo.org">Shyam Mani</mail>
-</author>
+</author>-->
<abstract>
In his previous article, Daniel Robbins told the story of how he became a
@@ -25,8 +25,8 @@
document is an updated version of the original article, and contains
various improvements made by the Gentoo Linux Documentation team -->
-<version>1.1</version>
-<date>2005-07-15</date>
+<version>1.2</version>
+<date>2005-10-09</date>
<chapter>
<title>From Enoch to Gentoo, via minor setbacks and corporate run-ins</title>
@@ -34,13 +34,6 @@
<title>First steps to Enoch</title>
<body>
-<note>
-The original version of this article was first published on IBM
-developerWorks, and is property of Westtech Information Services. This
-document is an updated version of the original article, and contains
-various improvements made by the Gentoo Linux Documentation team.
-</note>
-
<p>
In my <uri link="/doc/en/articles/making-the-distro-p1.xml">previous article</uri>, I
gave you the low-down on my days with the Stampede development team and why I
1.4 +6 -6 xml/htdocs/doc/en/articles/making-the-distro-p3.xml
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
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
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
Index: making-the-distro-p3.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/making-the-distro-p3.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- making-the-distro-p3.xml 28 Jul 2005 07:52:14 -0000 1.3
+++ making-the-distro-p3.xml 9 Oct 2005 17:13:23 -0000 1.4
@@ -1,16 +1,16 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $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 $ -->
+<!-- $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 $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/articles/making-the-distro-p3.xml">
+<guide link="/doc/en/articles/making-the-distro-p3.xml" disclaimer="articles">
<title>Making the distribution, Part 3</title>
<author title="Author">
<mail link="drobbins@gentoo.org">Daniel Robbins</mail>
</author>
-<author title="Editor">
+<!--<author title="Editor">
<mail link="fox2mike@gentoo.org">Shyam Mani</mail>
-</author>
+</author>-->
<abstract>
This article concludes his story -- about how he ended up creating his own
@@ -27,8 +27,8 @@
document is an updated version of the original article, and contains
various improvements made by the Gentoo Linux Documentation team -->
-<version>1.1</version>
-<date>2005-07-15</date>
+<version>1.2</version>
+<date>2005-10-09</date>
<chapter>
<title>The author strays from Linux and then returns</title>
1.4 +6 -13 xml/htdocs/doc/en/articles/maximum-swappage.xml
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
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
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
Index: maximum-swappage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/maximum-swappage.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- maximum-swappage.xml 25 Sep 2005 15:14:45 -0000 1.3
+++ maximum-swappage.xml 9 Oct 2005 17:13:23 -0000 1.4
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/maximum-swappage.xml,v 1.3 2005/09/25 15:14:45 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/maximum-swappage.xml,v 1.4 2005/10/09 17:13:23 rane Exp $ -->
-<guide link="/doc/en/articles/maximum-swappage.xml" lang="en">
+<guide link="/doc/en/articles/maximum-swappage.xml" disclaimer="articles">
<title>Maximum swappage</title>
<author title="Author">
<mail link="drobbins@gentoo.org">Daniel Robbins</mail>
</author>
-<author title="Editor">
+<!--<author title="Editor">
<mail link="jackdark@gmail.com">Joshua Saddler</mail>
-</author>
+</author>-->
<abstract>
Learn how to improve the swap performance on your Linux server by several
@@ -23,21 +23,14 @@
document is an updated version of the original article, and contains
various improvements made by the Gentoo Linux Documentation team -->
-<version>1.2</version>
-<date>2005-08-18</date>
+<version>1.3</version>
+<date>2005-10-09</date>
<chapter>
<title>Getting the most out of swap</title>
<section>
<body>
-<note>
-The original version of this article was first published on IBM developerWorks,
-and is property of Westtech Information Services. This document is an updated
-version of the original article, and contains various improvements made by the
-Gentoo Linux Documentation team.
-</note>
-
<p>
When you set up a brand new Linux server, do you create a single 128 MB swap
partition? If so, did you know that you are severely limiting swap performance?
1.3 +4 -4 xml/htdocs/doc/en/articles/openssh-key-management-p1.xml
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
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
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
Index: openssh-key-management-p1.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p1.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openssh-key-management-p1.xml 29 Sep 2005 21:51:19 -0000 1.2
+++ openssh-key-management-p1.xml 9 Oct 2005 17:13:23 -0000 1.3
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $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 $ -->
+<!-- $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 $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/articles/openssh-key-management-p1.xml">
+<guide link="/doc/en/articles/openssh-key-management-p1.xml" disclaimer="articles">
<title>OpenSSH key management, Part 1</title>
<author title="Author">
<mail link="drobbins@gentoo.org">Daniel Robbins</mail>
@@ -22,8 +22,8 @@
document is an updated version of the original article, and contains
various improvements made by the Gentoo Linux Documentation team -->
-<version>1.0</version>
-<date>2005-09-29</date>
+<version>1.1</version>
+<date>2005-10-09</date>
<chapter>
<title>Understanding RSA/DSA authentication</title>
1.3 +4 -4 xml/htdocs/doc/en/articles/openssh-key-management-p2.xml
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
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
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
Index: openssh-key-management-p2.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p2.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openssh-key-management-p2.xml 29 Sep 2005 21:51:19 -0000 1.2
+++ openssh-key-management-p2.xml 9 Oct 2005 17:13:23 -0000 1.3
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $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 $ -->
+<!-- $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 $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/articles/openssh-key-management-p2.xml">
+<guide link="/doc/en/articles/openssh-key-management-p2.xml" disclaimer="articles">
<title>OpenSSH key management, Part 2</title>
<author title="Author">
@@ -26,8 +26,8 @@
document is an updated version of the original article, and contains
various improvements made by the Gentoo Linux Documentation team -->
-<version>1.0</version>
-<date>2005-09-29</date>
+<version>1.1</version>
+<date>2005-10-09</date>
<chapter>
<title>Introducing ssh-agent and keychain</title>
1.3 +5 -4 xml/htdocs/doc/en/articles/openssh-key-management-p3.xml
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
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
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
Index: openssh-key-management-p3.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/openssh-key-management-p3.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openssh-key-management-p3.xml 29 Sep 2005 21:51:19 -0000 1.2
+++ openssh-key-management-p3.xml 9 Oct 2005 17:13:23 -0000 1.3
@@ -1,9 +1,10 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $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 $ -->
+<!-- $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 $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/articles/openssh-key-management-p3.xml">
+<guide link="/doc/en/articles/openssh-key-management-p3.xml" disclaimer="articles">
<title>OpenSSH key management, Part 3</title>
+
<author title="Author">
<mail link="drobbins@gentoo.org">Daniel Robbins</mail>
</author>
@@ -19,8 +20,8 @@
document is an updated version of the original article, and contains
various improvements made by the Gentoo Linux Documentation team -->
-<version>1.0</version>
-<date>2005-09-29</date>
+<version>1.1</version>
+<date>2005-10-09</date>
<chapter>
<title>Agent forwarding and keychain improvements</title>
1.2 +6 -13 xml/htdocs/doc/en/articles/partition-planning-tips.xml
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
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
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
Index: partition-planning-tips.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partition-planning-tips.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- partition-planning-tips.xml 18 Aug 2005 12:59:17 -0000 1.1
+++ partition-planning-tips.xml 9 Oct 2005 17:13:23 -0000 1.2
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partition-planning-tips.xml,v 1.1 2005/08/18 12:59:17 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partition-planning-tips.xml,v 1.2 2005/10/09 17:13:23 rane Exp $ -->
-<guide link="/doc/en/articles/partition-planning-tips.xml" lang="en">
+<guide link="/doc/en/articles/partition-planning-tips.xml" disclaimer="articles">
<title>Partition planning tips</title>
<author title="Author">
<mail link="drobbins@gentoo.org">Daniel Robbins</mail>
</author>
-<author title="Editor">
+<!--<author title="Editor">
<mail link="jackdark@gmail.com">Joshua Saddler</mail>
-</author>
+</author>-->
<abstract>
Organizing your partitions correctly can be fun and rewarding. This collection
@@ -22,21 +22,14 @@
document is an updated version of the original article, and contains
various improvements made by the Gentoo Linux Documentation team -->
-<version>1.0</version>
-<date>2005-08-15</date>
+<version>1.1</version>
+<date>2005-10-09</date>
<chapter>
<title>How to keep things organized on disk</title>
<section>
<body>
-<note>
-The original version of this article was first published on IBM developerWorks,
-and is property of Westtech Information Services. This document is an updated
-version of the original article, and contains various improvements made by the
-Gentoo Linux Documentation team.
-</note>
-
<p>
Have you noticed how many new filesystems are now available for Linux these
days? Not only ReiserFS, but also SGI's XFS and IBM's own JFS (in source form)
1.5 +6 -13 xml/htdocs/doc/en/articles/partitioning-p1.xml
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
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
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
Index: partitioning-p1.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partitioning-p1.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- partitioning-p1.xml 25 Sep 2005 19:23:24 -0000 1.4
+++ partitioning-p1.xml 9 Oct 2005 17:13:23 -0000 1.5
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partitioning-p1.xml,v 1.4 2005/09/25 19:23:24 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partitioning-p1.xml,v 1.5 2005/10/09 17:13:23 rane Exp $ -->
-<guide link="/doc/en/articles/partitioning-p1.xml" lang="en">
+<guide link="/doc/en/articles/partitioning-p1.xml" disclaimer="articles">
<title>Partitioning in action, Part 1</title>
<author title="Author">
<mail link="drobbins@gentoo.org">Daniel Robbins</mail>
</author>
-<author title="Editor">
+<!--<author title="Editor">
<mail link="jackdark@gmail.com">Joshua Saddler</mail>
-</author>
+</author>-->
<abstract>
In this new series of tips, Daniel Robbins shows you how to change partition
@@ -24,8 +24,8 @@
document is an updated version of the original article, and contains
various improvements made by the Gentoo Linux Documentation team -->
-<version>1.1</version>
-<date>2005-08-18</date>
+<version>1.2</version>
+<date>2005-10-09</date>
<chapter>
<title>Moving /home</title>
@@ -33,13 +33,6 @@
<title>Introduction</title>
<body>
-<note>
-The original version of this article was first published on IBM developerWorks,
-and is property of Westtech Information Services. This document is an updated
-version of the original article, and contains various improvements made by the
-Gentoo Linux Documentation team.
-</note>
-
<p>
The partition <path>/home</path> is one of the most-often-moved partitions.
Sometimes, all the space in <path>/home</path> becomes exhausted, and an
1.6 +6 -13 xml/htdocs/doc/en/articles/partitioning-p2.xml
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
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
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
Index: partitioning-p2.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partitioning-p2.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- partitioning-p2.xml 25 Sep 2005 19:23:24 -0000 1.5
+++ partitioning-p2.xml 9 Oct 2005 17:13:23 -0000 1.6
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partitioning-p2.xml,v 1.5 2005/09/25 19:23:24 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/partitioning-p2.xml,v 1.6 2005/10/09 17:13:23 rane Exp $ -->
-<guide link="/doc/en/articles/partitioning-p2.xml" lang="en">
+<guide link="/doc/en/articles/partitioning-p2.xml" disclaimer="articles">
<title>Partitioning in action, Part 2</title>
<author title="Author">
<mail link="drobbins@gentoo.org">Daniel Robbins</mail>
</author>
-<author title="Editor">
+<!--<author title="Editor">
<mail link="jackdark@gmail.com">Joshua Saddler</mail>
-</author>
+</author>-->
<abstract>
In this second tip on changing partition layout on a running system, Daniel
@@ -24,8 +24,8 @@
document is an updated version of the original article, and contains
various improvements made by the Gentoo Linux Documentation team -->
-<version>1.2</version>
-<date>2005-08-18</date>
+<version>1.3</version>
+<date>2005-10-09</date>
<chapter>
<title>Consolidating data</title>
@@ -33,13 +33,6 @@
<title>Introduction</title>
<body>
-<note>
-The original version of this article was first published on IBM developerWorks,
-and is property of Westtech Information Services. This document is an updated
-version of the original article, and contains various improvements made by the
-Gentoo Linux Documentation team.
-</note>
-
<p>
In my <uri link="/doc/en/articles/partitioning-p1.xml">last tip</uri>, we
successfully moved <path>/home</path> to a new partition. Now, it's time to
1.2 +6 -13 xml/htdocs/doc/en/articles/prompt-magic.xml
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
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
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
Index: prompt-magic.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/prompt-magic.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- prompt-magic.xml 21 Aug 2005 22:23:44 -0000 1.1
+++ prompt-magic.xml 9 Oct 2005 17:13:23 -0000 1.2
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/prompt-magic.xml,v 1.1 2005/08/21 22:23:44 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/prompt-magic.xml,v 1.2 2005/10/09 17:13:23 rane Exp $ -->
-<guide link="/doc/en/articles/prompt-magic.xml" lang="en">
+<guide link="/doc/en/articles/prompt-magic.xml" disclaimer="articles">
<title>Prompt magic</title>
<author title="Author">
<mail link="drobbins@gentoo.org">Daniel Robbins</mail>
</author>
-<author title="Editor">
+<!--<author title="Editor">
<mail link="jackdark@gmail.com">Joshua Saddler</mail>
-</author>
+</author>-->
<abstract>
Why stick with the standard boring shell prompt when you can easily make it
@@ -25,21 +25,14 @@
document is an updated version of the original article, and contains
various improvements made by the Gentoo Linux Documentation team -->
-<version>1.0</version>
-<date>2005-08-21</date>
+<version>1.1</version>
+<date>2005-10-09</date>
<chapter>
<title>Enhancing the system prompt</title>
<section>
<body>
-<note>
-The original version of this article was first published on IBM developerWorks,
-and is property of Westtech Information Services. This document is an updated
-version of the original article, and contains various improvements made by the
-Gentoo Linux Documentation team.
-</note>
-
<p>
As Linux/UNIX people, we spend a lot of time working in the shell, and in many
cases, this is what we have staring back at us:
1.3 +4 -11 xml/htdocs/doc/en/articles/software-raid-p1.xml
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
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
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
Index: software-raid-p1.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/software-raid-p1.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- software-raid-p1.xml 20 Sep 2005 19:34:51 -0000 1.2
+++ software-raid-p1.xml 9 Oct 2005 17:13:23 -0000 1.3
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/software-raid-p1.xml,v 1.2 2005/09/20 19:34:51 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/software-raid-p1.xml,v 1.3 2005/10/09 17:13:23 rane Exp $ -->
-<guide link="/doc/en/articles/software-raid-p1.xml">
+<guide link="/doc/en/articles/software-raid-p1.xml" disclaimer="articles">
<title>Software RAID in the new Linux 2.4 kernel, Part 1</title>
<author title="Author">
@@ -23,8 +23,8 @@
document is an updated version of the original article, and contains
various improvements made by the Gentoo Linux Documentation team -->
-<version>1.0</version>
-<date>2005-08-29</date>
+<version>1.1</version>
+<date>2005-10-09</date>
<chapter>
<title>Installation and a general introduction</title>
@@ -32,13 +32,6 @@
<title>The wonders of RAID</title>
<body>
-<note>
-The original version of this article was first published on IBM
-developerWorks, and is property of Westtech Information Services. This
-document is an updated version of the original article, and contains
-various improvements made by the Gentoo Linux Documentation team.
-</note>
-
<p>
The 2.4 kernel has a number of nifty features and additions. One of
these is the inclusion of a modern Software RAID implementation -- yay!
1.2 +4 -11 xml/htdocs/doc/en/articles/software-raid-p2.xml
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
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
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
Index: software-raid-p2.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/software-raid-p2.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- software-raid-p2.xml 20 Sep 2005 18:35:24 -0000 1.1
+++ software-raid-p2.xml 9 Oct 2005 17:13:23 -0000 1.2
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/software-raid-p2.xml,v 1.1 2005/09/20 18:35:24 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/software-raid-p2.xml,v 1.2 2005/10/09 17:13:23 rane Exp $ -->
-<guide link="/doc/en/articles/software-raid-p2.xml">
+<guide link="/doc/en/articles/software-raid-p2.xml" disclaimer="articles">
<title>Software RAID in the new Linux 2.4 kernel, Part 2</title>
<author title="Author">
@@ -26,8 +26,8 @@
document is an updated version of the original article, and contains
various improvements made by the Gentoo Linux Documentation team -->
-<version>1.0</version>
-<date>2005-08-30</date>
+<version>1.1</version>
+<date>2005-10-09</date>
<chapter>
<title>Setting up RAID-1 in a production environment</title>
@@ -35,13 +35,6 @@
<title>Real-world RAID</title>
<body>
-<note>
-The original version of this article was first published on IBM
-developerWorks, and is property of Westtech Information Services. This
-document is an updated version of the original article, and contains
-various improvements made by the Gentoo Linux Documentation team.
-</note>
-
<p>
In my <uri link="/doc/en/articles/software-raid-p1.xml">previous
article</uri>, I introduced you to Linux 2.4's software RAID
--
gentoo-doc-cvs@gentoo.org mailing list
next reply other threads:[~2005-10-09 17:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-09 17:13 Lukasz Damentko [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-08-21 22:29 [gentoo-doc-cvs] cvs commit: afig-ct-ext3-intro.xml Xavier Neys
2005-08-21 22:23 Xavier Neys
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200510091704.j99H4SF3000438@robin.gentoo.org \
--to=rane@lark.gentoo.org \
--cc=docs-team@lists.gentoo.org \
--cc=gentoo-doc-cvs@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox