home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / perl / Manual.pod < prev    next >
Encoding:
Text File  |  2004-01-30  |  5.1 KB  |  181 lines

  1. #============================================================= -*-perl-*-
  2. #
  3. # Template::Manual
  4. #
  5. # DESCRIPTION
  6. #   This is the comprehensive user guide and reference manual for the
  7. #   Template Toolkit.
  8. #
  9. # AUTHOR
  10. #   Andy Wardley  <abw@andywardley.com>
  11. #
  12. # COPYRIGHT
  13. #   Copyright (C) 1996-2001 Andy Wardley.  All Rights Reserved.
  14. #   Copyright (C) 1998-2001 Canon Research Centre Europe Ltd.
  15. #
  16. #   This module is free software; you can redistribute it and/or
  17. #   modify it under the same terms as Perl itself.
  18. #
  19. # REVISION
  20. #   
  21. #
  22. #========================================================================
  23.  
  24.  
  25. #------------------------------------------------------------------------
  26. # IMPORTANT NOTE
  27. #   This documentation is generated automatically from source
  28. #   templates.  Any changes you make here may be lost.
  29. #   The 'docsrc' documentation source bundle is available for download
  30. #   from http://www.template-toolkit.org/docs.html and contains all
  31. #   the source templates, XML files, scripts, etc., from which the
  32. #   documentation for the Template Toolkit is built.
  33. #------------------------------------------------------------------------
  34.  
  35. =head1 NAME
  36.  
  37. Template::Manual - User guide and reference manual for the Template Toolkit
  38.  
  39. =head1 DESCRIPTION
  40.  
  41. This is the comprehensive user guide and reference manual for the
  42. Template Toolkit.
  43.  
  44. =over 4
  45.  
  46. =item L<Template::Manual::Intro|Template::Manual::Intro>
  47.  
  48. Introduction to the Template Toolkit
  49.  
  50. This section provides a general introduction to the Template Toolkit,
  51. giving a quick overview of features, examples of template directives
  52. and use of the Template.pm module. It also described the basic concept
  53. underlying the toolkit: the separation of presentation elements from
  54. application logic and data.
  55.  
  56. =item L<Template::Manual::Syntax|Template::Manual::Syntax>
  57.  
  58. Directive syntax, structure and semantics
  59.  
  60. This section describes the syntax, structure and semantics of the
  61. Template Toolkit directives and general presentation language.
  62.  
  63. =item L<Template::Manual::Directives|Template::Manual::Directives>
  64.  
  65. Template directives
  66.  
  67. This section provides a reference of all Template Toolkit directives,
  68. complete with examples of use.
  69.  
  70. =item L<Template::Manual::Variables|Template::Manual::Variables>
  71.  
  72. Template variables and code bindings
  73.  
  74. This section describes the different ways in which Perl data can be
  75. bound to template variables and accessed via Template Toolkit
  76. directives.
  77.  
  78. =item L<Template::Manual::VMethods|Template::Manual::VMethods>
  79.  
  80. Virtual Methods
  81.  
  82. The Template Toolkit provides virtual methods for manipulating variable
  83. values. Most of them are analogous to regular Perl functions of the
  84. same names. This section describes the different virtual methods that
  85. can be applied to scalar, list and hash values.
  86.  
  87. =item L<Template::Manual::Config|Template::Manual::Config>
  88.  
  89. Configuration options
  90.  
  91. This section contains details of all the configuration options that can
  92. be used to customise the behaviour and extend the features of the
  93. Template Toolkit.
  94.  
  95. =item L<Template::Manual::Filters|Template::Manual::Filters>
  96.  
  97. Standard filters
  98.  
  99. This section lists all the standard filters distributed with the
  100. Template Toolkit for post-processing output.
  101.  
  102. =item L<Template::Manual::Plugins|Template::Manual::Plugins>
  103.  
  104. Standard plugins
  105.  
  106. This section lists the standard plugins which can be used to extend the
  107. runtime functionality of the Template Toolkit. The plugins are
  108. distributed with the Template Toolkit but may required additional
  109. modules from CPAN.
  110.  
  111. =item L<Template::Manual::Internals|Template::Manual::Internals>
  112.  
  113. Template Toolkit internals
  114.  
  115. This document provides an overview of the internal architecture of the
  116. Template Toolkit. It is a work in progress and is far from complete,
  117. currently providing little more than an overview of how the major
  118. components fit together. Nevertheless, it's a good starting point for
  119. anyone wishing to delve into the source code to find out how it all
  120. works.
  121.  
  122. =item L<Template::Manual::Views|Template::Manual::Views>
  123.  
  124. Template Toolkit views (experimental)
  125.  
  126. This section describes dynamic views: a powerful but experimental new
  127. feature in version 2.01 of the Template Toolkit.
  128.  
  129. =item L<Template::Manual::Refs|Template::Manual::Refs>
  130.  
  131. Related modules, projects and other resources
  132.  
  133. This section provides references to external modules, projects and
  134. other resources related to the Template Toolkit.
  135.  
  136. =item L<Template::Manual::Credits|Template::Manual::Credits>
  137.  
  138. Author and contributor credits
  139.  
  140. This section provides a brief history of the Template Toolkit and
  141. details the primary author and numerous other people who have
  142. contributed to it.
  143.  
  144.  
  145.  
  146. =back
  147.  
  148. =head1 AUTHOR
  149.  
  150. Andy Wardley E<lt>abw@andywardley.comE<gt>
  151.  
  152. L<http://www.andywardley.com/|http://www.andywardley.com/>
  153.  
  154.  
  155.  
  156.  
  157. =head1 VERSION
  158.  
  159. Template Toolkit version 2.13, released on 30 January 2004.
  160.  
  161. =head1 COPYRIGHT
  162.  
  163.   Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
  164.   Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
  165.  
  166. This module is free software; you can redistribute it and/or
  167. modify it under the same terms as Perl itself.
  168.  
  169.  
  170.  
  171. =cut
  172.  
  173. # Local Variables:
  174. # mode: perl
  175. # perl-indent-level: 4
  176. # indent-tabs-mode: nil
  177. # End:
  178. #
  179. # vim: expandtab shiftwidth=4:
  180.