1#============================================================= -*-perl-*-
2#
3# Template::Manual
4#
5# DESCRIPTION
6#   Front-page for the TT manual.
7#
8# AUTHOR
9#   Andy Wardley  <abw@wardley.org>
10#
11# COPYRIGHT
12#   Copyright (C) 1996-2007 Andy Wardley.  All Rights Reserved.
13#
14#   This module is free software; you can redistribute it and/or
15#   modify it under the same terms as Perl itself.
16#
17#========================================================================
18
19=head1 NAME
20
21Template::Manual - Template Toolkit User Manual
22
23=head1 Template Toolkit Manual
24
25The Template Toolkit manual contains documentation on using and extending 
26the Template Toolkit.
27
28=head2 Template::Manual::Intro
29
30The L<Template::Manual::Intro> page provides an introduction to the Template Toolkit
31
32=head2 Template::Manual::Syntax
33
34The L<Template::Manual::Syntax> desribes the syntax and structure of 
35templates and the directive tags embedded within them.
36
37=head2 Template::Manual::Directives
38
39The L<Template::Manual::Directives> page lists all the Template Toolkit
40directives and gives examples of their use.
41
42=head2 Template::Manual::Variables
43
44The L<Template::Manual::Variables> page describes the use of variables
45in templates.
46
47=head2 Template::Manual::VMethods
48
49The L<Template::Manual::VMethods> page provides a full list of virtual 
50methods that can be used in conjunction with variables, and gives examples
51of their use. 
52
53=head2 Template::Manual::Config
54
55The L<Template::Manual::Config> page describes all of the Template Toolkit
56configuration options.
57
58=head2 Template::Manual::Filters
59
60The L<Template::Manual::Filters> page lists all of the Template Toolkit
61filters and gives examples of their use.
62
63=head2 Template::Manual::Plugins
64
65The L<Template::Manual::Plugins> page lists all of the standard plugins
66distributed with Template Toolkit and gives examples of their use.
67
68=head2 Template::Manual::Internals
69
70The L<Template::Manual::Internals> page describes the internal workings of the
71Template Toolkit. It is aimed at developers who wish to extend or modify the
72
73=head2 Template::Manual::Views
74
75The L<Template::Manual::Views> page describes the experimental C<VIEW>
76directive.
77
78=head2 Template::Manual::Credits
79
80The L<Template::Manual::Credits> page lists the people who have contributed to 
81the Template Toolkit.
82
83=cut
84
85# Local Variables:
86# mode: perl
87# perl-indent-level: 4
88# indent-tabs-mode: nil
89# End:
90#
91# vim: expandtab shiftwidth=4:
92