X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FPlugins.pod;h=e3030e0b28a11cb5f1176e1d88959c427c3e785f;hb=60fa95baef6674b7431c19bdf5c97ac32aa1ef81;hp=022422a3fb9d367e7e37f6eadd38352ea84a50bb;hpb=b89fe2ddc069b0eef992de0e0e6f1dae333da7bd;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/Plugins.pod b/lib/Catalyst/Manual/Plugins.pod index 022422a..e3030e0 100644 --- a/lib/Catalyst/Manual/Plugins.pod +++ b/lib/Catalyst/Manual/Plugins.pod @@ -19,7 +19,7 @@ on the current status or preferred use of your chosen plugin/framework. =head2 Catalyst::Plugin::Account::AutoDiscovery -L provides Account Auto-Discovery +L provides Account Auto-Discovery for Catalyst. =head2 Catalyst::Plugin::Acme::Scramble @@ -64,7 +64,7 @@ Replaced by L L is a plugin which implements WSSE and Basic authentication for Catalyst applications using -L +L =head2 Catalyst::Plugin::Authentication::Credential::Flickr @@ -92,7 +92,7 @@ L with L =head2 Catalyst::Plugin::Authentication::LDAP L is a plugin allowing you -to authenticate your web users using an LDAP server. Soon to be replaced +to authenticate your web users using an LDAP server. Replaced by L =head2 Catalyst::Plugin::Authentication::OpenID @@ -103,7 +103,7 @@ a look at L. =head2 Catalyst::Plugin::Authentication::Simple -Replaced by new L +Replaced by new L framework =head2 Catalyst::Plugin::Authentication::Store @@ -121,6 +121,11 @@ L uses L to let your application use C<.htpasswd> files for it's authentication storage. +=head2 Catalyst::Plugin::Authentication::Store::LDAP + +L the new LDAP store. Use this +instead of L + =head2 Catalyst::Plugin::Authentication::Store::Minimal L lets you create a very @@ -135,12 +140,13 @@ See L for more info. =head2 Catalyst::Plugin::Authorization::ACL - -=head2 Catalyst::Plugin::Authorization::ACL::Engine - +L 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 Catalyst::Plugin::Authorization::CDBI::GroupToken +No longer on the CPAN =head2 Catalyst::Plugin::Authorization::Roles @@ -509,10 +515,11 @@ classes, either by doing so within the Catalyst model classes themselves, or by inheriting from existing C classes. -=head2 Catalyst::Model::DBIC +=head2 Catalyst::Model::DBIC::Schema -L is a L model class built on top of -L. +L is a L model class that can +use either an explicit DBIx::Class::Schema or one automatically loaded from +your database via DBIx::Class::Schema::Loader =head2 Catalyst::Model::Plucene @@ -554,7 +561,7 @@ L is a Template Toolkit view. See L. Andrew Ford EA.Ford@ford-mason.co.ukE -Gavin Henry Eghenry@suretecsystems.com +Gavin Henry Eghenry@suretecsystems.comE Jesse Sheidlower Ejester@panix.comE