Search results for "Catalyst"
Catalyst::Plugin::Imager - Imager Plugin for Catalyst
This module's intention is to make the wonders of Imager easily accesible within a Catalyst application via the Catalyst::Plugin interface. It adds the method "imager" to the "Catalyst" namespace....
DAMBAR/Catalyst-Plugin-Imager-0.01 - 17 May 2007 18:38:46 UTC - Search in distribution
Catalyst::Plugin::Images - Generate image tags for static files.
This plugin provides a quick and easy way to include your images on the page, automatically extracting and caching image metadata. It's automatically extendable, just pass whatever attribute you require as a key/value pair, and it will be added to th...
BOBTFISH/Catalyst-Plugin-Images-0.02 - 20 Jan 2009 00:05:51 UTC - Search in distribution
Catalyst::Plugin::Server - Base Server plugin for RPC-able protocols
Base plugin for XMLRPC and our future SOAP server. For further information, see one of the Server plugins...
JLMARTIN/Catalyst-Plugin-Server-0.28 - 13 Jul 2010 20:15:20 UTC - Search in distribution- Catalyst::Plugin::Server::XMLRPC - Catalyst XMLRPC Server Plugin
- Catalyst::Plugin::Server::XMLRPC::Tutorial - Using Catalyst as XMLRPC Server
- Catalyst::Plugin::Server::XMLRPC::DispatchType::XMLRPCPath - XMLRPCPath DispatchType
- 1 more result from Catalyst-Plugin-Server »
Catalyst::Plugin::Setenv - Allows you to set up the environment from Catalyst's config file.
MRAMBERG/Catalyst-Plugin-Setenv-0.03
-
18 Apr 2009 11:48:26 UTC
-
Search in distribution
Catalyst::Plugin::Starch - Catalyst session plugin via Starch.
Integrates Starch with Catalyst providing a compatible replacement for Catalyst::Plugin::Session. Is is recommended that as part of implementing this module in your site that you also create an in-house unit test using Test::Starch. Note that this pl...
BLUEFEET/Catalyst-Plugin-Starch-0.08 - 30 Jan 2021 19:49:41 UTC - Search in distribution- Catalyst::Plugin::Starch::Cookie - Track starch state in a cookie.
Catalyst::Plugin::Statsd - Log Catalyst stats to statsd
This plugin will log Catalyst timing statistics to statsd. CONFIGURATION __PACKAGE__->config( 'Plugin::Statsd' => { disable_stats_report => 0, }, ); "disable_stats_report" Enabling stats will also log a table of statistics to the Catalyst log. If you...
RRWO/Catalyst-Plugin-Statsd-v0.8.0 - 27 Jul 2022 11:38:16 UTC - Search in distribution
Catalyst::Plugin::URLMap - Mount a Plack application using Catalyst Configuration
Modern versions of Catalyst use Plack as the underlying engine to connect your application to an http server. This means that you can take advantage of the full Plack software ecosystem to grow your application and to better componentize and re-use y...
JJNAPIORK/Catalyst-Plugin-URLMap-0.002 - 06 Apr 2012 16:32:24 UTC - Search in distribution
Catalyst::Plugin::Widget - Simple way to create reusable HTML fragments
Termin *widget* means kind of object that knows about current Catalyst context and can be easily stringified to text representation. A typical example of a widget - CatalystX::Widget::Paginator module....
LONERR/Catalyst-Plugin-Widget-0.04 - 18 Nov 2010 17:17:02 UTC - Search in distribution- Catalyst::Plugin::Widget::Base - Base class for all kind of widgets
- Catalyst::Plugin::Widget::ThroughView - Widget rendered through Catalyst::View
- Catalyst::Plugin::Widget::WithResultSet - Widget having DBIx::ResultSet
Catalyst::View::Download
A view module to help in the convenience of downloading data into many supportable formats....
GAUDEON/Catalyst-View-Download-0.09 - 13 Jun 2013 14:54:26 UTC - Search in distribution
Catalyst::View::GraphViz - GraphViz View Class
This is the Catalyst view class for GraphViz. Your application subclass should inherit from this class. This plugin renders the GraphViz object specified in "$c->stash->{graphviz}->{graph}" into the "$c->stash->{graphviz}->{format}" (one of e.g. png ...
JOHANL/Catalyst-View-GraphViz-0.05 - 17 Nov 2005 22:45:38 UTC - Search in distribution- Catalyst::Helper::View::GraphViz - Helper for GraphViz Views
- Catalyst::Helper::View::GraphView - Helper for GraphView Views
Catalyst::View::Jemplate - Jemplate files server
Catalyst::View::Jemplate is a Catalyst View plugin to automatically compile TT files into JavaScript, using ingy's Jemplate. Instead of creating the compiled javascript files by-hand, you can include the file via Catalyst app like: <script src="js/Je...
MIYAGAWA/Catalyst-View-Jemplate-0.06 - 04 May 2007 22:21:19 UTC - Search in distribution- Catalyst::Helper::View::Jemplate - Helper for Jemplate Views
Catalyst::View::Markdown - Markdown View Class
This is the Catalyst view class for Markdown. Your application should define a view class which is a subclass of this module. Throughout this manual it will be assumed that your application is named MyApp and you are creating a Markdown view named MD...
WALLMARI/Catalyst-View-Markdown-0.01 - 13 Feb 2013 14:24:58 UTC - Search in distribution- Catalyst::Helper::View::Markdown - Helper for Markdown Views
Catalyst::View::PDFBoxer - Runs view output through PDF::Boxer and sets response content-type if not already set.
This is a Role which takes the current $c->response->body, runs it through PDF::Boxer as it's "spec" file to get a PDF::API2 object. $c->response->body is then set to the stringified PDF and content-type is set accordingly....
LECSTOR/Catalyst-View-PDFBoxer-0.001 - 10 Nov 2011 13:11:40 UTC - Search in distribution
Catalyst::View::RRDGraph - RRD Graph View Class
This view generates RRD graph images from the graph defintion placed in the stash. The controller is responsable of placing an ARRAYREF in $c-stash->{'graph'}> with the same data as to generate a graph with the RRDs module, except for *filename*, tha...
MRUIZ/Catalyst-View-RRDGraph-0.10 - 12 Feb 2014 21:11:32 UTC - Search in distribution- Catalyst::Helper::View::RRDGraph - Helper for RRDGraph Views
Catalyst::View::Semantic - Template::Semantic view for Catalyst
This is Catalyst view class for Template::Semantic with sane (hopefully) defaults and some useful methods like html layout and pager. Feel free to extend your view. Check the Template::Semantic::Cookbook and source of this module....
EGOR/Catalyst-View-Semantic-0.002 - 04 Apr 2013 01:26:56 UTC - Search in distribution
Catalyst::View::Template - Template Toolkit meets Catalyst
This is a Catalyst view class for the Template Toolkit with the following design objectives: * To be as close as possible to direct use of Template Toolkit * To nevertheless integrate seamlessly with Catalyst * To be easily augmented in behaviour by ...
ARISTOTLE/Catalyst-View-Template-1.103 - 08 Aug 2022 23:26:45 UTC - Search in distribution
Catalyst::Plugin::Errors - Standard error responses with content negotiation
This is a plugin which installs (if needed) View classes to handle HTTP errors (4xx and 5xx codes) in a regular and content negotiated way. See <CatalystX::Errors> for a high level overview. Documentation here is more API level and the examples are s...
JJNAPIORK/CatalystX-Errors-0.001009 - 24 Jul 2022 19:54:44 UTC - Search in distribution- Catalyst::View::Errors::Text - Standard HTTP Errors Responses in Plain Text.
- Catalyst::View::Errors::JSON - Standard HTTP Errors Responses in JSON
- Catalyst::View::Errors::HTML - Standard HTTP Errors Responses in HTML
- 6 more results from CatalystX-Errors »
Catalyst::Helper::Handel - Helper for creating a Handel based application
The Handel helper is a meta Helper for creating the entire cart/order/checkout framework plus custom subclasses using the other helpers included in this dist and Module::Starter::Handel. If cartname isn't specified, Cart is assumed. If ordername isn'...
CLACO/Handel-1.00014 - 30 Dec 2011 15:09:23 UTC - Search in distribution- Catalyst::Model::Handel::Cart - Base class for Handel cart classes
- Catalyst::Model::Handel::Order - Base class for Handel order classes
- Catalyst::Helper::Handel::Scaffold - Helper for creating Handel framework scaffolding
- 9 more results from Handel »
Task::Catalyst::Tutorial - Installs everything you need to learn Catalyst
MRAMBERG/Task-Catalyst-Tutorial-0.06
-
03 Mar 2009 15:09:33 UTC
-
Search in distribution
Test::XML::RPC::Catalyst - Testing of Catalyst based XMLRPC applications
This module merges Test::WWW::Mechanize::Catalyst and XML::RPC in order to provide test functionality for Catalyst based XMLRPC applications....
BERLE/Test-XML-RPC-Catalyst-0.01 - 20 Mar 2008 19:36:28 UTC - Search in distribution