[Templates-cvs] cvs commit: Template2/docs/src/Modules/Template Base.html Config.html Constants.html Context.html Document.html Exception.html Filters.html Iterator.html Parser.html Plugin.html Plugins.html Provider.html Service.html Stash.html Test.html

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


cvs         06/05/26 13:44:45

  Modified:    docs/src/Modules/Template Base.html Config.html
                        Constants.html Context.html Document.html
                        Exception.html Filters.html Iterator.html
                        Parser.html Plugin.html Plugins.html Provider.html
                        Service.html Stash.html Test.html
  Log:
  Version 2.15
  
  Revision  Changes    Path
  1.62      +5 -5      Template2/docs/src/Modules/Template/Base.html
  
  Index: Base.html
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Base.html,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- Base.html	2006/01/30 20:03:30	1.61
  +++ Base.html	2006/05/26 13:44:43	1.62
  @@ -141,22 +141,22 @@
   [% WRAPPER section
       title="AUTHOR"
   -%]<p>
  -Andy Wardley &lt;abw@andywardley.com&gt;
  +Andy Wardley &lt;abw@wardley.org&gt;
   </p>
   <p>
  -[% ttlink('http://www.andywardley.com/', 'http://www.andywardley.com/') -%]
  +[% ttlink('http://wardley.org/', 'http://wardley.org/') -%]
   </p>
   [%- END %]
   [% WRAPPER section
       title="VERSION"
   -%]<p>
  -2.70, distributed as part of the
  -Template Toolkit version 2.15, released on 30 January 2006.
  +2.71, distributed as part of the
  +Template Toolkit version 2.15, released on 26 May 2006.
   </p>
   [%- END %]
   [% WRAPPER section
       title="COPYRIGHT"
  --%]<pre>  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
  +-%]<pre>  Copyright (C) 1996-2006 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.</pre>
   <p>
   This module is free software; you can redistribute it and/or
  
  
  
  1.62      +5 -5      Template2/docs/src/Modules/Template/Config.html
  
  Index: Config.html
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Config.html,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- Config.html	2006/01/30 20:03:30	1.61
  +++ Config.html	2006/05/26 13:44:44	1.62
  @@ -161,22 +161,22 @@
   [% WRAPPER section
       title="AUTHOR"
   -%]<p>
  -Andy Wardley &lt;abw@andywardley.com&gt;
  +Andy Wardley &lt;abw@wardley.org&gt;
   </p>
   <p>
  -[% ttlink('http://www.andywardley.com/', 'http://www.andywardley.com/') -%]
  +[% ttlink('http://wardley.org/', 'http://wardley.org/') -%]
   </p>
   [%- END %]
   [% WRAPPER section
       title="VERSION"
   -%]<p>
  -2.68, distributed as part of the
  -Template Toolkit version 2.15, released on 30 January 2006.
  +2.70, distributed as part of the
  +Template Toolkit version 2.15, released on 26 May 2006.
   </p>
   [%- END %]
   [% WRAPPER section
       title="COPYRIGHT"
  --%]<pre>  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
  +-%]<pre>  Copyright (C) 1996-2006 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.</pre>
   <p>
   This module is free software; you can redistribute it and/or
  
  
  
  1.62      +9 -7      Template2/docs/src/Modules/Template/Constants.html
  
  Index: Constants.html
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Constants.html,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- Constants.html	2006/01/30 20:03:30	1.61
  +++ Constants.html	2006/05/26 13:44:44	1.62
  @@ -89,8 +89,10 @@
       ERROR_PLUGIN              # plugin error</pre>
   <pre>  :chomp                      # for PRE_CHOMP and POST_CHOMP
       CHOMP_NONE                # do not remove whitespace
  -    CHOMP_ALL                 # remove whitespace
  -    CHOMP_COLLAPSE            # collapse whitespace to a single space</pre>
  +    CHOMP_ONE                 # remove whitespace to newline
  +    CHOMP_ALL                 # old name for CHOMP_ONE (deprecated)
  +    CHOMP_COLLAPSE            # collapse whitespace to a single space
  +    CHOMP_GREEDY              # remove all whitespace including newlines</pre>
   <pre>  :debug
       DEBUG_OFF                 # do nothing
       DEBUG_ON                  # basic debugging flag
  @@ -112,22 +114,22 @@
   [% WRAPPER section
       title="AUTHOR"
   -%]<p>
  -Andy Wardley &lt;abw@andywardley.com&gt;
  +Andy Wardley &lt;abw@wardley.org&gt;
   </p>
   <p>
  -[% ttlink('http://www.andywardley.com/', 'http://www.andywardley.com/') -%]
  +[% ttlink('http://wardley.org/', 'http://wardley.org/') -%]
   </p>
   [%- END %]
   [% WRAPPER section
       title="VERSION"
   -%]<p>
  -2.68, distributed as part of the
  -Template Toolkit version 2.15, released on 30 January 2006.
  +2.71, distributed as part of the
  +Template Toolkit version 2.15, released on 26 May 2006.
   </p>
   [%- END %]
   [% WRAPPER section
       title="COPYRIGHT"
  --%]<pre>  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
  +-%]<pre>  Copyright (C) 1996-2006 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.</pre>
   <p>
   This module is free software; you can redistribute it and/or
  
  
  
  1.62      +5 -5      Template2/docs/src/Modules/Template/Context.html
  
  Index: Context.html
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Context.html,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- Context.html	2006/01/30 20:03:30	1.61
  +++ Context.html	2006/05/26 13:44:44	1.62
  @@ -666,22 +666,22 @@
   [% WRAPPER section
       title="AUTHOR"
   -%]<p>
  -Andy Wardley &lt;abw@andywardley.com&gt;
  +Andy Wardley &lt;abw@wardley.org&gt;
   </p>
   <p>
  -[% ttlink('http://www.andywardley.com/', 'http://www.andywardley.com/') -%]
  +[% ttlink('http://wardley.org/', 'http://wardley.org/') -%]
   </p>
   [%- END %]
   [% WRAPPER section
       title="VERSION"
   -%]<p>
  -2.93, distributed as part of the
  -Template Toolkit version 2.15, released on 30 January 2006.
  +2.96, distributed as part of the
  +Template Toolkit version 2.15, released on 26 May 2006.
   </p>
   [%- END %]
   [% WRAPPER section
       title="COPYRIGHT"
  --%]<pre>  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
  +-%]<pre>  Copyright (C) 1996-2006 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.</pre>
   <p>
   This module is free software; you can redistribute it and/or
  
  
  
  1.62      +5 -5      Template2/docs/src/Modules/Template/Document.html
  
  Index: Document.html
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Document.html,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- Document.html	2006/01/30 20:03:30	1.61
  +++ Document.html	2006/05/26 13:44:44	1.62
  @@ -203,22 +203,22 @@
   [% WRAPPER section
       title="AUTHOR"
   -%]<p>
  -Andy Wardley &lt;abw@andywardley.com&gt;
  +Andy Wardley &lt;abw@wardley.org&gt;
   </p>
   <p>
  -[% ttlink('http://www.andywardley.com/', 'http://www.andywardley.com/') -%]
  +[% ttlink('http://wardley.org/', 'http://wardley.org/') -%]
   </p>
   [%- END %]
   [% WRAPPER section
       title="VERSION"
   -%]<p>
  -2.75, distributed as part of the
  -Template Toolkit version 2.15, released on 30 January 2006.
  +2.76, distributed as part of the
  +Template Toolkit version 2.15, released on 26 May 2006.
   </p>
   [%- END %]
   [% WRAPPER section
       title="COPYRIGHT"
  --%]<pre>  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
  +-%]<pre>  Copyright (C) 1996-2006 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.</pre>
   <p>
   This module is free software; you can redistribute it and/or
  
  
  
  1.62      +5 -5      Template2/docs/src/Modules/Template/Exception.html
  
  Index: Exception.html
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Exception.html,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- Exception.html	2006/01/30 20:03:30	1.61
  +++ Exception.html	2006/05/26 13:44:44	1.62
  @@ -82,22 +82,22 @@
   [% WRAPPER section
       title="AUTHOR"
   -%]<p>
  -Andy Wardley &lt;abw@andywardley.com&gt;
  +Andy Wardley &lt;abw@wardley.org&gt;
   </p>
   <p>
  -[% ttlink('http://www.andywardley.com/', 'http://www.andywardley.com/') -%]
  +[% ttlink('http://wardley.org/', 'http://wardley.org/') -%]
   </p>
   [%- END %]
   [% WRAPPER section
       title="VERSION"
   -%]<p>
  -2.65, distributed as part of the
  -Template Toolkit version 2.15, released on 30 January 2006.
  +2.66, distributed as part of the
  +Template Toolkit version 2.15, released on 26 May 2006.
   </p>
   [%- END %]
   [% WRAPPER section
       title="COPYRIGHT"
  --%]<pre>  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
  +-%]<pre>  Copyright (C) 1996-2006 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.</pre>
   <p>
   This module is free software; you can redistribute it and/or
  
  
  
  1.62      +5 -5      Template2/docs/src/Modules/Template/Filters.html
  
  Index: Filters.html
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Filters.html,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- Filters.html	2006/01/30 20:03:30	1.61
  +++ Filters.html	2006/05/26 13:44:44	1.62
  @@ -702,22 +702,22 @@
   [% WRAPPER section
       title="AUTHOR"
   -%]<p>
  -Andy Wardley &lt;abw@andywardley.com&gt;
  +Andy Wardley &lt;abw@wardley.org&gt;
   </p>
   <p>
  -[% ttlink('http://www.andywardley.com/', 'http://www.andywardley.com/') -%]
  +[% ttlink('http://wardley.org/', 'http://wardley.org/') -%]
   </p>
   [%- END %]
   [% WRAPPER section
       title="VERSION"
   -%]<p>
  -2.80, distributed as part of the
  -Template Toolkit version 2.15, released on 30 January 2006.
  +2.81, distributed as part of the
  +Template Toolkit version 2.15, released on 26 May 2006.
   </p>
   [%- END %]
   [% WRAPPER section
       title="COPYRIGHT"
  --%]<pre>  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
  +-%]<pre>  Copyright (C) 1996-2006 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.</pre>
   <p>
   This module is free software; you can redistribute it and/or
  
  
  
  1.62      +5 -5      Template2/docs/src/Modules/Template/Iterator.html
  
  Index: Iterator.html
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Iterator.html,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- Iterator.html	2006/01/30 20:03:30	1.61
  +++ Iterator.html	2006/05/26 13:44:44	1.62
  @@ -232,22 +232,22 @@
   [% WRAPPER section
       title="AUTHOR"
   -%]<p>
  -Andy Wardley &lt;abw@andywardley.com&gt;
  +Andy Wardley &lt;abw@wardley.org&gt;
   </p>
   <p>
  -[% ttlink('http://www.andywardley.com/', 'http://www.andywardley.com/') -%]
  +[% ttlink('http://wardley.org/', 'http://wardley.org/') -%]
   </p>
   [%- END %]
   [% WRAPPER section
       title="VERSION"
   -%]<p>
  -2.65, distributed as part of the
  -Template Toolkit version 2.15, released on 30 January 2006.
  +2.66, distributed as part of the
  +Template Toolkit version 2.15, released on 26 May 2006.
   </p>
   [%- END %]
   [% WRAPPER section
       title="COPYRIGHT"
  --%]<pre>  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
  +-%]<pre>  Copyright (C) 1996-2006 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.</pre>
   <p>
   This module is free software; you can redistribute it and/or
  
  
  
  1.62      +73 -35    Template2/docs/src/Modules/Template/Parser.html
  
  Index: Parser.html
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Parser.html,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- Parser.html	2006/01/30 20:03:30	1.61
  +++ Parser.html	2006/05/26 13:44:44	1.62
  @@ -142,9 +142,9 @@
   The PRE_CHOMP and POST_CHOMP options can help to clean up some of this
   extraneous whitespace.  Both are disabled by default.
   </p>
  -<pre>    my $parser = Template::Parser-&gt;new({
  -	PRE_CHOMP  =&gt; 1,
  -	POST_CHOMP =&gt; 1,
  +<pre>    my $parser = Template::Parser-E&lt;gt&gt;new({
  +        PRE_CHOMP  =E&lt;gt&gt; 1,
  +        POST_CHOMP =E&lt;gt&gt; 1,
       });</pre>
   <p>
   With PRE_CHOMP set to 1, the newline and whitespace preceding a directive
  @@ -152,64 +152,102 @@
   concatenating a line that starts with a directive onto the end of the 
   previous line.
   </p>
  -<pre> 	Foo &lt;----------.
  - 		       |
  +<pre>        Foo E&lt;lt&gt;----------.
  +                       |
       ,---(PRE_CHOMP)----'
       |
       `-- [% tt_start_tag %] a = 10 [% tt_end_tag %] --.
  - 		       |
  +                       |
       ,---(POST_CHOMP)---'
       |
  -    `-&gt; Bar</pre>
  +    `-E&lt;gt&gt; Bar</pre>
   <p>
   With POST_CHOMP set to 1, any whitespace after a directive up to and
   including the newline will be deleted.  This has the effect of joining
   a line that ends with a directive onto the start of the next line.
   </p>
   <p>
  -If PRE_CHOMP or POST_CHOMP is set to 2, then instead of removing all
  -the whitespace, the whitespace will be collapsed to a single space.
  +If PRE_CHOMP or POST_CHOMP is set to 2, all whitespace including any
  +number of newline will be removed and replaced with a single space.
   This is useful for HTML, where (usually) a contiguous block of
   whitespace is rendered the same as a single space.
   </p>
  +<p>
  +With PRE_CHOMP or POST_CHOMP set to 3, all adjacent whitespace
  +(including newlines) will be removed entirely.
  +</p>
   <p>
  -You may use the CHOMP_NONE, CHOMP_ALL, and CHOMP_COLLAPSE constants
  -from the Template::Constants module to deactivate chomping, remove
  -all whitespace, or collapse whitespace to a single space.
  +These values are defined as CHOMP_NONE, CHOMP_ONE, CHOMP_COLLAPSE and
  +CHOMP_GREEDY constants in the Template::Constants module.  CHOMP_ALL
  +is also defined as an alias for CHOMP_ONE to provide backwards
  +compatability with earlier version of the Template Toolkit.  
  +</p>
  +<p>
  +Additionally the chomp tag modifiers listed below may also be used for
  +the PRE_CHOMP and POST_CHOMP configuration.
  + 
  +     my $template = Template-&gt;new({
  +        PRE_CHOMP  =&lt; '~',
  +        POST_CHOMP =&gt; '-',
  +     });
   </p>
   <p>
   PRE_CHOMP and POST_CHOMP can be activated for individual directives by
   placing a '-' immediately at the start and/or end of the directive.
   </p>
  -<pre>    [% tt_start_tag %] FOREACH user = userlist [% tt_end_tag %]
  +<pre>    [% tt_start_tag %] FOREACH user IN userlist [% tt_end_tag %]
          [% tt_start_tag %]- user -[% tt_end_tag %]
       [% tt_start_tag %] END [% tt_end_tag %]</pre>
   <p>
  -The '-' characters activate both PRE_CHOMP and POST_CHOMP for the one
  -directive '[% tt_start_tag %]- name -[% tt_end_tag %]'.  Thus, the template will be processed as if
  -written:
  -</p>
  -<pre>    [% tt_start_tag %] FOREACH user = userlist [% tt_end_tag %][% tt_start_tag %] user [% tt_end_tag %][% tt_start_tag %] END [% tt_end_tag %]</pre>
  -<p>
  -Note that this is the same as if PRE_CHOMP and POST_CHOMP were set
  -to CHOMP_ALL; the only way to get the CHOMP_COLLAPSE behavior is
  -to set PRE_CHOMP or POST_CHOMP accordingly.  If PRE_CHOMP or POST_CHOMP
  -is already set to CHOMP_COLLAPSE, using '-' will give you CHOMP_COLLAPSE
  -behavior, not CHOMP_ALL behavior.
  -</p>
  -<p>
  -Similarly, '+' characters can be used to disable PRE_CHOMP or
  -POST_CHOMP (i.e.  leave the whitespace/newline intact) options on a
  -per-directive basis.
  +This has the same effect as CHOMP_ONE in removing all whitespace
  +before or after the directive up to and including the newline.  The
  +template will be processed as if written:
  +</p>
  +<pre>    [% tt_start_tag %] FOREACH user IN userlist [% tt_end_tag %][% tt_start_tag %] user [% tt_end_tag %][% tt_start_tag %] END [% tt_end_tag %]</pre>
  +<p>
  +To remove all whitespace including any number of newlines, use the '~' 
  +character instead.
  +</p>
  +<pre>    [% tt_start_tag %] FOREACH user IN userlist [% tt_end_tag %]
  +    
  +       [% tt_start_tag %]~ user ~[% tt_end_tag %]
  +    
  +    [% tt_start_tag %] END [% tt_end_tag %]</pre>
  +<p>
  +To collapse all whitespace to a single space, use the '=' character.
   </p>
  +<pre>    [% tt_start_tag %] FOREACH user IN userlist [% tt_end_tag %]
  + 
  +       [% tt_start_tag %]= user =[% tt_end_tag %]
  +    
  +    [% tt_start_tag %] END [% tt_end_tag %]</pre>
  +<p>
  +Here the template is processed as if written:
  +</p>
  +<pre>    [% tt_start_tag %] FOREACH user IN userlist [% tt_end_tag %] [% tt_start_tag %] user [% tt_end_tag %] [% tt_start_tag %] END [% tt_end_tag %]</pre>
  +<p>
  +If you have PRE_CHOMP or POST_CHOMP set as configuration options then
  +you can use '+' to disable any chomping options (i.e.  leave the
  +whitespace intact) on a per-directive basis.
  +</p>
   <pre>    [% tt_start_tag %] FOREACH user = userlist [% tt_end_tag %]
       User: [% tt_start_tag %] user +[% tt_end_tag %]
       [% tt_start_tag %] END [% tt_end_tag %]</pre>
   <p>
  -With POST_CHOMP enabled, the above example would be parsed as if written:
  +With POST_CHOMP set to CHOMP_ONE, the above example would be parsed as
  +if written:
   </p>
   <pre>    [% tt_start_tag %] FOREACH user = userlist [% tt_end_tag %]User: [% tt_start_tag %] user [% tt_end_tag %]
       [% tt_start_tag %] END [% tt_end_tag %]</pre>
  +<p>
  +For reference, the PRE_CHOMP and POST_CHOMP configuration options may be set to any of the following:
  +</p>
  +<pre>     Constant      Value   Tag Modifier
  +     ----------------------------------
  +     CHOMP_NONE      0          +
  +     CHOMP_ONE       1          -
  +     CHOMP_COLLAPSE  2          =
  +     CHOMP_GREEDY    3          ~</pre>
   
   <li><b>INTERPOLATE</b><br>
   <p>
  @@ -495,23 +533,23 @@
   [% WRAPPER section
       title="AUTHOR"
   -%]<p>
  -Andy Wardley &lt;abw@andywardley.com&gt;
  +Andy Wardley &lt;abw@wardley.org&gt;
   </p>
   <p>
  -[% ttlink('http://www.andywardley.com/', 'http://www.andywardley.com/') -%]
  +[% ttlink('http://wardley.org/', 'http://wardley.org/') -%]
   </p>
   [%- END %]
   [% WRAPPER section
       title="VERSION"
   -%]<p>
  -2.83, distributed as part of the
  -Template Toolkit version 2.15, released on 30 January 2006.
  +2.86, distributed as part of the
  +Template Toolkit version 2.15, released on 26 May 2006.
   </p>
   <pre> </pre>
   [%- END %]
   [% WRAPPER section
       title="COPYRIGHT"
  --%]<pre>  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
  +-%]<pre>  Copyright (C) 1996-2006 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.</pre>
   <p>
   This module is free software; you can redistribute it and/or
  
  
  
  1.62      +5 -5      Template2/docs/src/Modules/Template/Plugin.html
  
  Index: Plugin.html
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Plugin.html,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- Plugin.html	2006/01/30 20:03:30	1.61
  +++ Plugin.html	2006/05/26 13:44:44	1.62
  @@ -233,22 +233,22 @@
   [% WRAPPER section
       title="AUTHOR"
   -%]<p>
  -Andy Wardley &lt;abw@andywardley.com&gt;
  +Andy Wardley &lt;abw@wardley.org&gt;
   </p>
   <p>
  -[% ttlink('http://www.andywardley.com/', 'http://www.andywardley.com/') -%]
  +[% ttlink('http://wardley.org/', 'http://wardley.org/') -%]
   </p>
   [%- END %]
   [% WRAPPER section
       title="VERSION"
   -%]<p>
  -2.66, distributed as part of the
  -Template Toolkit version 2.15, released on 30 January 2006.
  +2.67, distributed as part of the
  +Template Toolkit version 2.15, released on 26 May 2006.
   </p>
   [%- END %]
   [% WRAPPER section
       title="COPYRIGHT"
  --%]<pre>  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
  +-%]<pre>  Copyright (C) 1996-2006 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.</pre>
   <p>
   This module is free software; you can redistribute it and/or
  
  
  
  1.62      +5 -5      Template2/docs/src/Modules/Template/Plugins.html
  
  Index: Plugins.html
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Plugins.html,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- Plugins.html	2006/01/30 20:03:30	1.61
  +++ Plugins.html	2006/05/26 13:44:44	1.62
  @@ -618,22 +618,22 @@
   [% WRAPPER section
       title="AUTHOR"
   -%]<p>
  -Andy Wardley &lt;abw@andywardley.com&gt;
  +Andy Wardley &lt;abw@wardley.org&gt;
   </p>
   <p>
  -[% ttlink('http://www.andywardley.com/', 'http://www.andywardley.com/') -%]
  +[% ttlink('http://wardley.org/', 'http://wardley.org/') -%]
   </p>
   [%- END %]
   [% WRAPPER section
       title="VERSION"
   -%]<p>
  -2.73, distributed as part of the
  -Template Toolkit version 2.15, released on 30 January 2006.
  +2.74, distributed as part of the
  +Template Toolkit version 2.15, released on 26 May 2006.
   </p>
   [%- END %]
   [% WRAPPER section
       title="COPYRIGHT"
  --%]<pre>  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
  +-%]<pre>  Copyright (C) 1996-2006 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.</pre>
   <p>
   This module is free software; you can redistribute it and/or
  
  
  
  1.62      +5 -5      Template2/docs/src/Modules/Template/Provider.html
  
  Index: Provider.html
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Provider.html,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- Provider.html	2006/01/30 20:03:30	1.61
  +++ Provider.html	2006/05/26 13:44:44	1.62
  @@ -443,22 +443,22 @@
   [% WRAPPER section
       title="AUTHOR"
   -%]<p>
  -Andy Wardley &lt;abw@andywardley.com&gt;
  +Andy Wardley &lt;abw@wardley.org&gt;
   </p>
   <p>
  -[% ttlink('http://www.andywardley.com/', 'http://www.andywardley.com/') -%]
  +[% ttlink('http://wardley.org/', 'http://wardley.org/') -%]
   </p>
   [%- END %]
   [% WRAPPER section
       title="VERSION"
   -%]<p>
  -2.85, distributed as part of the
  -Template Toolkit version 2.15, released on 30 January 2006.
  +2.88, distributed as part of the
  +Template Toolkit version 2.15, released on 26 May 2006.
   </p>
   [%- END %]
   [% WRAPPER section
       title="COPYRIGHT"
  --%]<pre>  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
  +-%]<pre>  Copyright (C) 1996-2006 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.</pre>
   <p>
   This module is free software; you can redistribute it and/or
  
  
  
  1.62      +5 -5      Template2/docs/src/Modules/Template/Service.html
  
  Index: Service.html
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Service.html,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- Service.html	2006/01/30 20:03:30	1.61
  +++ Service.html	2006/05/26 13:44:44	1.62
  @@ -445,22 +445,22 @@
   [% WRAPPER section
       title="AUTHOR"
   -%]<p>
  -Andy Wardley &lt;abw@andywardley.com&gt;
  +Andy Wardley &lt;abw@wardley.org&gt;
   </p>
   <p>
  -[% ttlink('http://www.andywardley.com/', 'http://www.andywardley.com/') -%]
  +[% ttlink('http://wardley.org/', 'http://wardley.org/') -%]
   </p>
   [%- END %]
   [% WRAPPER section
       title="VERSION"
   -%]<p>
  -2.85, distributed as part of the
  -Template Toolkit version 2.15, released on 30 January 2006.
  +2.88, distributed as part of the
  +Template Toolkit version 2.15, released on 26 May 2006.
   </p>
   [%- END %]
   [% WRAPPER section
       title="COPYRIGHT"
  --%]<pre>  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
  +-%]<pre>  Copyright (C) 1996-2006 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.</pre>
   <p>
   This module is free software; you can redistribute it and/or
  
  
  
  1.62      +5 -5      Template2/docs/src/Modules/Template/Stash.html
  
  Index: Stash.html
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Stash.html,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- Stash.html	2006/01/30 20:03:30	1.61
  +++ Stash.html	2006/05/26 13:44:44	1.62
  @@ -173,22 +173,22 @@
   [% WRAPPER section
       title="AUTHOR"
   -%]<p>
  -Andy Wardley &lt;abw@andywardley.com&gt;
  +Andy Wardley &lt;abw@wardley.org&gt;
   </p>
   <p>
  -[% ttlink('http://www.andywardley.com/', 'http://www.andywardley.com/') -%]
  +[% ttlink('http://wardley.org/', 'http://wardley.org/') -%]
   </p>
   [%- END %]
   [% WRAPPER section
       title="VERSION"
   -%]<p>
  -2.93, distributed as part of the
  -Template Toolkit version 2.15, released on 30 January 2006.
  +2.102, distributed as part of the
  +Template Toolkit version 2.15, released on 26 May 2006.
   </p>
   [%- END %]
   [% WRAPPER section
       title="COPYRIGHT"
  --%]<pre>  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
  +-%]<pre>  Copyright (C) 1996-2006 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.</pre>
   <p>
   This module is free software; you can redistribute it and/or
  
  
  
  1.62      +5 -5      Template2/docs/src/Modules/Template/Test.html
  
  Index: Test.html
  ===================================================================
  RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Test.html,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- Test.html	2006/01/30 20:03:30	1.61
  +++ Test.html	2006/05/26 13:44:44	1.62
  @@ -287,22 +287,22 @@
   [% WRAPPER section
       title="AUTHOR"
   -%]<p>
  -Andy Wardley &lt;abw@andywardley.com&gt;
  +Andy Wardley &lt;abw@wardley.org&gt;
   </p>
   <p>
  -[% ttlink('http://www.andywardley.com/', 'http://www.andywardley.com/') -%]
  +[% ttlink('http://wardley.org/', 'http://wardley.org/') -%]
   </p>
   [%- END %]
   [% WRAPPER section
       title="VERSION"
   -%]<p>
  -2.71, distributed as part of the
  -Template Toolkit version 2.15, released on 30 January 2006.
  +2.72, distributed as part of the
  +Template Toolkit version 2.15, released on 26 May 2006.
   </p>
   [%- END %]
   [% WRAPPER section
       title="COPYRIGHT"
  --%]<pre>  Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
  +-%]<pre>  Copyright (C) 1996-2006 Andy Wardley.  All Rights Reserved.
     Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.</pre>
   <p>
   This module is free software; you can redistribute it and/or