Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/articles: l-sed1.xml
Date: Sun, 11 Oct 2009 06:42:33
Message-Id: E1Mws8V-0006lS-54@stork.gentoo.org
1 nightmorph 09/10/11 06:42:31
2
3 Modified: l-sed1.xml
4 Log:
5 Update some dead URIs, patch from bug 288482. no revbump, since it's only fixing outdated URI links
6
7 Revision Changes Path
8 1.8 xml/htdocs/doc/en/articles/l-sed1.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml?r1=1.7&r2=1.8
13
14 Index: l-sed1.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- l-sed1.xml 25 Sep 2006 10:19:07 -0000 1.7
21 +++ l-sed1.xml 11 Oct 2009 06:42:30 -0000 1.8
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml,v 1.7 2006/09/25 10:19:07 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed1.xml,v 1.8 2009/10/11 06:42:30 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/articles/l-sed1.xml" disclaimer="articles">
29 @@ -476,19 +476,16 @@
30 link="l-sed3.xml">Part 3</uri>.
31 </li>
32 <li>
33 - Check out Eric Pement's excellent <uri
34 - link="http://www.student.northpark.edu/pemente/sed/sedfaq.html">sed FAQ</uri>.
35 + Check out Eric Pement's excellent <uri
36 + link="http://sed.sourceforge.net/sedfaq.html">sed FAQ</uri>.
37 </li>
38 <li>
39 - You can find the sources to sed 3.02 at
40 - <uri>ftp://ftp.gnu.org/pub/gnu/sed</uri>.
41 - </li>
42 - <li>
43 - You'll find the nice, new sed 3.02.80 at <uri>http://alpha.gnu.org</uri>.
44 + You can find the sources to sed at
45 + <uri>ftp://ftp.gnu.org/pub/gnu/sed</uri>.
46 </li>
47 <li>
48 Eric Pement also has a handy list of <uri
49 - link="http://www.student.northpark.edu/pemente/sed/sed1line.txt">sed one-liners</uri>
50 + link="http://sed.sourceforge.net/sed1line.txt">sed one-liners</uri>
51 that any aspiring sed guru should definitely look at.
52 </li>
53 <li>
54 @@ -522,20 +519,19 @@
55 -->
56 <li>
57 See the regular expressions <uri
58 - link="http://www.python.org/doc/howto/regex/regex.html">how-to
59 - document</uri> from <uri link="http://python.org">Python.org</uri>.
60 + link="http://docs.python.org/dev/howto/regex.html">how-to
61 + document</uri> from <uri link="http://python.org">python.org</uri>.
62 </li>
63 <li>
64 - Refer to an <uri
65 - link="http://www.uky.edu/ArtsSciences/Classics/regex.html">overview of
66 - regular expressions</uri> from the University of Kentucky.
67 + Refer to an <uri
68 + link="http://www.uky.edu/ArtsSciences/Classics/regex.html">overview of
69 + regular expressions</uri> from the University of Kentucky.
70 </li>
71 </ul>
72
73 </body>
74 </section>
75 </chapter>
76 -
77 </guide>