Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: lpi-101-administration-p2.xml
Date: Wed, 12 Oct 2005 17:45:48
Message-Id: 200510121736.j9CHa2iL002013@robin.gentoo.org
1 rane 05/10/12 17:45:29
2
3 Modified: xml/htdocs/doc/en/articles lpi-101-administration-p2.xml
4 lpi-101-fundamentals-p1.xml
5 Log:
6 fixing links to lead to xmlified articles at gentoo.org
7
8 Revision Changes Path
9 1.3 +14 -38 xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml
10
11 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
12 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
13 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
14
15 Index: lpi-101-administration-p2.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lpi-101-administration-p2.xml,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- lpi-101-administration-p2.xml 9 Oct 2005 17:13:23 -0000 1.2
22 +++ lpi-101-administration-p2.xml 12 Oct 2005 17:45:29 -0000 1.3
23 @@ -1,5 +1,5 @@
24 <?xml version="1.0" encoding="UTF-8"?>
25 -<!-- $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 $ -->
26 +<!-- $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 $ -->
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 <guide link="/doc/en/articles/lpi-101-administration-p2.xml" disclaimer="articles">
30 @@ -33,8 +33,8 @@
31 version of the original article, and contains various improvements made by the
32 Gentoo Linux Documentation team -->
33
34 -<version>1.1</version>
35 -<date>2005-10-09</date>
36 +<version>1.2</version>
37 +<date>2005-10-12</date>
38
39 <chapter>
40 <title>Before You Start</title>
41 @@ -83,7 +83,7 @@
42 Developer Services and has also served as a contributing author for several
43 books, including Samba Unleashed and SuSE Linux Unleashed. Daniel enjoys
44 spending time with his wife, Mary, and his daughter, Hadassah. You can contact
45 -Daniel at drobbins@g.o.
46 +Daniel at <mail>drobbins@g.o</mail>.
47 </p>
48
49 <p>
50 @@ -1580,21 +1580,9 @@
51 </p>
52
53 <ul>
54 - <li>
55 - <uri
56 - link="http://www-106.ibm.com/developerworks/linux/library/l-sed1.html">Sed
57 - by example, Part 1</uri>
58 - </li>
59 - <li>
60 - <uri
61 - link="http://www-106.ibm.com/developerworks/linux/library/l-sed2.html">Sed
62 - by example, Part 2</uri>
63 - </li>
64 - <li>
65 - <uri
66 - link="http://www-106.ibm.com/developerworks/linux/library/l-sed3.html">Sed
67 - by example, Part 3</uri>
68 - </li>
69 + <li><uri link="/doc/en/articles/l-sed1.xml">Sed by example, Part 1</uri></li>
70 + <li><uri link="/doc/en/articles/l-sed2.xml">Sed by example, Part 2</uri></li>
71 + <li><uri link="/doc/en/articles/l-sed3.xml">Sed by example, Part 3</uri></li>
72 </ul>
73
74 <p>
75 @@ -1608,20 +1596,9 @@
76 </p>
77
78 <ul>
79 - <li>
80 - <uri
81 - link="http://www-106.ibm.com/developerworks/linux/library/l-awk1.html">Awk
82 - by example, Part 1</uri>
83 - </li>
84 - <li>
85 - <uri
86 - link="http://www-106.ibm.com/developerworks/linux/library/l-awk2.html">Awk
87 - by example, Part 2</uri>
88 - </li>
89 - <li>
90 - <uri
91 - link="http://www-106.ibm.com/developerworks/linux/library/l-awk3.html">Awk
92 - by example, Part 3</uri>
93 + <li><uri link="/doc/en/articles/l-awk1.xml">Awk by example, Part 1</uri></li>
94 + <li><uri link="/doc/en/articles/l-awk2.xml">Awk by example, Part 2</uri></li>
95 + <li><uri link="/doc/en/articles/l-awk3.xml">Awk by example, Part 3</uri>
96 </li>
97 </ul>
98
99 @@ -2155,11 +2132,10 @@
100 </p>
101
102 <p>
103 -In the <uri
104 -link="http://www-106.ibm.com/developerworks/library/l-bash.html">Bash by
105 -example article series</uri>, I show you how to use bash programming constructs
106 -to write your own bash scripts. This series (particularly parts one and two)
107 -will be good preparation for the LPIC Level 1 exam:
108 +In the <uri link="/doc/en/articles/bash-by-example-p1.xml">Bash by example
109 +article series</uri>, I show you how to use bash programming constructs to
110 +write your own bash scripts. This series (particularly parts one and two) will
111 +be good preparation for the LPIC Level 1 exam:
112 </p>
113
114 <p>
115
116
117
118 1.6 +16 -11 xml/htdocs/doc/en/articles/lpi-101-fundamentals-p1.xml
119
120 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
121 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
122 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
123
124 Index: lpi-101-fundamentals-p1.xml
125 ===================================================================
126 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/lpi-101-fundamentals-p1.xml,v
127 retrieving revision 1.5
128 retrieving revision 1.6
129 diff -u -r1.5 -r1.6
130 --- lpi-101-fundamentals-p1.xml 9 Oct 2005 17:13:23 -0000 1.5
131 +++ lpi-101-fundamentals-p1.xml 12 Oct 2005 17:45:29 -0000 1.6
132 @@ -1,5 +1,5 @@
133 <?xml version="1.0" encoding="UTF-8"?>
134 -<!-- $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 $ -->
135 +<!-- $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 $ -->
136 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
137
138 <guide link="/doc/en/articles/lpi-101-fundamentals-p1.xml" disclaimer="articles">
139 @@ -25,8 +25,8 @@
140 document is an updated version of the original article, and contains
141 various improvements made by the Gentoo Linux Documentation team -->
142
143 -<version>1.3</version>
144 -<date>2005-10-09</date>
145 +<version>1.4</version>
146 +<date>2005-10-12</date>
147
148 <chapter>
149 <title>Before You Start</title>
150 @@ -1328,7 +1328,7 @@
151 </body>
152 </section>
153 </chapter>
154 -<!--
155 +
156 <chapter>
157 <title>Summary and Resources</title>
158 <section>
159 @@ -1365,12 +1365,18 @@
160 </p>
161
162 <ul>
163 - <li><uri link="http://www-106.ibm.com/developerworks/linux/library/l-bash.html">
164 - Bash by example, Part 1: Fundamental programming in the Bourne-again shell</li>
165 - <li><uri link="http://www-106.ibm.com/developerworks/linux/library/l-bash2.html">
166 - Bash by example, Part 2: More bash programming fundamentals</li>
167 - <li><uri link="http://www-106.ibm.com/developerworks/linux/library/l-bash3.html">
168 - Bash by example, Part 3: Exploring the ebuild system</li>
169 + <li>
170 + <uri link="/doc/en/articles/bash-by-example-p1.xml">Bash by example, Part
171 + 1: Fundamental programming in the Bourne-again shell</uri>
172 + </li>
173 + <li>
174 + <uri link="/doc/en/articles/bash-by-example-p2.xml">Bash by example, Part
175 + 2: More bash programming fundamentals</uri>
176 + </li>
177 + <li>
178 + <uri link="/doc/en/articles/bash-by-example-p3.xml">Bash by example, Part
179 + 3: Exploring the ebuild system</uri>
180 + </li>
181 </ul>
182
183 <p>
184 @@ -1390,5 +1396,4 @@
185 </body>
186 </section>
187 </chapter>
188 --->
189 </guide>
190
191
192
193 --
194 gentoo-doc-cvs@g.o mailing list