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 / Tutorial.pod < prev    next >
Encoding:
Text File  |  2004-01-30  |  3.1 KB  |  110 lines

  1. #============================================================= -*-perl-*-
  2. #
  3. # Template::Tutorial
  4. #
  5. # DESCRIPTION
  6. #   This section includes tutorials on using the Template Toolkit.
  7. #   Subjects currently include an general overview of the Template
  8. #   Toolkit, showing users how to get quickly up to speed building web
  9. #   content, and a tutorial on generating and using data files, with
  10. #   particular reference to XML.
  11. #
  12. # AUTHOR
  13. #   Andy Wardley  <abw@andywardley.com>
  14. #
  15. # COPYRIGHT
  16. #   Copyright (C) 1996-2001 Andy Wardley.  All Rights Reserved.
  17. #   Copyright (C) 1998-2001 Canon Research Centre Europe Ltd.
  18. #
  19. #   This module is free software; you can redistribute it and/or
  20. #   modify it under the same terms as Perl itself.
  21. #
  22. # REVISION
  23. #   
  24. #
  25. #========================================================================
  26.  
  27.  
  28. #------------------------------------------------------------------------
  29. # IMPORTANT NOTE
  30. #   This documentation is generated automatically from source
  31. #   templates.  Any changes you make here may be lost.
  32. #   The 'docsrc' documentation source bundle is available for download
  33. #   from http://www.template-toolkit.org/docs.html and contains all
  34. #   the source templates, XML files, scripts, etc., from which the
  35. #   documentation for the Template Toolkit is built.
  36. #------------------------------------------------------------------------
  37.  
  38. =head1 NAME
  39.  
  40. Template::Tutorial - Template Toolkit Tutorials
  41.  
  42. =head1 DESCRIPTION
  43.  
  44. This section includes tutorials on using the Template Toolkit. Subjects
  45. currently include an general overview of the Template Toolkit, showing
  46. users how to get quickly up to speed building web content, and a
  47. tutorial on generating and using data files, with particular reference
  48. to XML.
  49.  
  50. =over 4
  51.  
  52. =item L<Template::Tutorial::Web|Template::Tutorial::Web>
  53.  
  54. Generating Web Content Using the Template Toolkit
  55.  
  56. This tutorial provides an introduction to the Template Toolkit and a
  57. "quick start" guide to getting up to speed. Its primarily focus is on
  58. using the Template Toolkit to build web content and it covers 4 basic
  59. areas: using tpage and ttree; using the Template.pm module in CGI
  60. scripts; writing Apache/mod_perl handlers; and extending the toolkit by
  61. writing plugins.
  62.  
  63. =item L<Template::Tutorial::Datafile|Template::Tutorial::Datafile>
  64.  
  65. Creating Data Output Files Using the Template Toolkit
  66.  
  67. This tutorial gives an overview of the Template Toolkit, showing in
  68. particular how to use it to read and write data files in various
  69. different formats and styles. It was written by Dave Cross and first
  70. appeared as a lead article at http://www.perl.com/ earlier in the year
  71. (2001).
  72.  
  73.  
  74.  
  75. =back
  76.  
  77. =head1 AUTHOR
  78.  
  79. Andy Wardley E<lt>abw@andywardley.comE<gt>
  80.  
  81. L<http://www.andywardley.com/|http://www.andywardley.com/>
  82.  
  83.  
  84.  
  85.  
  86. =head1 VERSION
  87.  
  88. Template Toolkit version 2.13, released on 30 January 2004.
  89.  
  90. =head1 COPYRIGHT
  91.  
  92.   Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
  93.   Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
  94.  
  95. This module is free software; you can redistribute it and/or
  96. modify it under the same terms as Perl itself.
  97.  
  98.  
  99.  
  100. =cut
  101.  
  102. # Local Variables:
  103. # mode: perl
  104. # perl-indent-level: 4
  105. # indent-tabs-mode: nil
  106. # End:
  107. #
  108. # vim: expandtab shiftwidth=4:
  109.