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




Reply via email to