fixup POD to only mention DBIC::Schema model, not DBIC
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Manual / Plugins.pod
index 022422a..e3030e0 100644 (file)
@@ -19,7 +19,7 @@ on the current status or preferred use of your chosen plugin/framework.
 
 =head2 Catalyst::Plugin::Account::AutoDiscovery
 
-L<Catalyst Plugin for Account Auto-Discovery> provides Account Auto-Discovery
+L<Catalyst::Plugin::Account::AutoDiscovery> provides Account Auto-Discovery
 for Catalyst.
 
 =head2 Catalyst::Plugin::Acme::Scramble
@@ -64,7 +64,7 @@ Replaced by L<Catalyst::Plugin::Authentication::Credential::HTTP>
 
 L<Catalyst::Plugin::Authentication::Credential::Atom> is a plugin which
 implements WSSE and Basic authentication for Catalyst applications using 
-L<Catalyst::Plugin:AtomServer>
+L<Catalyst::Plugin::AtomServer>
 
 =head2 Catalyst::Plugin::Authentication::Credential::Flickr
 
@@ -92,7 +92,7 @@ L<Authen::TypeKey> with L<Catalyst::Plugin::Authentication>
 =head2 Catalyst::Plugin::Authentication::LDAP
 
 L<Catalyst::Plugin::Authentication::LDAP> 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<Catalyst::Plugin::Authentication::Store::LDAP>
 
 =head2 Catalyst::Plugin::Authentication::OpenID
@@ -103,7 +103,7 @@ a look at L<http://www.openid.net/>.
 
 =head2 Catalyst::Plugin::Authentication::Simple
 
-Replaced by new L<Catalyst::Plugin::Authentication framework>
+Replaced by new L<Catalyst::Plugin::Authentication> framework
 
 =head2 Catalyst::Plugin::Authentication::Store
 
@@ -121,6 +121,11 @@ L<Catalyst::Plugin::Authentication::Store::Htpasswd> uses L<Authen::Htpasswd>
 to let your application use C<.htpasswd> files for it's 
 authentication storage.
 
+=head2 Catalyst::Plugin::Authentication::Store::LDAP
+
+L<Catalyst::Plugin::Authentication::Store::LDAP> the new LDAP store. Use this 
+instead of L<Catalyst::Plugin::Authentication::LDAP>
+
 =head2 Catalyst::Plugin::Authentication::Store::Minimal
 
 L<Catalyst::Plugin::Authentication::Store::Minimal> lets you create a very 
@@ -135,12 +140,13 @@ See L<Catalyst::Plugin::Authentication::Store::Minimal> for more info.
 
 =head2 Catalyst::Plugin::Authorization::ACL
 
-
-=head2 Catalyst::Plugin::Authorization::ACL::Engine
-
+L<Catalyst::Plugin::Authorization::ACL> This module provides Access Control 
+List style path protection, with arbitrary rules for L<Catalyst> 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<Class::DBI>
 classes.
 
-=head2 Catalyst::Model::DBIC
+=head2 Catalyst::Model::DBIC::Schema
 
-L<Catalyst::Model::DBIC> is a L<DBIx::Class> model class built on top of
-L<DBIx::Class::Loader>.
+L<Catalyst::Model::DBIC::Schema> is a L<DBIx::Class> 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<Catalyst::View::TT> is a Template Toolkit view. See L<Template::Manual>.
 
 Andrew Ford E<lt>A.Ford@ford-mason.co.ukE<gt>
 
-Gavin Henry E<lt>ghenry@suretecsystems.com<gt>
+Gavin Henry E<lt>ghenry@suretecsystems.comE<gt>
 
 Jesse Sheidlower E<lt>jester@panix.comE<gt>