[Templates-cvs] cvs commit: Template2/docs/src/Tutorial Datafile.html Web.html index.html

cvs@template-toolkit.org cvs@template-toolkit.org


cvs         07/02/09 18:40:42

  Modified:    docs/src/Tutorial Datafile.html Web.html index.html
  Log:
  release version 2.18
  
  Revision  Changes    Path
  1.46      +2 -9      Template2/docs/src/Tutorial/Datafile.html
  
  Index: Datafile.html
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/src/Tutorial/Datafile.html,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- Datafile.html	2006/05/30 15:52:46	1.45
  +++ Datafile.html	2007/02/09 18:40:42	1.46
  @@ -43,14 +43,7 @@
   <!-- Pod to HTML conversion by the Template Toolkit version 2 -->
   [% WRAPPER section
       title="DESCRIPTION"
  --%]<p>
  -This tutorial gives an overview of the Template Toolkit, showing in
  -particular how to use it to read and write data files in various
  -different formats and styles. It was written by Dave Cross and first
  -appeared as a lead article at http://www.perl.com/ earlier in the year
  -(2001).
  -</p>
  -[%- END %]
  +-%][%- END %]
   [% WRAPPER section
       title="Introducing the Template Toolkit"
   -%]<p>
  @@ -440,7 +433,7 @@
   [% WRAPPER section
       title="VERSION"
   -%]<p>
  -Template Toolkit version 2.15b, released on 30 May 2006.
  +Template Toolkit version 2.18, released on 09 February 2007.
   </p>
   [%- END %]
   [% WRAPPER section
  
  
  
  1.46      +2 -3      Template2/docs/src/Tutorial/Web.html
  
  Index: Web.html
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/src/Tutorial/Web.html,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- Web.html	2006/05/30 15:52:46	1.45
  +++ Web.html	2007/02/09 18:40:42	1.46
  @@ -783,13 +783,12 @@
   [% WRAPPER section
       title="VERSION"
   -%]<p>
  -Template Toolkit version 2.15b, released on 30 May 2006.
  +Template Toolkit version 2.18, released on 09 February 2007.
   </p>
   [%- END %]
   [% WRAPPER section
       title="COPYRIGHT"
  --%]<pre>  Copyright (C) 1996-2006 Andy Wardley.  All Rights Reserved.
  -  Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.</pre>
  +-%]<pre>  Copyright (C) 1996-2007 Andy Wardley.  All Rights Reserved.</pre>
   <p>
   This module is free software; you can redistribute it and/or
   modify it under the same terms as Perl itself.
  
  
  
  1.9       +2 -5      Template2/docs/src/Tutorial/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/src/Tutorial/index.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- index.html	2006/01/30 20:04:13	1.8
  +++ index.html	2007/02/09 18:40:42	1.9
  @@ -12,9 +12,6 @@
           page = 'index'
   %]
   
  -<p>
  -This section includes tutorials on using the Template Toolkit. Subjects currently include an general overview of the Template Toolkit, showing users how to get quickly up to speed building web content, and a tutorial on generating and using data files, with particular reference to XML.
  -</p>
   
   [% WRAPPER ndx -%]
   
  @@ -23,7 +20,7 @@
          name  = 'Web'
          title = 'Generating Web Content Using the Template Toolkit'
   -%]
  -This tutorial provides an introduction to the Template Toolkit and a &quot;quick start&quot; guide to getting up to speed. Its primarily focus is on using the Template Toolkit to build web content and it covers 4 basic areas: using tpage and ttree; using the Template.pm module in CGI scripts; writing Apache/mod_perl handlers; and extending the toolkit by writing plugins.
  +
   [% END %]
   
   [% WRAPPER ndxitem 
  @@ -31,7 +28,7 @@
          name  = 'Datafile'
          title = 'Creating Data Output Files Using the Template Toolkit'
   -%]
  -This tutorial gives an overview of the Template Toolkit, showing in particular how to use it to read and write data files in various different formats and styles. It was written by Dave Cross and first appeared as a lead article at http://www.perl.com/ earlier in the year (2001).
  +
   [% END %]
   
   [% END %]