From: Jesse Sheidlower Date: Mon, 27 Jun 2005 16:43:40 +0000 (+0000) Subject: additions to Plugins manual page X-Git-Tag: 5.7099_04~1280 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c74caf1d4e65d9d142e350f158828340483ac3ab;hp=ef16e169606d5222e242e6a5e8e55a4201bac9ec;p=catagits%2FCatalyst-Runtime.git additions to Plugins manual page --- diff --git a/lib/Catalyst/Manual/Plugins.pod b/lib/Catalyst/Manual/Plugins.pod index 19715ea..8391b03 100644 --- a/lib/Catalyst/Manual/Plugins.pod +++ b/lib/Catalyst/Manual/Plugins.pod @@ -78,6 +78,14 @@ application's I18N namespace. L provides the ability to register AOP-like callbacks to specific Engine events. Subclasses L. +=head2 Catalyst::Plugin::PageCache + +L helps improve the performance of slow or +frequently accessed pages by caching the entire output of your page. +Subsequent requests to the page will receive the page very quickly from +cache. Note: At the moment it should be regarded as I. + =head2 Catalyst::Plugin::Pluggable L is a plugin for pluggable Catalyst @@ -89,6 +97,13 @@ L is a plugin for the Prototype JavaScript library. This Plugin allows you to easily implement AJAX functionality without actually knowing Javascript. +=head2 Catalyst::Plugin::RequireSSL + +Use L if you would like to force visitors +to access certain pages using only SSL mode. An attempt to access the +page in non-SSL mode will receive a redirect into SSL mode. Useful for +shopping carts, user registration forms, and other sensitive data. + =head2 Catalyst::Plugin::Session::FastMmap L is a session plugin for Catalyst @@ -98,8 +113,9 @@ shared memory interprocess cache. =head2 Catalyst::Plugin::Static -L is a plugin to serve static files from C<< -$c->config->{root} >>/<< action >>/. +L is a plugin to serve static files from +C<$c-Econfig-E{root}>. Intended chiefly for development +purposes. =head2 Catalyst::Plugin::SubRequest