public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lukasz Damentko" <rane@lark.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: lpi-101-administration-p2.xml
Date: Wed, 12 Oct 2005 17:45:29 +0000	[thread overview]
Message-ID: <200510121736.j9CHa2iL002013@robin.gentoo.org> (raw)

rane        05/10/12 17:45:29

  Modified:    xml/htdocs/doc/en/articles lpi-101-administration-p2.xml
                        lpi-101-fundamentals-p1.xml
  Log:
  fixing links to lead to xmlified articles at gentoo.org

Revision  Changes    Path
1.3       +14 -38    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.3&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.3&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.2&r2=1.3&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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lpi-101-administration-p2.xml	9 Oct 2005 17:13:23 -0000	1.2
+++ lpi-101-administration-p2.xml	12 Oct 2005 17:45:29 -0000	1.3
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $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 $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml,v 1.3 2005/10/12 17:45:29 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/lpi-101-administration-p2.xml" disclaimer="articles">
@@ -33,8 +33,8 @@
 version of the original article, and contains various improvements made by the
 Gentoo Linux Documentation team -->
 
-<version>1.1</version>
-<date>2005-10-09</date>
+<version>1.2</version>
+<date>2005-10-12</date>
 
 <chapter>
 <title>Before You Start</title>
@@ -83,7 +83,7 @@
 Developer Services and has also served as a contributing author for several
 books, including Samba Unleashed and SuSE Linux Unleashed. Daniel enjoys
 spending time with his wife, Mary, and his daughter, Hadassah. You can contact
-Daniel at drobbins@gentoo.org.
+Daniel at <mail>drobbins@gentoo.org</mail>.
 </p>
 
 <p>
@@ -1580,21 +1580,9 @@
 </p>
 
 <ul>
-  <li>
-    <uri
-    link="http://www-106.ibm.com/developerworks/linux/library/l-sed1.html">Sed
-    by example, Part 1</uri>
-  </li>
-  <li>
-    <uri
-    link="http://www-106.ibm.com/developerworks/linux/library/l-sed2.html">Sed
-    by example, Part 2</uri>
-  </li>
-  <li>
-    <uri
-    link="http://www-106.ibm.com/developerworks/linux/library/l-sed3.html">Sed
-    by example, Part 3</uri>
-  </li>
+  <li><uri link="/doc/en/articles/l-sed1.xml">Sed by example, Part 1</uri></li>
+  <li><uri link="/doc/en/articles/l-sed2.xml">Sed by example, Part 2</uri></li>
+  <li><uri link="/doc/en/articles/l-sed3.xml">Sed by example, Part 3</uri></li>
 </ul>
 
 <p>
@@ -1608,20 +1596,9 @@
 </p>
 
 <ul>
-  <li>
-    <uri
-    link="http://www-106.ibm.com/developerworks/linux/library/l-awk1.html">Awk
-    by example, Part 1</uri>
-  </li>
-  <li>
-    <uri
-    link="http://www-106.ibm.com/developerworks/linux/library/l-awk2.html">Awk
-    by example, Part 2</uri>
-  </li>
-  <li>
-    <uri
-    link="http://www-106.ibm.com/developerworks/linux/library/l-awk3.html">Awk
-    by example, Part 3</uri>
+  <li><uri link="/doc/en/articles/l-awk1.xml">Awk by example, Part 1</uri></li>
+  <li><uri link="/doc/en/articles/l-awk2.xml">Awk by example, Part 2</uri></li>
+  <li><uri link="/doc/en/articles/l-awk3.xml">Awk by example, Part 3</uri>
   </li>
 </ul>
 
@@ -2155,11 +2132,10 @@
 </p>
 
 <p>
-In the <uri
-link="http://www-106.ibm.com/developerworks/library/l-bash.html">Bash by
-example article series</uri>, I show you how to use bash programming constructs
-to write your own bash scripts. This series (particularly parts one and two)
-will be good preparation for the LPIC Level 1 exam:
+In the <uri link="/doc/en/articles/bash-by-example-p1.xml">Bash by example
+article series</uri>, I show you how to use bash programming constructs to
+write your own bash scripts. This series (particularly parts one and two) will
+be good preparation for the LPIC Level 1 exam:
 </p>
 
 <p>



1.6       +16 -11    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.6&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.6&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.5&r2=1.6&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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lpi-101-fundamentals-p1.xml	9 Oct 2005 17:13:23 -0000	1.5
+++ lpi-101-fundamentals-p1.xml	12 Oct 2005 17:45:29 -0000	1.6
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $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 $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lpi-101-fundamentals-p1.xml,v 1.6 2005/10/12 17:45:29 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/lpi-101-fundamentals-p1.xml" disclaimer="articles">
@@ -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.3</version>
-<date>2005-10-09</date>
+<version>1.4</version>
+<date>2005-10-12</date>
 
 <chapter>
 <title>Before You Start</title>
@@ -1328,7 +1328,7 @@
 </body>
 </section>
 </chapter>
-<!--
+
 <chapter>
 <title>Summary and Resources</title>
 <section>
@@ -1365,12 +1365,18 @@
 </p>
 
 <ul>
-  <li><uri link="http://www-106.ibm.com/developerworks/linux/library/l-bash.html">
-      Bash by example, Part 1: Fundamental programming in the Bourne-again shell</li>
-  <li><uri link="http://www-106.ibm.com/developerworks/linux/library/l-bash2.html">
-      Bash by example, Part 2: More bash programming fundamentals</li>
-  <li><uri link="http://www-106.ibm.com/developerworks/linux/library/l-bash3.html">
-      Bash by example, Part 3: Exploring the ebuild system</li>
+  <li>
+    <uri link="/doc/en/articles/bash-by-example-p1.xml">Bash by example, Part
+    1: Fundamental programming in the Bourne-again shell</uri>
+  </li>
+  <li>
+    <uri link="/doc/en/articles/bash-by-example-p2.xml">Bash by example, Part
+    2: More bash programming fundamentals</uri>
+  </li>
+  <li>
+    <uri link="/doc/en/articles/bash-by-example-p3.xml">Bash by example, Part
+    3: Exploring the ebuild system</uri>
+  </li>
 </ul>
 
 <p>
@@ -1390,5 +1396,4 @@
 </body>
 </section>
 </chapter>
--->
 </guide>



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



             reply	other threads:[~2005-10-12 17:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-12 17:45 Lukasz Damentko [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-06-19 22:14 [gentoo-doc-cvs] cvs commit: lpi-101-administration-p2.xml Lukasz Damentko
2005-07-11 22:42 Jonathan Smith

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=200510121736.j9CHa2iL002013@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