=head1 TEMPLATE TOOLKIT PLUGINS

Simon Matthews E<lt>sam@knowledgepool.comE<gt> has developed a DBI
plugin for the Template Toolkit which brings the full power of Tim
Bunce's E<lt>Tim.Bunce@ig.co.ukE<gt> database interface module (DBI)
to your templates.  The DBI plugin and the DBI modules themselves are
available from CPAN at:

  http://www.cpan.org/authors/id/S/SA/SAM/
  http://www.cpan.org/modules/by-module/DBI/

The CGI plugin is a wrapper around Lincoln Stein's 
E<lt>lstein@genome.wi.mit.eduE<gt> CGI.pm module.  The plugin is 
distributed with the Template Toolkit (see L<Template::Plugin::CGI>)
and the CGI module itself is distributed with recent versions Perl,
or is available from CPAN.

The XML::DOM plugin gives access to the XML Document Object Module via
Clark Cooper E<lt>cooper@sch.ge.comE<gt> and Enno Derksen's 
E<lt>enno@att.comE<gt> XML::DOM module.  The plugin is distributed with 
the Template Toolkit (see L<Template::Plugin::XML::DOM>) and requires the 
XML::DOM module, available from CPAN:

  http://www.cpan.org/modules/by-module/XML

The XML::RSS plugin is a simple interface to Jonathan Eisenzopf's
E<lt>eisen@pobox.comE<gt> XML::RSS module.  An RSS (Rich Site Summary)
file is typically used to store short news 'headlines' describing
different links within a site.  This plugin allows you to parse RSS
files and format the contents accordingly using templates.  The
plugin is distributed with the Template Toolkit 
(see L<Template::Plugin::XML::RSS>) and requires the XML::RSS module, 
also available from CPAN:

  http://www.cpan.org/modules/by-module/XML

