X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FPlugins.pod;h=037fa0cee2f77355608f7ec1ec4ea180ecc82a8a;hb=4911f47ae3636f9fa6b9933dcb11a4e3e5a3f050;hp=0510d2ef768f77f846c415f207d3c8d0848f791d;hpb=67bee60d4aa879721f7551d0a7789ed2ae1a56b2;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/Plugins.pod b/lib/Catalyst/Manual/Plugins.pod index 0510d2e..037fa0c 100644 --- a/lib/Catalyst/Manual/Plugins.pod +++ b/lib/Catalyst/Manual/Plugins.pod @@ -4,41 +4,44 @@ Catalyst::Manual::Plugins - Catalyst Plugins (and Components) =head1 DESCRIPTION -This section lists the some of the plugins and components that are available -to extend the runtime functionality of the Catalyst. The plugins are not -distributed with Catalyst but should be available from CPAN. They mostly -required additional modules from CPAN. +This section lists the some of the plugins and components that are +available to extend the runtime functionality of the Catalyst. The +plugins are not distributed with Catalyst but should be available from +CPAN. They mostly required additional modules from CPAN. =head1 PLUGINS =head2 Catalyst::Plugin::Authentication::CDBI -This is a CDBI (C) authentication plugin. Note that it requires a -session plugin. +This is a CDBI (C) authentication plugin. Note that it +requires a session plugin. =head2 Catalyst::Plugin::Email -Send emails with Catalyst and L and L. +Send emails with Catalyst and L and +L. =head2 Catalyst::Plugin::FillInForm -Fill-in form plugin for Catalyst based on C, which describes -itself as a module to automatically insert data from a previous HTML form into -the HTML input, textarea, radio buttons, checkboxes and select tags. -C is a subclass of C and uses it to parse the -HTML and insert the values into the form tags. +Fill-in form plugin for Catalyst based on C, which +describes itself as a module to automatically insert data from a +previous HTML form into the HTML input, textarea, radio buttons, +checkboxes and select tags. +C is a subclass of C and uses it to +parse the HTML and insert the values into the form tags. =head2 Catalyst::Plugin::FormValidator -A form validator plugin that uses L to validate and set up -form data from your request parameters. It's a quite thin wrapper around that -module, so most of the relevant information can be found there. +A form validator plugin that uses L to validate +and set up form data from your request parameters. It's a quite thin +wrapper around that module, so most of the relevant information can be +found there. =head2 Catalyst::Plugin::I18N -An internationalization plugin for Catalyst. Supports C/C files and -Maketext classes under your applications I18N namespace. +An internationalization plugin for Catalyst. Supports C/C +files and Maketext classes under your applications I18N namespace. =head2 Catalyst::Plugin::Pluggable @@ -47,29 +50,33 @@ A plugin for pluggable Catalyst applications. =head2 Catalyst::Plugin::Prototype -Plugin for the Prototype JavaScript library. +Plugin for the Prototype JavaScript library. This Plugin allows you +to easily implement AJAX functionality without actually knowing +Javascript. =head2 Catalyst::Plugin::Session::FastMmap -A session plugin for Catalyst based on C, which uses an -mmap'ed file to act as a shared memeory interprocess cache. +A session plugin for Catalyst based on C, which uses +an mmap'ed file to act as a shared memory interprocess cache. =head2 Catalyst::Plugin::Static -A plugin to serve static files from C<< $c->config->{root} >>. +A plugin to serve static files from C<< $c->config->{root} +>>/<< action >>/. =head2 Catalyst::Plugin::SubRequest Plugin to allow subrequests to actions to be made within Catalyst. +Nice for portal software and such. =head2 Catalyst::Plugin::Textile -A persistent Textile processor for Catalyst that uses C, a -Perl-based implementation of Dean Allen's Textile syntax. Textile is shorthand -for doing common formatting tasks (see L). +A persistent Textile processor for Catalyst that uses C, +a Perl-based implementation of Dean Allen's Textile syntax. Textile is +shorthand for doing common formatting tasks (see L). =head2 Catalyst::Plugin::XMLRPC @@ -82,10 +89,10 @@ from its own class. =head2 Catalyst::Model::CDBI -C is the C (CDBI) moduel class. It iss -built on top of C, which automates the definition of -C sub-classes by scanning the underlying table schemas, setting up -columns and primary keys. +C is the C (CDBI) moduel class. It +is built on top of C, which automates the +definition of C sub-classes by scanning the underlying +table schemas, setting up columns and primary keys. =head2 Catalyst::Model::CDBI::CRUD @@ -93,14 +100,15 @@ C is a subclass of C with additional CRUD (create, replace, update, delete) methods. -=head2 Catalyst::View::Template +=head2 Catalyst::View::TT -A Template Toolkit view class. +A Template Toolkit view. See L =head1 AUTHOR Andrew Ford EA.Ford@ford-mason.co.ukE +Marcus Ramberg Emramberg@cpan.orgE =head1 COPYRIGHT