Search results for "Catalyst"

Catalyst::Plugin::Unicode - Unicode aware Catalyst (old style) River stage one • 1 direct dependent • 2 total dependents

On request, decodes all params from UTF-8 octets into a sequence of logical characters. On response, encodes body into UTF-8 octets. Note that this plugin tries to autodetect if your response is encoded into characters before trying to encode it into...

BOBTFISH/Catalyst-Plugin-Unicode-0.93 - 17 Mar 2010 22:37:17 UTC - Search in distribution

Catalyst::View::TT::XHTML - A sub-class of the standard TT view which serves application/xhtml+xml content if the browser accepts it. River stage one • 1 direct dependent • 1 total dependent

This is a very simple sub-class of Catalyst::View::TT, which sets the response "Content-Type" to be "application/xhtml+xml" if the user's browser sends an "Accept" header indicating that it is willing to process that MIME type. Changing the "Content-...

BOBTFISH/Catalyst-View-ContentNegotiation-XHTML-1.103 - 20 Nov 2009 11:52:44 UTC - Search in distribution

Catalyst::View::PDF::API2 - Create PDF files from Catalyst using Template Toolkit templates River stage zero No dependents

Catalyst::View::PDF::API2 provides the facility to generate PDF files from a Catalyst application by embedding PDF::API2 commands within a Template Toolkit template. Template Syntax Within your template you will have access to a "pdf" object which ha...

FERZ/Catalyst-View-PDF-API2-0.03 - 12 Aug 2014 07:40:26 UTC - Search in distribution

Catalyst::View::TT::Alloy - Template::Alloy (TT) View Class River stage one • 2 direct dependents • 3 total dependents

This is the Catalyst view for the TT emulator Template::Alloy. Your application should define a view class which is a subclass of this module. The easiest way to achieve this is using "script/myapp_create.pl" (replacing "myapp" with the name of your ...

DJZORT/Catalyst-View-TT-Alloy-0.00007 - 29 Mar 2015 23:19:58 UTC - Search in distribution

Catalyst::View::Templated - generic base class for template-based views River stage one • 2 direct dependents • 4 total dependents

JROCKWAY/Catalyst-View-Templated-0.02 - 24 Aug 2007 01:51:39 UTC - Search in distribution

Catalyst::View::Thumbnail - Catalyst view to resize images for thumbnails River stage zero No dependents

Catalyst::View::Thumbnail resizes images to produce thumbnails, with options to set the desired x or y dimensions (or both), and specify a zoom level and scaling type. Options The view is controlled by setting the following values in the stash: image...

ALTREUS/Catalyst-View-Thumbnail-0.03 - 29 Sep 2015 09:18:59 UTC - Search in distribution

Catalyst::View::XML::Feed - Catalyst view for RSS, Atom, or other XML feeds River stage zero No dependents

Catalyst::View::XML::Feed is a hassle-free way to serve an RSS, Atom, or other XML feed from your Catalyst application. Your controller should put feed data into "$c->stash->{feed}"....

MSTRAT/Catalyst-View-XML-Feed-0.09 - 08 Nov 2016 16:11:35 UTC - Search in distribution

Catalyst::Controller::SRU - Dispatch SRU methods with Catalyst River stage one • 1 direct dependent • 1 total dependent

This module allows your controller class to dispatch SRU actions ("explain", "scan", and "searchRetrieve") from its own class....

BRICAS/SRU-1.01 - 18 Oct 2013 19:29:49 UTC - Search in distribution
  • SRU - Search and Retrieval by URL

Catalyst::Action::FromPSGI - Use a PSGI app as a Catalyst action River stage zero No dependents

"Catalyst::Action::FromPSGI" gives you a handy way to mount PSGI apps under Catalyst actions. Note that because Catalyst is in control of the dispatch cycle any limitations you place on it will be placed on the PSGI app as well. So for example: sub f...

FREW/Catalyst-Action-FromPSGI-0.001006 - 05 Aug 2014 02:00:49 UTC - Search in distribution

Catalyst::ActionRole::Tabs - Add tabs to Catalyst controller actions River stage zero No dependents

This module allows to add 'Tab' attributes to action endpoints, and it will automatically build a data structure suitable for rendering 'tabs' to switch between the methods that share the same tab structure. Although this was originally built to help...

GRAF/Catalyst-ActionRole-Tabs-0.003000 - 27 Oct 2009 22:08:09 UTC - Search in distribution

Catalyst::Controller::View - Catalyst Controller that directly delegates to View River stage zero No dependents

A Catalyst Controller that delegates to View class directly, for convienent purpose....

GUGOD/Catalyst-Contoller-View-0.01 - 13 Dec 2005 21:01:52 UTC - Search in distribution

Catalyst::Controller::MIME - Multipart MIME viewer via Catalyst River stage zero No dependents

Quick and dirty Catalyst Controller interface for viewing MIME objects, including multipart MIME objects with rich content and embedded images, such as those typically generated by rich-text E-Mails and MHTML files. This module might be used as an E-...

VANSTYN/Catalyst-Controller-MIME-0.02 - 25 Jun 2013 00:35:31 UTC - Search in distribution

Catalyst::Helper::AuthDBIC River stage zero No dependents

ZARQUON/Catalyst-Helper-AuthDBIC-0.17 - 24 Nov 2011 10:45:50 UTC - Search in distribution

Catalyst::Helper::Graphics River stage zero No dependents

JSHIRLEY/Catalyst-Helper-Graphics-0.1 - 26 Nov 2006 22:02:17 UTC - Search in distribution

Catalyst::Model::DBIx::Raw - A Catalyst Model for DBIx::Raw River stage zero No dependents

SRCHULO/Catalyst-Model-DBIx-Raw-0.006 - 21 Oct 2019 02:16:56 UTC - Search in distribution

Catalyst::Model::Filemaker - Catalyst model for Filemaker's XML services River stage zero No dependents

This is a Catalyst model that interfaces with Filemaker's XML service. See the Net::FileMaker::XML documentation for a description of the methods available....

MICHELEON/Catalyst-Model-Filemaker-0.01 - 06 Apr 2011 08:08:44 UTC - Search in distribution

Catalyst::Model::JabberRPC - JabberRPC model class for Catalyst River stage zero No dependents

This model class uses Jabber::RPC::Client to invoke remote procedure calls using XML-RPC calls over Jabber....

FMERGES/Catalyst-Model-JabberRPC-0.04 - 12 Jul 2007 19:51:43 UTC - Search in distribution

Catalyst::Model::Memcached - Wrapper for memcached imitating Catalyst models River stage zero No dependents

Simple Model for Catalyst for storing data in memcached...

CATONE/Catalyst-Model-Memcached-0.02 - 23 Mar 2010 07:05:02 UTC - Search in distribution

Catalyst::Model::Tarantool - DR::Tarantool interface River stage zero No dependents

Tarantool interface for Catalyst based application DR::Tarantool....

AORLOV/Catalyst-Model-Tarantool-0.02 - 03 Sep 2013 23:48:48 UTC - Search in distribution

Catalyst::Model::XML::Feed - Use RSS/Atom feeds as a Catalyst Model River stage zero No dependents

Catalyst::Model::XML::Feed allows you to use XML feeds in your Catalyst application. To use a feed, you need to register it with the "register" method. Once a feed is registered, it's automatically cached for you....

MRAMBERG/Catalyst-Model-XML-Feed-0.04 - 28 Apr 2011 13:34:07 UTC - Search in distribution
1,215 results (0.209 seconds)