X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FComponents.pod;h=3372e7dc8c5d9f0c7c2f00f96ff7da84be9a7d0e;hb=834c324a7ec6264314f49171a9bd63aa555d3bd1;hp=77555a4bdae43b3d9242fbd83d6d9679e8ca9093;hpb=5521f1795020aaa20ef63f430a999498d23fbec8;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Components.pod b/lib/Catalyst/Manual/Components.pod index 77555a4..3372e7d 100644 --- a/lib/Catalyst/Manual/Components.pod +++ b/lib/Catalyst/Manual/Components.pod @@ -1,6 +1,6 @@ =head1 NAME -Catalyst::Manual::Component - Reuseable components for Catalyst applications +Catalyst::Manual::Components - Reuseable components for Catalyst applications =head1 DESCRIPTION @@ -18,15 +18,20 @@ status or preferred use of your chosen plugin/framework. =head1 PLUGINS +Take care with plugins! In general with a plugin ask "should this be +acting globally on my application application?". If not it should be a +Controller Role (e.g. see L. + =head2 L Provides Account Auto-Discovery for Catalyst. =head2 L -Implements a potent meme about how easily we can read scrambled text if -the first and last letters remain constant. Operates on text/plain and -text/html served by your Catalyst application. +Implements a demonstration showing how easily fluent speakers can read +scrambled text if the first and last letters remain constant but the middle +. Operates on text/plain and text/html served by your Catalyst application. +This should really be a controller role, or even a View these days. =head2 L @@ -48,9 +53,9 @@ Note that newer versions of the authentication plugin allow multiple C, so that you can authenticate users in different ways in different parts of your application. -This, however, has involved deprecated all classes in the -C and -C namespaces. +This, however, has involved deprecating all classes in the +C and +C namespaces. These plugins are still usable, but they have mostly been replaced with new modules in the new namespace which will work together. @@ -156,7 +161,7 @@ Authenticates users using an LDAP server. =head4 L Lets you create a very quick and dirty user database in your application's -config hash. Great for getting up and running quickly. +config hash. Great for testing or getting up and running quickly. =head4 L @@ -200,6 +205,9 @@ authorization for Catalyst based on L. =head2 L +L enables specified request parameters +to generate session variables. + =head2 L Extends L by adding the capability of browser @@ -229,6 +237,8 @@ the C<< Cache:: >> APO, such as: =head2 L +Provides specific charset handlers for the Japanese charsets. + =head2 L =head2 L @@ -258,16 +268,10 @@ L =head2 L -=head2 L - -Sends email with L and L. - =head2 L =head2 L -=head2 L - =head2 L A plugin based on C, which describes itself as a module @@ -333,6 +337,8 @@ easily implement AJAX functionality without actually knowing Javascript. =head2 L +Allows for easy redirecting with the Catalyst app. + =head2 L =head2 L @@ -425,6 +431,8 @@ you've already painted yourself into a corner - try to avoid! =head2 L +Computes the MD5 message digest of uploaded files. + =head2 L =head2 L