Search results for "Catalyst"

Catalyst::Model::Redis - Redis Model Class River stage zero No dependents

This module implements Redis model class for Catalyst....

ZWON/Catalyst-Model-Redis-0.02 - 17 Mar 2012 17:29:33 UTC - Search in distribution

Catalyst::Model::SWISH - Catalyst model for Swish-e River stage zero No dependents

Catalyst::Model::SWISH provides an easy interface to SWISH::API::Object for searching Swish-e indexes (http://www.swish-e.org/). It is similar to and inspired by Catalyst::Model::Xapian....

KARMAN/Catalyst-Model-SWISH-0.06 - 24 Feb 2010 21:25:53 UTC - Search in distribution

Catalyst::Model::Sedna - Access the Sedna XML Database River stage zero No dependents

This module will manage a connection to the sedna database and perform queries. The connection attributes are set in the config file. Note that the Sedna connection does not support cursors, so if you need to insert data while traversing another quer...

DRUOSO/Catalyst-Model-Sedna-0.004 - 24 May 2010 16:24:42 UTC - Search in distribution

Catalyst::Plugin::CRUD - CRUD (create/read/update/delete) Plugin for Catalyst River stage zero No dependents

This module provides CRUD (create/read/update/delete) action. create: insert new record read: retrieve record update: update already record delete: delete record list: retrieve all records EXPORT None by default....

BAYSIDE/Catalyst-Plugin-CRUD-0.21 - 02 Oct 2007 19:30:25 UTC - Search in distribution

Catalyst::Plugin::I18N - I18N for Catalyst River stage two • 7 direct dependents • 16 total dependents

Supports mo/po files and Maketext classes under your application's I18N namespace. # MyApp/I18N/de.po msgid "Hello Catalyst" msgstr "Hallo Katalysator" # MyApp/I18N/i_default.po msgid "messages.hello.catalyst" msgstr "Hello Catalyst - fallback transl...

BOBTFISH/Catalyst-Plugin-I18N-0.10 - 16 Jun 2010 09:10:07 UTC - Search in distribution

Catalyst::Plugin::Mode - select config values depends in your development process River stage zero No dependents

Only include the plugin in your main app module Sometimes you need any values for your environment(development,test,predproduction,production) For example in development you use such urls as http://you_url in test http://test_domain.you_url/path in p...

PLCGI/Catalyst-Plugin-Mode-0.03 - 19 Jan 2009 10:29:17 UTC - Search in distribution

Catalyst::View::ByCode - Templating using pure Perl code River stage zero No dependents

"Catalyst::View::ByCode" tries to offer an efficient, fast and robust solution for generating HTML and XHTML markup using standard perl code encapsulating all nesting into code blocks. Instead of typing opening and closing HTML-Tags we simply call a ...

WKI/Catalyst-View-ByCode-0.28 - 07 Jun 2015 14:18:43 UTC - Search in distribution

Catalyst::View::Mason2 - Mason 2.x view class River stage zero No dependents

Allows you to use Mason 2.x for your views....

JSWARTZ/Catalyst-View-Mason2-0.03 - 10 Mar 2011 19:24:24 UTC - Search in distribution

Catalyst::View::Tenjin - Tenjin view class for Catalyst. River stage zero No dependents

This is the Catalyst view class for the Tenjin template engine. Your application should define a view class which is a subclass of this module. There is no helper script to create this class automatically, but you can do so easily as described in the...

IDOPEREL/Catalyst-View-Tenjin-0.050001 - 31 Mar 2011 18:52:09 UTC - Search in distribution

Catalyst::View::Xslate - Text::Xslate View Class River stage zero No dependents

DMAKI/Catalyst-View-Xslate-0.00019 - 29 Sep 2015 23:52:20 UTC - Search in distribution

Catalyst::Plugin::MobileUserID - mobile user id returned plugin for Catalyst River stage zero No dependents

This Plugin is mobile user id returned for Catalyst...

MIYAZAKI/Catalyst-Plugin-MobileUserID-0.01 - 06 May 2007 09:52:30 UTC - Search in distribution

Catalyst::JobQueue::Job - Catalyst request to be run by a JobQueue Engine River stage zero No dependents

This object represents a job (i.e. the data needed to build a JobQueue request). Jobs are created by the engine from various sources. Please do not attempt to instantiate a job object directly. Job Data Each job object has an ID (currently this is th...

KIXX/Catalyst-Engine-JobQueue-POE-0.0.4 - 16 Jul 2011 16:15:19 UTC - Search in distribution

Catalyst::Engine::Stomp - write message handling apps with Catalyst. River stage zero No dependents

Write a Catalyst app connected to a Stomp messagebroker, not HTTP. You need a controller that understands messaging, as well as this engine. This is single-threaded and single process - you need to run multiple instances of this engine to get concurr...

PMOONEY/Catalyst-Engine-Stomp-0.17 - 18 Oct 2011 14:58:45 UTC - Search in distribution

Catalyst::Engine::XMPP2 - AnyEvent::XMPP::Connection Catalyst Engine River stage zero No dependents

This engine enables you to deploy a Catalyst application that can be accessed using the XMPP protocol. This is done by a mapping of each XMPP stanza to a HTTP Request, using the Catalyst::Engine::Embeddable as a base....

DRUOSO/Catalyst-Engine-XMPP2-0.4 - 23 Dec 2009 14:26:26 UTC - Search in distribution

Catalyst::Model::FormFu - Speedier interface to HTML::FormFu for Catalyst River stage zero No dependents

"Catalyst::Model::FormFu" is an alternative interface for using HTML::FormFu within Catalyst. It differs from Catalyst::Controller::HTML::FormFu in the following ways: * It initializes all required form objects when your app is started, and returns c...

PSHANGOV/Catalyst-Model-FormFu-0.004 - 24 Aug 2011 10:08:57 UTC - Search in distribution

Catalyst::Model::Gedcom - Gedcom Model Class River stage zero No dependents

This is a model class to connect "Gedcom" files to "Catalyst"....

BRICAS/Catalyst-Model-Gedcom-0.05 - 19 Nov 2009 02:10:04 UTC - Search in distribution

Catalyst::Model::ISBNDB - Provide Catalyst access to isbndb.com River stage zero No dependents

This package provides a Catalyst model that makes requests of the isbndb.com web service, using their published REST interface. The model creates an instance of the WebService::ISBNDB::API class and uses it as a factory for making requests for data i...

RJRAY/Catalyst-Model-ISBNDB-0.22 - 18 Aug 2009 03:01:20 UTC - Search in distribution

Catalyst::Model::Orochi - Catalyst-Orochi Integration River stage zero No dependents

This model integrates Orochi DI container with Catalyst. The same caveats from Orochi apply....

DMAKI/Catalyst-Model-Orochi-0.00002 - 13 Dec 2009 12:52:24 UTC - Search in distribution

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

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

FMERGES/Catalyst-Model-XMLRPC-0.04 - 04 Jul 2007 10:39:54 UTC - Search in distribution

Catalyst::Model::Xapian - Catalyst model for Search::Xapian. River stage zero No dependents

This model class wraps Search::Xapian to provide a friendly, paged interface to Xapian (www.xapian.org) indexes. This class adds a little extra convenience on top of the Search::Xapian class. It expects you to use the QueryParser, and sets up some ke...

MRAMBERG/Catalyst-Model-Xapian-0.06 - 24 Mar 2010 12:09:11 UTC - Search in distribution
1,215 results (0.101 seconds)