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 / Refs.pod < prev    next >
Encoding:
Text File  |  2004-01-30  |  4.5 KB  |  172 lines

  1. #============================================================= -*-perl-*-
  2. #
  3. # Template::Manual::Refs
  4. #
  5. # DESCRIPTION
  6. #   This section provides references to external modules, projects and
  7. #   other resources related to the 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::Refs - Related modules, projects and other resources
  38.  
  39. =head1 DESCRIPTION
  40.  
  41. This section provides references to external modules, projects and
  42. other resources related to the Template Toolkit.
  43.  
  44. =head2 Resources
  45.  
  46. The Template Toolkit web site contains the latest information, news and 
  47. other resources.
  48.  
  49.     http://www.template-toolkit.org/
  50.  
  51. A mailing list exists for up-to-date information on the Template Toolkit
  52. and for following and contributing to the development process.  To 
  53. subscribe, send an email to
  54.  
  55.     templates-request@template-toolkit.org
  56.  
  57. with the message 'subscribe' in the body.  You can also use the web 
  58. interface to subscribe or browse the archives:
  59.  
  60.     http://www.template-toolkit.org/mailman/listinfo/templates
  61.  
  62. The F<tpage> and F<ttree> scripts are distributed and installed along
  63. with the Template Toolkit.  The F<tpage> script simply processes named 
  64. files or STDIN if unspecified, using a default Template object.  The 
  65. F<ttree> script can be used to process entire directory trees of templates,
  66. allowing large content systems such as web sites to be rebuilt from a 
  67. single command or configuration file.
  68.  
  69.     perldoc tpage
  70.     perldoc ttree
  71.  
  72. The F<Template::Tutorial> document provides an introduction to the Template
  73. Toolkit and shows some typical examples of usage.
  74.  
  75.     perldoc Template::Tutorial
  76.  
  77. You may also like to consult the paper 'Building and Managing Web Systems
  78. with the Template Toolkit' and accompanying slides from the presentation
  79. at the 4th Perl Conference.  These are available from the Template
  80. Toolkit web site:
  81.  
  82.     http://www.template-toolkit.org/docs.html
  83.  
  84.  
  85.  
  86. =head2 Projects
  87.  
  88. There are a number of other projects related to the Template Toolkit.
  89.  
  90. =over 4
  91.  
  92. =item OpenInteract
  93.  
  94. OpenInteract is a robust web application framework built to run under
  95. Apache and mod_perl using the Template Toolkit as a foundation.
  96.  
  97.     http://www.openinteract.org/
  98.  
  99. =item Apache::Template
  100.  
  101. This is an Apache/mod_perl interface to the Template Toolkit.  Available
  102. from CPAN in the directory:
  103.  
  104.     http://www.cpan.org/modules/by-module/Apache/
  105.  
  106. =item AxKit::Template
  107.  
  108. AxKit is Matt Sergeant's Apache XML Delivery Toolkit.  AxKit::Template
  109. provides an interface between AxKit and the Template Toolkit.  Available
  110. from CPAN in the directory:
  111.  
  112.     http://www.cpan.org/modules/by-module/Apache/
  113.  
  114. =item Slashcode
  115.  
  116. Slashcode is the code which runs Slashdot.  Version 2 uses the
  117. Template Toolkit for generating the user interface from database
  118. driven template.
  119.  
  120.     http://slashcode.org/
  121.  
  122. =item OpenFrame
  123.  
  124. OpenFrame is an open source application framework for distributed
  125. media applications. It ships with a generator for the Template
  126. Toolkit.
  127.  
  128.     http://openframe.fotango.com/
  129.  
  130. =item PCMT
  131.  
  132. PCMT is the Personal Content Management Toolkit. It uses the Template
  133. Toolkit as the presentation engine.
  134.  
  135.     http://pcmt.sf.net/
  136.  
  137. =back
  138.  
  139. =head1 AUTHOR
  140.  
  141. Andy Wardley E<lt>abw@andywardley.comE<gt>
  142.  
  143. L<http://www.andywardley.com/|http://www.andywardley.com/>
  144.  
  145.  
  146.  
  147.  
  148. =head1 VERSION
  149.  
  150. Template Toolkit version 2.13, released on 30 January 2004.
  151.  
  152. =head1 COPYRIGHT
  153.  
  154.   Copyright (C) 1996-2004 Andy Wardley.  All Rights Reserved.
  155.   Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
  156.  
  157. This module is free software; you can redistribute it and/or
  158. modify it under the same terms as Perl itself.
  159.  
  160.  
  161.  
  162. =cut
  163.  
  164. # Local Variables:
  165. # mode: perl
  166. # perl-indent-level: 4
  167. # indent-tabs-mode: nil
  168. # End:
  169. #
  170. # vim: expandtab shiftwidth=4:
  171.