public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/articles: l-sed3.xml
@ 2009-02-14  8:13 Lukasz Damentko (rane)
  0 siblings, 0 replies; 2+ messages in thread
From: Lukasz Damentko (rane) @ 2009-02-14  8:13 UTC (permalink / raw
  To: gentoo-doc-cvs

rane        09/02/14 08:13:04

  Modified:             l-sed3.xml
  Log:
  fixes from #242824 by Christophe LEFEBVRE

Revision  Changes    Path
1.6                  xml/htdocs/doc/en/articles/l-sed3.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml?r1=1.5&r2=1.6

Index: l-sed3.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- l-sed3.xml	9 Oct 2005 17:13:23 -0000	1.5
+++ l-sed3.xml	14 Feb 2009 08:13:03 -0000	1.6
@@ -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.5 2005/10/09 17:13:23 rane Exp $ -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml,v 1.6 2009/02/14 08:13:03 rane Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/l-sed3.xml" disclaimer="articles">
@@ -10,10 +10,11 @@
 </author>
 
 <abstract>
-Sed is a very powerful and compact text stream editor. In this article, the
-second in the series, Daniel shows you how to use sed to perform string
-substitution; create larger sed scripts; and use sed's append, insert, and
-change line commands.
+In this conclusion of the sed series, Daniel Robbins gives you a true taste of
+the power of sed. After introducing a handful of essential sed scripts, he'll
+demonstrate some radical sed scripting by converting a Quicken .QIF file into a
+text-readable format. This conversion script is not only functional, it also
+serves as en excellent example of sed scripting power.
 </abstract>
 
 <!-- The original version of this article was published on IBM developerWorks,
@@ -21,8 +22,8 @@
 version of the original article, and contains various improvements made by the
 Gentoo Linux Documentation team -->
 
-<version>1.2</version>
-<date>2005-10-09</date>
+<version>1.3</version>
+<date>2008-02-14</date>
 
 <chapter>
 <title>Taking it to the next level: Data crunching, sed style</title>
@@ -338,7 +339,7 @@
 </pre>
 
 <p>
-into one that looks like thist:
+into one that looks like this:
 </p>
 
 <pre caption="First line after change">
@@ -576,11 +577,8 @@
     link="http://www.student.northpark.edu/pemente/sed/sedfaq.html">sed FAQ</uri>.
   </li>
   <li>
-     You can find the sources to sed 3.02 at
-     <uri>ftp://ftp.gnu.org/pub/gnu/sed</uri>.
-  </li>
-  <li>
-     You'll find the nice, new sed 3.02.80 at <uri>ftp://alpha.gnu.org</uri>.
+     You can find the latest sources to sed at <uri>
+     ftp://ftp.gnu.org/pub/gnu/sed</uri>.
   </li>
   <li>
     Eric Pement also has a handy list of <uri
@@ -599,16 +597,16 @@
     tutorial</uri>.
   </li>
 -->
+<!-- DEAD link
   <li>
     Brush up on <uri link="http://vision.eng.shu.ac.uk/C++/misc/regexp/">using
     regular expressions</uri> to find and modify patterns in text in this free,
     dW-exclusive tutorial.
   </li>
+  -->
 </ul>
 
 </body>
 </section>
 </chapter>
-
 </guide>
-






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

* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/articles: l-sed3.xml
@ 2009-10-11  6:48 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 2+ messages in thread
From: Joshua Saddler (nightmorph) @ 2009-10-11  6:48 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    09/10/11 06:48:01

  Modified:             l-sed3.xml
  Log:
  Update some dead URIs, patch from bug 288486. no revbump, since it's only fixing outdated URI links

Revision  Changes    Path
1.7                  xml/htdocs/doc/en/articles/l-sed3.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml?r1=1.6&r2=1.7

Index: l-sed3.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- l-sed3.xml	14 Feb 2009 08:13:03 -0000	1.6
+++ l-sed3.xml	11 Oct 2009 06:48:01 -0000	1.7
@@ -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.6 2009/02/14 08:13:03 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/l-sed3.xml,v 1.7 2009/10/11 06:48:01 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/articles/l-sed3.xml" disclaimer="articles">
@@ -574,7 +574,7 @@
   </li>
   <li>
     Check out Eric Pement's excellent <uri
-    link="http://www.student.northpark.edu/pemente/sed/sedfaq.html">sed FAQ</uri>.
+    link="http://sed.sourceforge.net/sedfaq.html">sed FAQ</uri>.
   </li>
   <li>
      You can find the latest sources to sed at <uri>
@@ -582,11 +582,11 @@
   </li>
   <li>
     Eric Pement also has a handy list of <uri
-    link="http://www.student.northpark.edu/pemente/sed/sed1line.txt">sed one-liners</uri>
+    link="http://sed.sourceforge.net/sed1line.txt">sed one-liners</uri>
     that any aspiring sed guru should definitely look at.
   </li>
 <!-- FIXME BOTH DEAD and no other locations, sorry
- <li>
+  <li>
     Maybe you'd like to read <uri
     link="http://www.softlab.ntua.gr/unix/docs/sed.txt">7th edition UNIX's sed
     man page</uri> (circa 1978!).






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

end of thread, other threads:[~2009-10-11  6:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-14  8:13 [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/articles: l-sed3.xml Lukasz Damentko (rane)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-11  6:48 Joshua Saddler (nightmorph)

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