public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-doc-cvs] cvs commit: bash-by-example-p1.xml
@ 2006-01-29 10:22 swift
  0 siblings, 0 replies; 6+ messages in thread
From: swift @ 2006-01-29 10:22 UTC (permalink / raw
  To: gentoo-doc-cvs

swift       06/01/29 10:21:59

  Modified:    xml/htdocs/doc/en/articles bash-by-example-p1.xml
  Log:
  Fix typo

Revision  Changes    Path
1.7       +2 -2      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.7&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.7&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.6&r2=1.7&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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bash-by-example-p1.xml	9 Oct 2005 17:13:23 -0000	1.6
+++ bash-by-example-p1.xml	29 Jan 2006 10:21:59 -0000	1.7
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $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 $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p1.xml,v 1.7 2006/01/29 10:21:59 swift Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/bash-by-example-p1.xml" disclaimer="articles">
@@ -599,7 +599,7 @@
 action and continues executing any lines following the "fi".
 </p>
 
-<pre caption="Checking condition before conituing with commands following fi">
+<pre caption="Checking condition before continuing with commands following fi">
 if [ condition ]
 then 
         action



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-doc-cvs] cvs commit: bash-by-example-p1.xml
@ 2005-09-10 21:20 Lukasz Damentko
  0 siblings, 0 replies; 6+ messages in thread
From: Lukasz Damentko @ 2005-09-10 21:20 UTC (permalink / raw
  To: gentoo-doc-cvs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 24920 bytes --]

rane        05/09/10 21:20:16

  Modified:    xml/htdocs/doc/en/articles bash-by-example-p1.xml
                        bash-by-example-p2.xml bash-by-example-p3.xml
                        dynamic-iptables-firewalls.xml l-awk1.xml
                        l-awk2.xml l-awk3.xml l-posix1.xml l-posix2.xml
                        l-posix3.xml l-sed1.xml l-sed2.xml l-sed3.xml
                        linux-24-stateful-fw-design.xml
  Log:
  removed myself as editor of articles i xmlified in the past, bumped versions, left dates behind as there's no update to content

Revision  Changes    Path
1.5       +2 -5      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.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-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/bash-by-example-p1.xml.diff?r1=1.4&r2=1.5&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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bash-by-example-p1.xml	15 Aug 2005 23:16:06 -0000	1.4
+++ bash-by-example-p1.xml	10 Sep 2005 21:20:16 -0000	1.5
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p1.xml,v 1.4 2005/08/15 23:16:06 cam Exp $ -->
+<!-- $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 $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/bash-by-example-p1.xml">
@@ -8,9 +8,6 @@
 <author title="Author">
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
-<author title="Editor">
-  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
-</author>
 
 <abstract>
 By learning how to program in the bash scripting language, your day-to-day
@@ -27,7 +24,7 @@
 version of the original article, and contains various improvements made by the
 Gentoo Linux Documentation team -->
 
-<version>1.1</version>
+<version>1.2</version>
 <date>2005-07-12</date>
 
 <chapter>



1.4       +2 -5      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.4&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.4&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.3&r2=1.4&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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bash-by-example-p2.xml	15 Aug 2005 23:16:06 -0000	1.3
+++ bash-by-example-p2.xml	10 Sep 2005 21:20:16 -0000	1.4
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p2.xml,v 1.3 2005/08/15 23:16:06 cam Exp $ -->
+<!-- $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 $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/bash-by-example-p2.xml">
@@ -8,9 +8,6 @@
 <author title="Author">
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
-<author title="Editor">
-  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
-</author>
 
 <abstract>
 In his introductory article on bash, Daniel Robbins walked you through some of
@@ -24,7 +21,7 @@
 version of the original article, and contains various improvements made by the
 Gentoo Linux Documentation team -->
 
-<version>1.1</version>
+<version>1.2</version>
 <date>2005-08-03</date>
 
 <chapter>



1.4       +2 -5      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.4&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.4&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.3&r2=1.4&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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bash-by-example-p3.xml	15 Aug 2005 23:16:06 -0000	1.3
+++ bash-by-example-p3.xml	10 Sep 2005 21:20:16 -0000	1.4
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p3.xml,v 1.3 2005/08/15 23:16:06 cam Exp $ -->
+<!-- $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 $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/bash-by-example-p3.xml">
@@ -8,9 +8,6 @@
 <author title="Author">
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
-<author title="Editor">
-  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
-</author>
 
 <abstract>
 In his final Bash by example article, Daniel Robbins takes a good look at the
@@ -26,7 +23,7 @@
 version of the original article, and contains various improvements made by the
 Gentoo Linux Documentation team -->
 
-<version>1.1</version>
+<version>1.2</version>
 <date>2005-08-03</date>
 
 <chapter>



1.4       +2 -5      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.4&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.4&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.3&r2=1.4&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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dynamic-iptables-firewalls.xml	8 Sep 2005 11:40:48 -0000	1.3
+++ dynamic-iptables-firewalls.xml	10 Sep 2005 21:20:16 -0000	1.4
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/dynamic-iptables-firewalls.xml,v 1.3 2005/09/08 11:40:48 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/dynamic-iptables-firewalls.xml,v 1.4 2005/09/10 21:20:16 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/dynamic-iptables-firewalls.xml">
@@ -8,9 +8,6 @@
 <author title="Author">
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
-<author title="Editor">
-  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
-</author>
 
 <abstract>
 Firewalls are good and fun, but what do you do when you need to make rapid,
@@ -25,7 +22,7 @@
 version of the original article, and contains various improvements made by the
 Gentoo Linux Documentation team -->
 
-<version>1.1</version>
+<version>1.2</version>
 <date>2005-09-08</date>
 
 <chapter>



1.3       +2 -5      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.3&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.3&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.2&r2=1.3&cvsroot=gentoo

Index: l-awk1.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk1.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- l-awk1.xml	15 Aug 2005 23:16:06 -0000	1.2
+++ l-awk1.xml	10 Sep 2005 21:20:16 -0000	1.3
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk1.xml,v 1.2 2005/08/15 23:16:06 cam Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk1.xml,v 1.3 2005/09/10 21:20:16 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/l-awk1.xml">
@@ -8,9 +8,6 @@
 <author title="Author">
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
-<author title="Editor">
-  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
-</author>
 
 <abstract>
 Awk is a very nice language with a very strange name. In this first article of a
@@ -24,7 +21,7 @@
 version of the original article, and contains various improvements made by the
 Gentoo Linux Documentation team -->
 
-<version>1.0</version>
+<version>1.1</version>
 <date>2005-07-15</date>
 
 <chapter>



1.3       +2 -5      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.3&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.3&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.2&r2=1.3&cvsroot=gentoo

Index: l-awk2.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk2.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- l-awk2.xml	15 Aug 2005 23:16:06 -0000	1.2
+++ l-awk2.xml	10 Sep 2005 21:20:16 -0000	1.3
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk2.xml,v 1.2 2005/08/15 23:16:06 cam Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk2.xml,v 1.3 2005/09/10 21:20:16 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/l-awk2.xml">
@@ -8,9 +8,6 @@
 <author title="Author">
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
-<author title="Editor">
-  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
-</author>
 
 <abstract>
 In this sequel to his previous intro to awk, Daniel Robbins continues to explore
@@ -25,7 +22,7 @@
 version of the original article, and contains various improvements made by the
 Gentoo Linux Documentation team -->
 
-<version>1.0</version>
+<version>1.1</version>
 <date>2005-07-27</date>
 
 <chapter>



1.4       +2 -5      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.4&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.4&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.3&r2=1.4&cvsroot=gentoo

Index: l-awk3.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk3.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- l-awk3.xml	15 Aug 2005 23:16:06 -0000	1.3
+++ l-awk3.xml	10 Sep 2005 21:20:16 -0000	1.4
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk3.xml,v 1.3 2005/08/15 23:16:06 cam Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk3.xml,v 1.4 2005/09/10 21:20:16 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/l-awk3.xml">
@@ -8,9 +8,6 @@
 <author title="Author">
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
-<author title="Editor">
-  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
-</author>
 
 <abstract>
 In this sequel to his previous intro to awk, Daniel Robbins continues to explore
@@ -25,7 +22,7 @@
 version of the original article, and contains various improvements made by the
 Gentoo Linux Documentation team -->
 
-<version>1.1</version>
+<version>1.2</version>
 <date>2005-08-03</date>
 
 <chapter>



1.3       +2 -5      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.3&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.3&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.2&r2=1.3&cvsroot=gentoo

Index: l-posix1.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix1.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- l-posix1.xml	15 Aug 2005 23:16:06 -0000	1.2
+++ l-posix1.xml	10 Sep 2005 21:20:16 -0000	1.3
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix1.xml,v 1.2 2005/08/15 23:16:06 cam Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix1.xml,v 1.3 2005/09/10 21:20:16 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/l-posix1.xml">
@@ -8,9 +8,6 @@
 <author title="Author">
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
-<author title="Editor">
-  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
-</author>
 
 <abstract>
 POSIX (Portable Operating System Interface) threads are a great way to increase
@@ -25,7 +22,7 @@
 version of the original article, and contains various improvements made by the
 Gentoo Linux Documentation team -->
 
-<version>1.0</version>
+<version>1.1</version>
 <date>2005-07-27</date>
 
 <chapter>



1.3       +2 -5      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.3&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.3&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.2&r2=1.3&cvsroot=gentoo

Index: l-posix2.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix2.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- l-posix2.xml	15 Aug 2005 23:16:06 -0000	1.2
+++ l-posix2.xml	10 Sep 2005 21:20:16 -0000	1.3
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix2.xml,v 1.2 2005/08/15 23:16:06 cam Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix2.xml,v 1.3 2005/09/10 21:20:16 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/l-posix2.xml">
@@ -8,9 +8,6 @@
 <author title="Author">
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
-<author title="Editor">
-  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
-</author>
 
 <abstract>
 POSIX threads are a great way to increase the responsiveness and performance of
@@ -24,7 +21,7 @@
 version of the original article, and contains various improvements made by the
 Gentoo Linux Documentation team -->
 
-<version>1.0</version>
+<version>1.1</version>
 <date>2005-07-27</date>
 
 <chapter>



1.3       +2 -5      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.3&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.3&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.2&r2=1.3&cvsroot=gentoo

Index: l-posix3.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix3.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- l-posix3.xml	15 Aug 2005 23:16:06 -0000	1.2
+++ l-posix3.xml	10 Sep 2005 21:20:16 -0000	1.3
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix3.xml,v 1.2 2005/08/15 23:16:06 cam Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix3.xml,v 1.3 2005/09/10 21:20:16 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/l-posix3.xml">
@@ -8,9 +8,6 @@
 <author title="Author">
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
-<author title="Editor">
-  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
-</author>
 
 <abstract>
 In this article, the last of a three-part series on POSIX threads, Daniel takes
@@ -26,7 +23,7 @@
 version of the original article, and contains various improvements made by the
 Gentoo Linux Documentation team -->
 
-<version>1.0</version>
+<version>1.1</version>
 <date>2005-07-28</date>
 
 <chapter>



1.3       +2 -5      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.3&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.3&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.2&r2=1.3&cvsroot=gentoo

Index: l-sed1.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- l-sed1.xml	15 Aug 2005 21:00:31 -0000	1.2
+++ l-sed1.xml	10 Sep 2005 21:20:16 -0000	1.3
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml,v 1.2 2005/08/15 21:00:31 cam Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml,v 1.3 2005/09/10 21:20:16 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/l-sed1.xml">
@@ -8,9 +8,6 @@
 <author title="Author">
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
-<author title="Editor">
-  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
-</author>
 
 <abstract>
 In this series of articles, Daniel Robbins will show you how to use the very
@@ -24,7 +21,7 @@
 version of the original article, and contains various improvements made by the
 Gentoo Linux Documentation team -->
 
-<version>1.0</version>
+<version>1.1</version>
 <date>2005-07-15</date>
 
 <chapter>



1.3       +2 -5      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.3&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.3&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.2&r2=1.3&cvsroot=gentoo

Index: l-sed2.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- l-sed2.xml	15 Aug 2005 23:16:06 -0000	1.2
+++ l-sed2.xml	10 Sep 2005 21:20:16 -0000	1.3
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml,v 1.2 2005/08/15 23:16:06 cam Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml,v 1.3 2005/09/10 21:20:16 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/l-sed2.xml"> 
@@ -8,9 +8,6 @@
 <author title="Author">
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
-<author title="Editor">
-  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
-</author>
 
 <abstract>
 Sed is a very powerful and compact text stream editor. In this article, the
@@ -24,7 +21,7 @@
 version of the original article, and contains various improvements made by the
 Gentoo Linux Documentation team -->
 
-<version>1.0</version>
+<version>1.1</version>
 <date>2005-07-15</date>
 
 <chapter>



1.4       +2 -5      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.4&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.4&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.3&r2=1.4&cvsroot=gentoo

Index: l-sed3.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- l-sed3.xml	15 Aug 2005 23:16:06 -0000	1.3
+++ l-sed3.xml	10 Sep 2005 21:20:16 -0000	1.4
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml,v 1.3 2005/08/15 23:16:06 cam Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml,v 1.4 2005/09/10 21:20:16 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/l-sed3.xml">
@@ -8,9 +8,6 @@
 <author title="Author">
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
-<author title="Editor">
-  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
-</author>
 
 <abstract>
 Sed is a very powerful and compact text stream editor. In this article, the
@@ -24,7 +21,7 @@
 version of the original article, and contains various improvements made by the
 Gentoo Linux Documentation team -->
 
-<version>1.0</version>
+<version>1.1</version>
 <date>2005-07-16</date>
 
 <chapter>



1.4       +2 -5      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.4&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.4&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.3&r2=1.4&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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- linux-24-stateful-fw-design.xml	26 Aug 2005 23:30:10 -0000	1.3
+++ linux-24-stateful-fw-design.xml	10 Sep 2005 21:20:16 -0000	1.4
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/linux-24-stateful-fw-design.xml,v 1.3 2005/08/26 23:30:10 neysx Exp $ -->
+<!-- $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 $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/linux-24-stateful-fw-design.xml">
@@ -8,9 +8,6 @@
 <author title="Author">
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
-<author title="Editor">
-  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
-</author>
 
 <abstract>
 This tutorial shows you how to use netfilter to set up a powerful Linux stateful
@@ -22,7 +19,7 @@
 version of the original article, and contains various improvements made by the
 Gentoo Linux Documentation team -->
 
-<version>1.1</version>
+<version>1.2</version>
 <date>2005-08-27</date>
 
 <chapter>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-doc-cvs] cvs commit: bash-by-example-p1.xml
@ 2005-08-15 23:16 Camille Huot
  0 siblings, 0 replies; 6+ messages in thread
From: Camille Huot @ 2005-08-15 23:16 UTC (permalink / raw
  To: gentoo-doc-cvs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 19622 bytes --]

cam         05/08/15 23:16:06

  Modified:    xml/htdocs/doc/en/articles bash-by-example-p1.xml
                        bash-by-example-p2.xml bash-by-example-p3.xml
                        dynamic-iptables-firewalls.xml l-awk1.xml
                        l-awk2.xml l-awk3.xml l-posix1.xml l-posix2.xml
                        l-posix3.xml l-sed2.xml l-sed3.xml
                        linux-24-stateful-fw-design.xml
  Log:
  s/rane@gentoo.pl/rane@gentoo.org/

Revision  Changes    Path
1.4       +2 -2      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.4&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.4&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.3&r2=1.4&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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bash-by-example-p1.xml	28 Jul 2005 07:52:14 -0000	1.3
+++ bash-by-example-p1.xml	15 Aug 2005 23:16:06 -0000	1.4
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p1.xml,v 1.3 2005/07/28 07:52:14 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p1.xml,v 1.4 2005/08/15 23:16:06 cam Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/bash-by-example-p1.xml">
@@ -9,7 +9,7 @@
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
 <author title="Editor">
-  <mail link="rane@gentoo.pl">Łukasz Damentko</mail>
+  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
 </author>
 
 <abstract>



1.3       +2 -2      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.3&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.3&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.2&r2=1.3&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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bash-by-example-p2.xml	3 Aug 2005 05:50:51 -0000	1.2
+++ bash-by-example-p2.xml	15 Aug 2005 23:16:06 -0000	1.3
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p2.xml,v 1.2 2005/08/03 05:50:51 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p2.xml,v 1.3 2005/08/15 23:16:06 cam Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/bash-by-example-p2.xml">
@@ -9,7 +9,7 @@
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
 <author title="Editor">
-  <mail link="rane@gentoo.pl">Łukasz Damentko</mail>
+  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
 </author>
 
 <abstract>



1.3       +2 -2      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.3&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.3&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.2&r2=1.3&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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bash-by-example-p3.xml	3 Aug 2005 05:50:51 -0000	1.2
+++ bash-by-example-p3.xml	15 Aug 2005 23:16:06 -0000	1.3
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p3.xml,v 1.2 2005/08/03 05:50:51 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p3.xml,v 1.3 2005/08/15 23:16:06 cam Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/bash-by-example-p3.xml">
@@ -9,7 +9,7 @@
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
 <author title="Editor">
-  <mail link="rane@gentoo.pl">Łukasz Damentko</mail>
+  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
 </author>
 
 <abstract>



1.2       +2 -2      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.2&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.2&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.1&r2=1.2&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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dynamic-iptables-firewalls.xml	13 Jul 2005 09:58:28 -0000	1.1
+++ dynamic-iptables-firewalls.xml	15 Aug 2005 23:16:06 -0000	1.2
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/dynamic-iptables-firewalls.xml,v 1.1 2005/07/13 09:58:28 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/dynamic-iptables-firewalls.xml,v 1.2 2005/08/15 23:16:06 cam Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/dynamic-iptables-firewalls.xml">
@@ -9,7 +9,7 @@
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
 <author title="Editor">
-  <mail link="rane@gentoo.pl">Łukasz Damentko</mail>
+  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
 </author>
 
 <abstract>



1.2       +2 -2      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.2&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.2&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.1&r2=1.2&cvsroot=gentoo

Index: l-awk1.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk1.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- l-awk1.xml	28 Jul 2005 08:04:04 -0000	1.1
+++ l-awk1.xml	15 Aug 2005 23:16:06 -0000	1.2
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk1.xml,v 1.1 2005/07/28 08:04:04 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk1.xml,v 1.2 2005/08/15 23:16:06 cam Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/l-awk1.xml">
@@ -9,7 +9,7 @@
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
 <author title="Editor">
-  <mail link="rane@gentoo.pl">Łukasz Damentko</mail>
+  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
 </author>
 
 <abstract>



1.2       +2 -2      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.2&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.2&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.1&r2=1.2&cvsroot=gentoo

Index: l-awk2.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk2.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- l-awk2.xml	28 Jul 2005 08:04:04 -0000	1.1
+++ l-awk2.xml	15 Aug 2005 23:16:06 -0000	1.2
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk2.xml,v 1.1 2005/07/28 08:04:04 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk2.xml,v 1.2 2005/08/15 23:16:06 cam Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/l-awk2.xml">
@@ -9,7 +9,7 @@
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
 <author title="Editor">
-  <mail link="rane@gentoo.pl">Łukasz Damentko</mail>
+  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
 </author>
 
 <abstract>



1.3       +2 -2      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.3&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.3&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.2&r2=1.3&cvsroot=gentoo

Index: l-awk3.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk3.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- l-awk3.xml	3 Aug 2005 08:07:19 -0000	1.2
+++ l-awk3.xml	15 Aug 2005 23:16:06 -0000	1.3
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk3.xml,v 1.2 2005/08/03 08:07:19 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-awk3.xml,v 1.3 2005/08/15 23:16:06 cam Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/l-awk3.xml">
@@ -9,7 +9,7 @@
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
 <author title="Editor">
-  <mail link="rane@gentoo.pl">Łukasz Damentko</mail>
+  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
 </author>
 
 <abstract>



1.2       +2 -2      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.2&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.2&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.1&r2=1.2&cvsroot=gentoo

Index: l-posix1.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix1.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- l-posix1.xml	3 Aug 2005 10:36:19 -0000	1.1
+++ l-posix1.xml	15 Aug 2005 23:16:06 -0000	1.2
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix1.xml,v 1.1 2005/08/03 10:36:19 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix1.xml,v 1.2 2005/08/15 23:16:06 cam Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/l-posix1.xml">
@@ -9,7 +9,7 @@
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
 <author title="Editor">
-  <mail link="rane@gentoo.pl">Łukasz Damentko</mail>
+  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
 </author>
 
 <abstract>



1.2       +2 -2      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.2&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.2&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.1&r2=1.2&cvsroot=gentoo

Index: l-posix2.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix2.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- l-posix2.xml	3 Aug 2005 10:36:19 -0000	1.1
+++ l-posix2.xml	15 Aug 2005 23:16:06 -0000	1.2
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix2.xml,v 1.1 2005/08/03 10:36:19 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix2.xml,v 1.2 2005/08/15 23:16:06 cam Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/l-posix2.xml">
@@ -9,7 +9,7 @@
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
 <author title="Editor">
-  <mail link="rane@gentoo.pl">Łukasz Damentko</mail>
+  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
 </author>
 
 <abstract>



1.2       +2 -2      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.2&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.2&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.1&r2=1.2&cvsroot=gentoo

Index: l-posix3.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix3.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- l-posix3.xml	3 Aug 2005 10:36:19 -0000	1.1
+++ l-posix3.xml	15 Aug 2005 23:16:06 -0000	1.2
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix3.xml,v 1.1 2005/08/03 10:36:19 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-posix3.xml,v 1.2 2005/08/15 23:16:06 cam Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/l-posix3.xml">
@@ -9,7 +9,7 @@
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
 <author title="Editor">
-  <mail link="rane@gentoo.pl">Łukasz Damentko</mail>
+  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
 </author>
 
 <abstract>



1.2       +2 -2      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.2&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.2&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.1&r2=1.2&cvsroot=gentoo

Index: l-sed2.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- l-sed2.xml	26 Jul 2005 10:46:47 -0000	1.1
+++ l-sed2.xml	15 Aug 2005 23:16:06 -0000	1.2
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml,v 1.1 2005/07/26 10:46:47 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed2.xml,v 1.2 2005/08/15 23:16:06 cam Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/l-sed2.xml"> 
@@ -9,7 +9,7 @@
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
 <author title="Editor">
-  <mail link="rane@gentoo.pl">Łukasz Damentko</mail>
+  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
 </author>
 
 <abstract>



1.3       +2 -2      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.3&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.3&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.2&r2=1.3&cvsroot=gentoo

Index: l-sed3.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- l-sed3.xml	28 Jul 2005 12:37:35 -0000	1.2
+++ l-sed3.xml	15 Aug 2005 23:16:06 -0000	1.3
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml,v 1.2 2005/07/28 12:37:35 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml,v 1.3 2005/08/15 23:16:06 cam Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/l-sed3.xml">
@@ -9,7 +9,7 @@
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
 <author title="Editor">
-  <mail link="rane@gentoo.pl">Łukasz Damentko</mail>
+  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
 </author>
 
 <abstract>



1.2       +2 -2      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.2&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.2&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.1&r2=1.2&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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-24-stateful-fw-design.xml	27 Jul 2005 21:03:55 -0000	1.1
+++ linux-24-stateful-fw-design.xml	15 Aug 2005 23:16:06 -0000	1.2
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/linux-24-stateful-fw-design.xml,v 1.1 2005/07/27 21:03:55 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/linux-24-stateful-fw-design.xml,v 1.2 2005/08/15 23:16:06 cam Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/linux-24-stateful-fw-design.xml">
@@ -9,7 +9,7 @@
   <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
 <author title="Editor">
-  <mail link="rane@gentoo.pl">Łukasz Damentko</mail>
+  <mail link="rane@gentoo.org">Łukasz Damentko</mail>
 </author>
 
 <abstract>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-doc-cvs] cvs commit: bash-by-example-p1.xml
@ 2005-07-28  7:52 Shyam Mani
  0 siblings, 0 replies; 6+ messages in thread
From: Shyam Mani @ 2005-07-28  7:52 UTC (permalink / raw
  To: gentoo-doc-cvs

fox2mike    05/07/28 07:52:14

  Modified:    xml/htdocs/doc/en/articles bash-by-example-p1.xml
                        making-the-distro-p1.xml making-the-distro-p2.xml
                        making-the-distro-p3.xml
  Log:
  #100537 - Fixing forbidden tabs, thanks to rane for reporting.

Revision  Changes    Path
1.3       +4 -4      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.3&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.3&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.2&r2=1.3&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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bash-by-example-p1.xml	15 Jul 2005 10:26:57 -0000	1.2
+++ bash-by-example-p1.xml	28 Jul 2005 07:52:14 -0000	1.3
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p1.xml,v 1.2 2005/07/15 10:26:57 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p1.xml,v 1.3 2005/07/28 07:52:14 fox2mike Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/bash-by-example-p1.xml">
@@ -661,9 +661,9 @@
 
 <ul>
   <li>
-		Read <uri
-		link="http://www.gentoo.org/doc/en/articles/bash-by-example-p2.xml">Bash by
-		example: Part 2</uri>.
+    Read <uri
+    link="http://www.gentoo.org/doc/en/articles/bash-by-example-p2.xml">Bash by
+    example: Part 2</uri>.
   </li>
   <li>
     Read <uri



1.4       +16 -16    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.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-p1.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-p1.xml.diff?r1=1.3&r2=1.4&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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- making-the-distro-p1.xml	26 Jul 2005 00:24:57 -0000	1.3
+++ making-the-distro-p1.xml	28 Jul 2005 07:52:14 -0000	1.4
@@ -1,15 +1,15 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/making-the-distro-p1.xml,v 1.3 2005/07/26 00:24:57 neysx Exp $ -->
+<!-- $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 $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/making-the-distro-p1.xml">
 <title>Making the distribution, Part 1</title>
 
 <author title="Author">
-	<mail link="drobbins@gentoo.org">Daniel Robbins</mail>
+  <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
 <author title="Editor">
-	<mail link="fox2mike@gentoo.org">Shyam Mani</mail>
+  <mail link="fox2mike@gentoo.org">Shyam Mani</mail>
 </author>
 
 <abstract>
@@ -358,20 +358,20 @@
 <body>
 
 <ul>
-	<li>
-		Continue reading my story with "Making the distribution, <uri
-		link="/doc/en/articles/making-the-distro-p2.xml">Part 2</uri> and <uri
-		link="/doc/en/articles/making-the-distro-p3.xml">Part 3</uri>".
-	</li>
-	<li>
-		Visit the <uri link="/index.xml">Gentoo Linux Web site</uri> for more
-		information on the distribution.
-	</li>
   <li>
-		Learn more about the Gentoo Linux ebuild system in Daniel's article, <uri
-		link="http://www.gentoo.org/doc/en/articles/bash-by-example-p3.xml">Bash by
-		example, Part 3</uri>.
-	</li>
+    Continue reading my story with "Making the distribution, <uri
+    link="/doc/en/articles/making-the-distro-p2.xml">Part 2</uri> and <uri
+    link="/doc/en/articles/making-the-distro-p3.xml">Part 3</uri>".
+  </li>
+  <li>
+    Visit the <uri link="/index.xml">Gentoo Linux Web site</uri> for more
+    information on the distribution.
+  </li>
+  <li>
+    Learn more about the Gentoo Linux ebuild system in Daniel's article, <uri
+    link="http://www.gentoo.org/doc/en/articles/bash-by-example-p3.xml">Bash by
+    example, Part 3</uri>.
+  </li>
 </ul>
 
 </body>



1.3       +53 -53    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.3&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.3&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.2&r2=1.3&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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- making-the-distro-p2.xml	15 Jul 2005 10:48:39 -0000	1.2
+++ making-the-distro-p2.xml	28 Jul 2005 07:52:14 -0000	1.3
@@ -1,15 +1,15 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/making-the-distro-p2.xml,v 1.2 2005/07/15 10:48:39 fox2mike Exp $ -->
+<!-- $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 $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/making-the-distro-p2.xml">
 <title>Making the distribution, Part 2</title>
 
 <author title="Author">
-	<mail link="drobbins@gentoo.org">Daniel Robbins</mail>
+  <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
 <author title="Editor">
-	<mail link="fox2mike@gentoo.org">Shyam Mani</mail>
+  <mail link="fox2mike@gentoo.org">Shyam Mani</mail>
 </author>
 
 <abstract>
@@ -329,57 +329,57 @@
 <body>
 
 <ul>
-	<li>
-		Start at the beginning of my story with "Making the distribution", <uri
-		link="/doc/en/articles/making-the-distro-p1.xml">Part 1</uri>, and finish up
-		with <uri link="/doc/en/articles/making-the-distro-p3.xml">Part 3</uri>. 
-	</li>
-	<li>
-		Find out more about <uri link="/index.xml">Gentoo Linux</uri> from our Web
-		site.
-	</li>
-	<li>
-		Check out the competetion at <uri
-		link="http://www.freebsd.org/">FreeBSD</uri>.
-	</li>
-	<li>
+  <li>
+    Start at the beginning of my story with "Making the distribution", <uri
+    link="/doc/en/articles/making-the-distro-p1.xml">Part 1</uri>, and finish up
+    with <uri link="/doc/en/articles/making-the-distro-p3.xml">Part 3</uri>. 
+  </li>
+  <li>
+    Find out more about <uri link="/index.xml">Gentoo Linux</uri> from our Web
+    site.
+  </li>
+  <li>
+    Check out the competetion at <uri
+    link="http://www.freebsd.org/">FreeBSD</uri>.
+  </li>
+  <li>
   Read up on the <uri link="http://www.gnu.org/copyleft/gpl.html">GPL</uri>.
-	</li>
-	<li>
-		Take a look at the official <uri link="http://www.stampede.org/">Stampede
-		site</uri>.
-	</li>
-	<!--<li>
-	Hang out on <uri
-	link="http://irc.openprojects.net/">irc.openprojects.net</uri>.
-	</li>-->
-	<li>
-		Find out more about the <uri link="http://www.xfree86.org/">Free X86
-		Project</uri>.
-	</li>
-	<li>
-		Get the <uri link="http://developer.gnome.org/doc/API/gtk/">GTK+ Reference
-		Documentation</uri>.
-	</li>
-	<li>
-		Check out the <uri link="http://www.xmms.org/">XMultiMedia System</uri>, an
-		X11/gtk+-based MP3/CD player app.
-	</li>
-	<li>
-		Get started on threads with a <uri
-		link="http://www.math.arizona.edu/swig/pthreads/threads.html">POSIX Threads
-		tutorial</uri> from the University of Arizona.
-	</li>
-	<li>
-		Get the latest on the <uri link="http://www.rpm.org/">RPM Packaging
-		Tool</uri>.
-	</li>
-	<li>
-	Visit the good folks at <uri link="http://www.debian.org/">Debian</uri>.
-	</li>
-	<li>
-	And see the official <uri link="http://gcc.gnu.org/">GCC</uri> site.
-	</li>
+  </li>
+  <li>
+    Take a look at the official <uri link="http://www.stampede.org/">Stampede
+    site</uri>.
+  </li>
+  <!--<li>
+  Hang out on <uri
+  link="http://irc.openprojects.net/">irc.openprojects.net</uri>.
+  </li>-->
+  <li>
+    Find out more about the <uri link="http://www.xfree86.org/">Free X86
+    Project</uri>.
+  </li>
+  <li>
+    Get the <uri link="http://developer.gnome.org/doc/API/gtk/">GTK+ Reference
+    Documentation</uri>.
+  </li>
+  <li>
+    Check out the <uri link="http://www.xmms.org/">XMultiMedia System</uri>, an
+    X11/gtk+-based MP3/CD player app.
+  </li>
+  <li>
+    Get started on threads with a <uri
+    link="http://www.math.arizona.edu/swig/pthreads/threads.html">POSIX Threads
+    tutorial</uri> from the University of Arizona.
+  </li>
+  <li>
+    Get the latest on the <uri link="http://www.rpm.org/">RPM Packaging
+    Tool</uri>.
+  </li>
+  <li>
+  Visit the good folks at <uri link="http://www.debian.org/">Debian</uri>.
+  </li>
+  <li>
+  And see the official <uri link="http://gcc.gnu.org/">GCC</uri> site.
+  </li>
 </ul>
 
 </body>



1.3       +54 -54    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.3&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.3&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.2&r2=1.3&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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- making-the-distro-p3.xml	15 Jul 2005 10:48:39 -0000	1.2
+++ making-the-distro-p3.xml	28 Jul 2005 07:52:14 -0000	1.3
@@ -1,15 +1,15 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/making-the-distro-p3.xml,v 1.2 2005/07/15 10:48:39 fox2mike Exp $ -->
+<!-- $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 $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/making-the-distro-p3.xml">
 <title>Making the distribution, Part 3</title>
 
 <author title="Author">
-	<mail link="drobbins@gentoo.org">Daniel Robbins</mail>
+  <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
 </author>
 <author title="Editor">
-	<mail link="fox2mike@gentoo.org">Shyam Mani</mail>
+  <mail link="fox2mike@gentoo.org">Shyam Mani</mail>
 </author>
 
 <abstract>
@@ -358,57 +358,57 @@
 <body>
 
 <ul>
-	<li>
-		Start at the beginning of my story with "Making the distribution", <uri
-		link="/doc/en/articles/making-the-distro-p1.xml"> Part 1</uri>, and <uri
-		link="/doc/en/articles/making-the-distro-p2.xml">Part 2</uri>. 
-	</li>
-	<li>
-		Find out more about <uri link="/index.xml">Gentoo Linux</uri> from our Web
-		site.
-	</li>
-	<li>
-		Check out the competetion at <uri
-		link="http://www.freebsd.org/">FreeBSD</uri>.
-	</li>
-	<li>
-	Read up on the <uri link="http://www.gnu.org/copyleft/gpl.html">GPL</uri>.
-	</li>
-	<li>
-		Take a look at the official <uri link="http://www.stampede.org/">Stampede
-		site</uri>.
-	</li>
-	<!--<li>
-	Hang out on <uri
-	link="http://irc.openprojects.net/">irc.openprojects.net</uri>.
-	</li>-->
-	<li>
-		Find out more about the <uri link="http://www.xfree86.org/">Free X86
-		Project</uri>.
-	</li>
-	<li>
-		Get the <uri link="http://developer.gnome.org/doc/API/gtk/">GTK+ Reference
-		Documentation</uri>.
-	</li>
-	<li>
-		Check out the <uri link="http://www.xmms.org/">XMultiMedia System</uri>, an
-		X11/gtk+-based MP3/CD player app.
-	</li>
-	<li>
-		Get started on threads with a <uri
-		link="http://www.math.arizona.edu/swig/pthreads/threads.html">POSIX Threads
-		tutorial</uri> from the University of Arizona.
-	</li>
-	<li>
-		Get the latest on the <uri link="http://www.rpm.org/">RPM Packaging
-		Tool</uri>.
-	</li>
-	<li>
-	Visit the good folks at <uri link="http://www.debian.org/">Debian</uri>.
-	</li>
-	<li>
-	And see the official <uri link="http://gcc.gnu.org/">GCC</uri> site.
-	</li>
+  <li>
+    Start at the beginning of my story with "Making the distribution", <uri
+    link="/doc/en/articles/making-the-distro-p1.xml"> Part 1</uri>, and <uri
+    link="/doc/en/articles/making-the-distro-p2.xml">Part 2</uri>. 
+  </li>
+  <li>
+    Find out more about <uri link="/index.xml">Gentoo Linux</uri> from our Web
+    site.
+  </li>
+  <li>
+    Check out the competetion at <uri
+    link="http://www.freebsd.org/">FreeBSD</uri>.
+  </li>
+  <li>
+  Read up on the <uri link="http://www.gnu.org/copyleft/gpl.html">GPL</uri>.
+  </li>
+  <li>
+    Take a look at the official <uri link="http://www.stampede.org/">Stampede
+    site</uri>.
+  </li>
+  <!--<li>
+  Hang out on <uri
+  link="http://irc.openprojects.net/">irc.openprojects.net</uri>.
+  </li>-->
+  <li>
+    Find out more about the <uri link="http://www.xfree86.org/">Free X86
+    Project</uri>.
+  </li>
+  <li>
+    Get the <uri link="http://developer.gnome.org/doc/API/gtk/">GTK+ Reference
+    Documentation</uri>.
+  </li>
+  <li>
+    Check out the <uri link="http://www.xmms.org/">XMultiMedia System</uri>, an
+    X11/gtk+-based MP3/CD player app.
+  </li>
+  <li>
+    Get started on threads with a <uri
+    link="http://www.math.arizona.edu/swig/pthreads/threads.html">POSIX Threads
+    tutorial</uri> from the University of Arizona.
+  </li>
+  <li>
+    Get the latest on the <uri link="http://www.rpm.org/">RPM Packaging
+    Tool</uri>.
+  </li>
+  <li>
+  Visit the good folks at <uri link="http://www.debian.org/">Debian</uri>.
+  </li>
+  <li>
+  And see the official <uri link="http://gcc.gnu.org/">GCC</uri> site.
+  </li>
 </ul>
 
 </body>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-doc-cvs] cvs commit: bash-by-example-p1.xml
@ 2005-07-15 10:26 Shyam Mani
  0 siblings, 0 replies; 6+ messages in thread
From: Shyam Mani @ 2005-07-15 10:26 UTC (permalink / raw
  To: gentoo-doc-cvs

fox2mike    05/07/15 10:26:57

  Modified:    xml/htdocs/doc/en/articles bash-by-example-p1.xml
  Log:
  Uncomment links since #99008 went RESO FIXED.

Revision  Changes    Path
1.2       +9 -8      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.2&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.2&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.1&r2=1.2&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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bash-by-example-p1.xml	14 Jul 2005 14:59:54 -0000	1.1
+++ bash-by-example-p1.xml	15 Jul 2005 10:26:57 -0000	1.2
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p1.xml,v 1.1 2005/07/14 14:59:54 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p1.xml,v 1.2 2005/07/15 10:26:57 fox2mike Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/bash-by-example-p1.xml">
@@ -27,7 +27,7 @@
 version of the original article, and contains various improvements made by the
 Gentoo Linux Documentation team -->
 
-<version>1.0</version>
+<version>1.1</version>
 <date>2005-07-12</date>
 
 <chapter>
@@ -660,15 +660,16 @@
 <body>
 
 <ul>
-  <!--<li>
-    Read <uri link="http://www-106.ibm.com/developerworks/library/l-bash2.html">
-    Bash by example: Part 2</uri> on developerWorks.
+  <li>
+		Read <uri
+		link="http://www.gentoo.org/doc/en/articles/bash-by-example-p2.xml">Bash by
+		example: Part 2</uri>.
   </li>
   <li>
     Read <uri
-    link="http://www-106.ibm.com/developerworks/library/l-bash3.html">Bash by
-    example: Part 3</uri> on developerWorks.
-  </li>-->
+    link="http://www.gentoo.org/doc/en/articles/bash-by-example-p3.xml">Bash by
+    example: Part 3</uri>.
+  </li>
   <li>
     Visit <uri link="http://www.gnu.org/software/bash/bash.html">GNU's bash home
     page</uri>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-doc-cvs] cvs commit: bash-by-example-p1.xml
@ 2005-07-14 14:59 Shyam Mani
  0 siblings, 0 replies; 6+ messages in thread
From: Shyam Mani @ 2005-07-14 14:59 UTC (permalink / raw
  To: gentoo-doc-cvs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 8791 bytes --]

fox2mike    05/07/14 14:59:55

  Added:       xml/htdocs/doc/en/articles bash-by-example-p1.xml
  Log:
  #98770 - Bash by example part 1, Initial version. Thanks to Lukasz Damentko.

Revision  Changes    Path
1.1                  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.1&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.1&content-type=text/plain&cvsroot=gentoo

Index: bash-by-example-p1.xml
===================================================================
<?xml version='1.0' encoding="UTF-8"?>
<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p1.xml,v 1.1 2005/07/14 14:59:54 fox2mike Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">

<guide link="/doc/en/articles/bash-by-example-p1.xml">
<title>Bash by example, Part 1</title>

<author title="Author">
  <mail link="drobbins@gentoo.org">Daniel Robbins</mail>
</author>
<author title="Editor">
  <mail link="rane@gentoo.pl">Łukasz Damentko</mail>
</author>

<abstract>
By learning how to program in the bash scripting language, your day-to-day
interaction with Linux will become more fun and productive, and you'll be able
to build upon those standard UNIX constructs (like pipelines and redirection)
that you already know and love. In this three-part series, Daniel Robbins will
teach you how to program in bash by example. He'll cover the absolute basics
(making this an excellent series for beginners) and bring in more advanced
features as the series proceeds.
</abstract>

<!-- 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 -->

<version>1.0</version>
<date>2005-07-12</date>

<chapter>
<title>Fundamental programming in the Bourne again shell (bash)</title>
<section>
<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:
</p>

</body>
</section>
<section>
<title>You're already running it</title>
<body>

<p>
If you check, you'll probably find that you are running bash right now. Even if
you changed your default shell, bash is probably still running somewhere on your
system, because it's the standard Linux shell and is used for a variety of
purposes. Because bash is already running, any additional bash scripts that you
run are inherently memory-efficient because they share memory with any
already-running bash processes. Why load a 500K interpreter if you already are
running something that will do the job, and do it well?
</p>

</body>
</section>
<section>
<title>You're already using it</title>
<body>

<p>
Not only are you already running bash, but you're actually interacting with bash
on a daily basis. It's always there, so it makes sense to learn how to use it to
its fullest potential. Doing so will make your bash experience more fun and
productive. But why should you learn bash programming? Easy, because you already
think in terms of running commands, CPing files, and piping and redirecting
output. Shouldn't you learn a language that allows you to use and build upon
these powerful time-saving constructs you already know how to use? Command
shells unlock the potential of a UNIX system, and bash is the Linux shell. It's
the high-level glue between you and the machine. Grow in your knowledge of bash,
and you'll automatically increase your productivity under Linux and UNIX -- it's
that simple.
</p>

</body>
</section>
<section>
<title>Bash confusion</title>
<body>

<p>
Learning bash the wrong way can be a very confusing process. Many newbies type
<c>man bash</c> to view the bash man page, only to be confronted with a very
terse and technical description of shell functionality. Others type <c>info
bash</c> (to view the GNU info documentation), causing either the man page to be
redisplayed, or (if they are lucky) only slightly more friendly info
documentation to appear.
</p>

<p>
While this may be somewhat disappointing to novices, the standard bash
documentation can't be all things to all people, and caters towards those
already familiar with shell programming in general. There's definitely a lot of
excellent technical information in the man page, but its helpfulness to
beginners is limited.
</p>

<p>
That's where this series comes in. In it, I'll show you how to actually use bash
programming constructs, so that you will be able to write your own scripts.
Instead of technical descriptions, I'll provide you with explanations in plain
English, so that you will know not only what something does, but when you should
actually use it. By the end of this three-part series, you'll be able to write
your own intricate bash scripts, and be at the level where you can comfortably
use bash and supplement your knowledge by reading (and understanding!) the
standard bash documentation. Let's begin.
</p>

</body>
</section>
<section>
<title>Environment variables</title>
<body>

<p>
Under bash and almost all other shells, the user can define environment
variables, which are stored internally as ASCII strings. One of the handiest
things about environment variables is that they are a standard part of the UNIX
process model. This means that environment variables not only are exclusive to
shell scripts, but can be used by standard compiled programs as well. When we
"export" an environment variable under bash, any subsequent program that we run
can read our setting, whether it is a shell script or not. A good example is the
<c>vipw</c> command, which normally allows root to edit the system password
file. By setting the <c>EDITOR</c> environment variable to the name of your
favorite text editor, you can configure vipw to use it instead of vi, a handy
thing if you are used to xemacs and really dislike vi.
</p>

<p>
The standard way to define an environment variable under bash is:
</p>

<pre caption="Defining environment variable">
$ <i>myvar='This is my environment variable!'</i>
</pre>

<p>
The above command defined an environment variable called "myvar" and contains
the string "This is my environment variable!". There are several things to
notice above: first, there is no space on either side of the "=" sign; any space
will result in an error (try it and see). The second thing to notice is that
while we could have done away with the quotes if we were defining a single word,
they are necessary when the value of the environment variable is more than a
single word (contains spaces or tabs).
</p>

<note>
For extremely detailed information on how quotes should be used in bash, you may
want to look at the "QUOTING" section in the bash man page. The existence of
special character sequences that get "expanded" (replaced) with other values
does complicate how strings are handled in bash. We will just cover the most
often-used quoting functionality in this series.
</note>

<p>
Thirdly, while we can normally use double quotes instead of single quotes, doing
so in the above example would have caused an error. Why? Because using single
quotes disables a bash feature called expansion, where special characters and
sequences of characters are replaced with values. For example, the "!" character
is the history expansion character, which bash normally replaces with a
previously-typed command. (We won't be covering history expansion in this series
of articles, because it is not frequently used in bash programming. For more
information on it, see the "HISTORY EXPANSION" section in the bash man page.)
While this macro-like functionality can come in handy, right now we want a
literal exclamation point at the end of our environment variable, rather than a
macro.
</p>

<p>
Now, let's take a look at how one actually uses environment variables. Here's an
example:
</p>

<pre caption="Using environment variables">
$ <i>echo $myvar</i>
This is my environment variable!
</pre>

<p>
By preceding the name of our environment variable with a $, we can cause bash to
replace it with the value of myvar. In bash terminology, this is called
"variable expansion". But, what if we try the following:
</p>

<pre caption="First try to use variable expansion">
$ <i>echo foo$myvarbar</i>
foo



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-01-29 10:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-29 10:22 [gentoo-doc-cvs] cvs commit: bash-by-example-p1.xml swift
  -- strict thread matches above, loose matches on Subject: below --
2005-09-10 21:20 Lukasz Damentko
2005-08-15 23:16 Camille Huot
2005-07-28  7:52 Shyam Mani
2005-07-15 10:26 Shyam Mani
2005-07-14 14:59 Shyam Mani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox