From: Dan Dascalescu Date: Wed, 3 Jun 2009 14:06:34 +0000 (+0000) Subject: Moved BindLex to obsolete plugins and added FormFu to Controllers X-Git-Tag: v5.8005~125 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=58193af568ad0958d27b749beb2760aa4c385daf Moved BindLex to obsolete plugins and added FormFu to Controllers --- diff --git a/lib/Catalyst/Manual/Plugins.pod b/lib/Catalyst/Manual/Plugins.pod index a15b47f..0b21a17 100644 --- a/lib/Catalyst/Manual/Plugins.pod +++ b/lib/Catalyst/Manual/Plugins.pod @@ -47,7 +47,7 @@ recommended way to do any form of Authentication. =head2 L L is a plugin which -implements WSSE and Basic authentication for Catalyst applications using +implements WSSE and Basic authentication for Catalyst applications using L =head2 L @@ -68,7 +68,7 @@ Implements HTTP Basic authentication for Catalyst. =head2 L -Takes a username (or userid) and a password, and tries various methods of +Takes a username (or userid) and a password, and tries various methods of comparing a password based on what the chosen store's user objects support. Part of the Authentication Framework L. @@ -78,8 +78,8 @@ Integrates L with L. =head2 L -L is a plugin that implements -support for OpenID authentication. For more information on OpenID, take +L is a plugin that implements +support for OpenID authentication. For more information on OpenID, take a look at L. =head2 L @@ -88,12 +88,12 @@ The core authentication store documentation. =head2 L -Does authentication and authorization against a L or +Does authentication and authorization against a L or L model. =head2 L -Uses L to let your application use C<.htpasswd> files for its +Uses L to let your application use C<.htpasswd> files for its authentication storage. =head2 L @@ -104,24 +104,24 @@ Authenticates users using an LDAP server. =head2 L -Lets you create a very quick and dirty user database in your application's +Lets you create a very quick and dirty user database in your application's config hash. Great for getting up and running quickly. =head2 L -An easy authentication user object based on hashes. +An easy authentication user object based on hashes. See L for more info. =head2 L -This module provides Access Control List style path protection, with arbitrary -rules for L applications. It operates only on the Catalyst private +This module provides Access Control List style path protection, with arbitrary +rules for L applications. It operates only on the Catalyst private namespace, at least at the moment. =head2 L -L provides role based authorization -for Catalyst based on L. +L provides role based authorization +for Catalyst based on L. =head2 L @@ -373,10 +373,9 @@ Allows your Controller class to dispatch XMLRPC methods from its own class. =head1 CONTROLLERS -=head2 L +=head2 L -Lets you mark lexical variables with a C attribute, automatically -passing them to the stash. +Catalyst integration for . =head1 MODELS @@ -474,6 +473,11 @@ L. =head1 OBSOLETE MODULES +=head2 L + +Lets you mark lexical variables with a C attribute, automatically +passing them to the stash. Discouraged by the author. + =head2 L Replaced by L. @@ -518,7 +522,7 @@ Replaced by L =head2 Catalyst::Plugin::Session::* -The L, +The L, L, L, and L @@ -540,4 +544,3 @@ David Kamholz Edkamholz@cpan.orgE This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself. -