From: Jesse Sheidlower Date: Sun, 13 Nov 2005 03:08:36 +0000 (+0000) Subject: Plugin.pod formatting X-Git-Tag: 5.7099_04~931 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=24d0c6d2eca02cc36ceae9e7fc4747b0150e8bcd Plugin.pod formatting --- diff --git a/lib/Catalyst/Manual/Plugins.pod b/lib/Catalyst/Manual/Plugins.pod index 13acd0f..16da1ef 100644 --- a/lib/Catalyst/Manual/Plugins.pod +++ b/lib/Catalyst/Manual/Plugins.pod @@ -5,12 +5,12 @@ 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 Catalyst. The plugins +available to extend the runtime functionality of Catalyst. Most plugins are not distributed with Catalyst but should be available from CPAN. -They typically require additional modules from CPAN. +They typically require additional modules from CPAN. -This list is almost certainly outdated by the time you read this, so be sure -to check the Catalyst::Plugin namespace for additional plugins. +This list is almost certainly outdated by the time you read this, so be +sure to check the Catalyst::Plugin namespace for additional plugins. =head1 PLUGINS @@ -33,9 +33,10 @@ user agent. =head2 Catalyst::Plugin::Cache::FastMmap, FileCache, and Memcached -L, L, -and L all provide a cache method enabling -easy access to a shared cache. +L, +L, and +L all provide a cache method +enabling easy access to a shared cache. =head2 Catalyst::Plugin::Compress::Zlib @@ -49,8 +50,8 @@ bzip compression. =head2 Catalyst::Plugin::DefaultEnd -L creates a sane, standard end method for your -application. +L creates a sane, standard end method for +your application. =head2 Catalyst::Plugin::Email @@ -70,7 +71,7 @@ values into the form tags. L is 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 +request parameters. It's a quite thin wrapper around that module, so most of the relevant information can be found there. =head2 Catalyst::Plugin::Geography @@ -119,12 +120,13 @@ without actually knowing Javascript. Use L if you would like to force visitors to access certain pages using only SSL mode. An attempt to access the page in non-SSL mode will receive a redirect into SSL mode. Useful for -shopping carts, user registration forms, and other sensitive data. +login pages, shopping carts, user registration forms, and other +sensitive data. =head2 Catalyst::Plugin::Session The L series of modules provide an easy way to -include session handling in an application. You can choose from several +include session handling in an application. You can choose from several different backend storage methods and combine that with your choice of client-side storage methods. @@ -132,7 +134,7 @@ client-side storage methods. L is a session plugin for Catalyst based on C, which uses an mmap'ed file to act as a -shared memory interprocess cache. This is an older session plugin; you may +shared memory interprocess cache. This is an older session plugin; you may wish to look at L instead. =head2 Catalyst::Plugin::SRU @@ -142,9 +144,9 @@ actions (C, C, and C) from its own class. =head2 Catalyst::Plugin::Static::Simple -L serves static files in your application -without requiring a single line of code. This plugin is now included in the -core Catalyst distribution. +L serves static files in your +application without requiring a single line of code. This plugin is now +included in the core Catalyst distribution. =head2 Catalyst::Plugin::Static @@ -155,7 +157,7 @@ purposes. =head2 Catalyst::Plugin::SubRequest L is a plugin to allow subrequests to -actions to be made within Catalyst. Nice for portal software and such. +actions to be made within Catalyst. Nice for portal software and such. =head2 Catalyst::Plugin::SuperForm @@ -205,11 +207,13 @@ L. =head2 Catalyst::Model::Plucene -L is a model class for the Plucene search engine. +L is a model class for the Plucene search +engine. =head2 Catalyst::Model::Xapian -L is a model class for the Xapian search engine. +L is a model class for the Xapian search +engine. =head2 Catalyst::View::HTML::Template @@ -223,9 +227,9 @@ with L. =head2 Catalyst::View::PSP -L is a View component for displaying your -stash using PSP, a Perl extension implementing a JSP-like -templating system; see L. +L is a View component for displaying your stash +using PSP, a Perl extension implementing a JSP-like templating system; +see L. =head2 Catalyst::View::Petal