File: Credits.pod

package info (click to toggle)
libtemplate-perl 2.19-1.1lenny1.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,012 kB
  • ctags: 606
  • sloc: perl: 14,372; makefile: 60; sh: 5
file content (139 lines) | stat: -rw-r--r-- 5,128 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
#============================================================= -*-perl-*-
#
# Template::Manual::Credits
#
# DESCRIPTION

#
# AUTHOR
#   Andy Wardley  <abw@wardley.org>
#
# COPYRIGHT
#   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.
#
# REVISION
#   
#
#========================================================================


#------------------------------------------------------------------------
# IMPORTANT NOTE
#   This documentation is generated automatically from source
#   templates.  Any changes you make here may be lost.
# 
#   The 'docsrc' documentation source bundle is available for download
#   from http://www.template-toolkit.org/docs.html and contains all
#   the source templates, XML files, scripts, etc., from which the
#   documentation for the Template Toolkit is built.
#------------------------------------------------------------------------

=head1 NAME

Template::Manual::Credits - Author and contributor credits

=head1 DESCRIPTION



=head1 HISTORY

The Template Toolkit began its life as the Text::MetaText module,
originally released to CPAN around 1996.  This itself was the public
manifestation of an earlier template processing system I developed
while working at Peritas (now Knowledge Pool -
 http://www.knowledgepool.com/)

Text::MetaText was the prototype - the one we always planned to throw
away.  It did the job well, showing us what worked and what didn't, what
was good and what was bad, and gave us some ideas about what could be
done better, given the chance to start again from scratch.

Some time late in 1998 I threw away the prototype and started work on
the Template Toolkit.  By then I was working at Canon Research Centre
Europe Ltd. (http://www.cre.canon.co.uk), involved in a general
research programme related to web publishing and dynamic content
generation.  The first alpha release was in June 1999, followed by
numerous more alpha and beta releases culminating in 1.00 being
released on 2nd December 1999.

A month or so later, work had begun on version 2.00.  The plan was to
get the template language relatively stable in version 1.00 and not
worry too much about performance or other internal matters.  Then,
version 2.00 would follow to improve performance, clean up the
architecture and fix anything that, with the benefit of hindsight, we
thought could be improved.  As it happens, me starting work on version
2.00 coincided with Doug Steinwand sending me his parser variant which
compiled templates to Perl code, giving a major performance boost.  
As well as the speedups, there are a whole host of significant new 
features in version 2.00, and a greatly improved internal architecture.
Apart from a few minor "fixups" the template directives and language 
have remained the same as in version 1.00

Version 2.00 was available in beta release form in July 2000, just 
in time for the 4th Perl Conference where version 1.00 was awarded
"Best New Perl Module".  After another extended beta release period,
version 2.00 was released on 1st December 2000.




=head1 CONTRIBUTORS 

Many people have contributed ideas, inspiration, fixes and features to
the Template Toolkit.  Their efforts continue to be very much appreciated.  
Please let me know if you think anyone is missing from this list.

Chuck Adams, Stephen Adkins, Ivan Adzhubey, Mark Anderson, Bradley Baetz,
Thierry-Michel Barral, Craig Barratt, Stas Bekman, Tony Bowden, Neil Bowers,
Leon Brocard, Lyle Brooks, Dave Cash, Piers Cawley, Darren Chamberlain, Eric
Cholet, Nik Clayton, Tosh Cooey, Dave Cross, Chris Dean, Francois Desarmenien,
Horst Dumcke, Mark Fowler, Michael Fowler, Kenny Gatdula, Axel Gerstmair,
Dylan William Hardison, Perrin Harkins, Bryce Harrington, Dave Hodgkinson,
Lubomir Host, Dave Howorth, Harald Joerg, Colin Johnson, Adam Kennedy, Vivek
Khera, Rafael Kitover, Ivan Kurmanov, Hans von Lengerke, Jonas Liljegren,
Simon Luff, Andy Maas, Paul Makepeace, Gervase Markham, Sergey Martynoff,
Simon Matthews, Robert McArthur, Craig McLane, Myk Melez, Eugene Miretskiy,
Tatsuhiko Miyagawa, Bill Moseley, Keith G. Murphy, Chris Nandor, Leslie
Michael Orchard, Paul Orrock, Steve Peters, Briac Pilpré, Yuri Pimenov, Martin
Portman, Slaven Rezic, Jess Robinson, Josh Rosenbaum, Christian Schaffner,
Mike Schilli, Randal L. Schwartz, Paul Seamons, Paul Sharpe, Ville Skyttä,
Barrie Slaymaker, Doug Steinwand, Michael Stevens, Autrijus Tang, Drew Taylor,
Swen Thuemmler, Richard Tietjen, Stathy G. Touloumis, Jim Vaughan, Simon
Wilcox, Chris Winters

=head1 AUTHOR

Andy Wardley E<lt>abw@wardley.orgE<gt>

L<http://wardley.org/|http://wardley.org/>




=head1 VERSION

Template Toolkit version 2.19, released on 27 April 2007.

=head1 COPYRIGHT

  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.



=cut

# Local Variables:
# mode: perl
# perl-indent-level: 4
# indent-tabs-mode: nil
# End:
#
# vim: expandtab shiftwidth=4: