From bcbf441e09fb502cf64924ff2530fa144bdf52c5 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Mon, 13 Aug 2007 18:41:27 +0000 Subject: * Move files to trunk --- lib/Template/Tutorial/Web.pod | 801 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 801 insertions(+) create mode 100644 lib/Template/Tutorial/Web.pod (limited to 'lib/Template/Tutorial/Web.pod') diff --git a/lib/Template/Tutorial/Web.pod b/lib/Template/Tutorial/Web.pod new file mode 100644 index 0000000..a5ed9bb --- /dev/null +++ b/lib/Template/Tutorial/Web.pod @@ -0,0 +1,801 @@ +#============================================================= -*-perl-*- +# +# Template::Tutorial::Web +# +# DESCRIPTION +# This tutorial provides an introduction to the Template Toolkit and +# a "quick start" guide to getting up to speed. Its primarily focus +# is on using the Template Toolkit to build web content and it covers +# 4 basic areas: using tpage and ttree; using the Template.pm module +# in CGI scripts; writing Apache/mod_perl handlers; and extending the +# toolkit by writing plugins. +# +# AUTHOR +# Andy Wardley +# +# COPYRIGHT +# Copyright (C) 1996-2001 Andy Wardley. All Rights Reserved. +# Copyright (C) 1998-2001 Canon Research Centre Europe Ltd. +# +# This module is free software; you can redistribute it and/or +# modify it under the same terms as Perl itself. +# +# REVISION +# +# +#======================================================================== + + +#------------------------------------------------------------------------ +# IMPORTANT NOTE +# This documentation is generated automatically from source +# templates. Any changes you make here may be lost. +# +# The 'docsrc' documentation source bundle is available for download +# from http://www.template-toolkit.org/docs.html and contains all +# the source templates, XML files, scripts, etc., from which the +# documentation for the Template Toolkit is built. +#------------------------------------------------------------------------ + +=head1 NAME + +Template::Tutorial::Web - Generating Web Content Using the Template Toolkit + +=head1 DESCRIPTION + +This tutorial document provides a introduction to the Template Toolkit +and demonstrates some of the typical ways it may be used for +generating web content. It covers the generation of static pages from +templates using the L and +L scripts and then goes on to +show dynamic content generation using CGI scripts and Apache/mod_perl +handlers. + +Various features of the Template Toolkit are introduced and described +briefly and explained by use of example. For further information, +see L