Merge in final set of changes from wolfman2000. A big thanks to wolfman2000 for...
Kennedy Clark [Sun, 13 Dec 2009 17:11:07 +0000 (17:11 +0000)]
1  2 
lib/Catalyst/Manual/Components.pod
lib/Catalyst/Manual/Cookbook.pod

@@@ -200,6 -200,9 +200,9 @@@ authorization for Catalyst based on L<C
  
  =head2 L<Catalyst::Plugin::AutoSession>
  
+ L<Catalyst::Plugin::AutoSession> enables specified request parameters
+ to generate session variables.
  =head2 L<Catalyst::Plugin::Browser>
  
  Extends L<Catalyst::Request> by adding the capability of browser
@@@ -227,8 -230,10 +230,10 @@@ the C<< Cache:: >> APO, such as
  
  =head2 L<Catalyst::Plugin::CGI::Untaint>
  
 -=head2 L<Catalyst::Plugin::Charsets::Japanese>
 -
+ Provides specific charset handlers for the Japanese charsets.
 +=head2 L<Catalyst::Plugin::Charsets::Japanese>
 +
  =head2 L<Catalyst::Plugin::Compress::Bzip2>
  
  =head2 L<Catalyst::Plugin::Compress::Deflate>
@@@ -333,6 -338,8 +338,8 @@@ easily implement AJAX functionality wit
  
  =head2 L<Catalyst::Plugin::Redirect>
  
+ Allows for easy redirecting with the Catalyst app.
  =head2 L<Catalyst::Plugin::RequestToken>
  
  =head2 L<Catalyst::Plugin::RequireSSL>
@@@ -425,6 -432,8 +432,8 @@@ you've already painted yourself into a 
  
  =head2 L<Catalyst::Plugin::Upload::MD5>
  
+ Computes the MD5 message digest of uploaded files.
  =head2 L<Catalyst::Plugin::Upload::MIME>
  
  =head2 L<Catalyst::Plugin::UploadProgress>
@@@ -446,7 -446,7 +446,7 @@@ determines what this user is allowed t
  
  Under role based access control each user is allowed to perform any
  number of roles. For example, at a zoo no one but specially trained
--personnel can enter the moose cage (Mynd you, møøse bites kan be
++personnel can enter the moose cage (Mynd you, møøse bites kan be
  pretty nasti!). For example:
  
      package Zoo::Controller::MooseCage;
@@@ -745,8 -745,8 +745,8 @@@ display your data; you can choose to ge
  text if you wanted.
  
  Most Catalyst applications use a template system to generate their HTML,
- and though there are several template systems available, Template
- Toolkit is probably the most popular.
 -and though there are several template systems available,
++and though there are several template systems available, 
+ L<Template Toolkit|Template> is probably the most popular.
  
  Once again, the Catalyst developers have done all the hard work, and
  made things easy for the rest of us. Catalyst::View::TT provides the