1
2                            Template Toolkit
3
4                              Version 2.24
5
6                              February 2012
7
8        Copyright (C) 1996-2012 Andy Wardley.  All Rights Reserved
9
10          This is free software; you can redistribute it and/or
11             modify it under the same terms as Perl itself.
12
13HACKER'S GUIDE
14--------------
15
16Please hack on the Template Toolkit.  It has been designed to be
17extensible and has literally dozens of programmer hooks that you can
18tap into to do all sorts of cool things.  The object oriented
19architecture allows you to create your own subclassed modules to
20implement your own services, providers, filters, plugins, and so on.
21
22The Template::Manual::Internals document gives a brief overview of the
23architecture.  Unfortunately, it's not as complete as it could be,
24but the code is well documented and generally easy to follow.  Don't
25be afraid to use the source, Luke.
26
27The internals document also contains information about preparing and
28applying patches, updating the documentation and various other
29useful tips.
30
31
32SOURCE CODE
33-----------
34
35The source code repository for the Template Toolkit is hosted at Github.
36
37    https://github.com/abw/Template2
38
39
40AUTHOR
41------
42
43The Template Toolkit was written by Andy Wardley <abw@wardley.org>
44with the invaluable assistance and contributions from many other
45people.  See Template::Manual::Credits for details.
46
47
48COPYRIGHT
49---------
50
51Copyright (C) 1996-2012 Andy Wardley.  All Rights Reserved.
52
53This is free software; you can redistribute it and/or modify it under
54the same terms as Perl itself.
55
56