[Templates-cvs] cvs commit: Template2/lib/Template/Tutorial Datafile.pod Web.pod

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


cvs         07/02/09 18:41:12

  Modified:    lib/Template/Tutorial Datafile.pod Web.pod
  Log:
  release version 2.18
  
  Revision  Changes    Path
  1.48      +4 -13     Template2/lib/Template/Tutorial/Datafile.pod
  
  Index: Datafile.pod
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Tutorial/Datafile.pod,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- Datafile.pod	2006/05/30 15:53:45	1.47
  +++ Datafile.pod	2007/02/09 18:41:12	1.48
  @@ -3,18 +3,13 @@
   # Template::Tutorial::Datafile
   #
   # DESCRIPTION
  -#   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).
  +
   #
   # AUTHOR
   #   Dave Cross  <dave@dave.org.uk>
   #
   # COPYRIGHT
  -#   Copyright (C) 1996-2001 Andy Wardley.  All Rights Reserved.
  -#   Copyright (C) 1998-2001 Canon Research Centre Europe Ltd.
  +#   Copyright (C) 1996-2007 Andy Wardley.  All Rights Reserved.
   #
   #   This module is free software; you can redistribute it and/or
   #   modify it under the same terms as Perl itself.
  @@ -41,12 +36,8 @@
   Template::Tutorial::Datafile - Creating Data Output Files Using the Template Toolkit
   
   =head1 DESCRIPTION
  +
   
  -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).
   
   =head1 Introducing the Template Toolkit
   
  @@ -438,7 +429,7 @@
   
   =head1 VERSION
   
  -Template Toolkit version 2.15b, released on 30 May 2006.
  +Template Toolkit version 2.18, released on 09 February 2007.
   
   =head1 COPYRIGHT
   
  
  
  
  1.48      +5 -11     Template2/lib/Template/Tutorial/Web.pod
  
  Index: Web.pod
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Tutorial/Web.pod,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- Web.pod	2006/05/30 15:53:45	1.47
  +++ Web.pod	2007/02/09 18:41:12	1.48
  @@ -3,19 +3,13 @@
   # Template::Tutorial::Web
   #
   # DESCRIPTION
  -#   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.
  +
   #
   # AUTHOR
   #   Andy Wardley  <abw@wardley.org>
   #
   # COPYRIGHT
  -#   Copyright (C) 1996-2001 Andy Wardley.  All Rights Reserved.
  -#   Copyright (C) 1998-2001 Canon Research Centre Europe Ltd.
  +#   Copyright (C) 1996-2007 Andy Wardley.  All Rights Reserved.
   #
   #   This module is free software; you can redistribute it and/or
   #   modify it under the same terms as Perl itself.
  @@ -778,12 +772,12 @@
   
   =head1 VERSION
   
  -Template Toolkit version 2.15b, released on 30 May 2006.
  +Template Toolkit version 2.18, released on 09 February 2007.
   
   =head1 COPYRIGHT
  +
  +  Copyright (C) 1996-2007 Andy Wardley.  All Rights Reserved.
   
  -  Copyright (C) 1996-2006 Andy Wardley.  All Rights Reserved.
  -  Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
   
   This module is free software; you can redistribute it and/or
   modify it under the same terms as Perl itself.