CPAN
Home  Documentation  Recent  Preferences  Modules  Distributions    Authors   
Find    in      

Distributions     > >     G     > >     Gantry
Distribution Gantry [Download]
Author TKEEFER [ Tim Keefer ]
Version 3.64
Abstract Web application framework for mod_perl, cgi, etc.
Released 13 Jan 2010
Size 2.1 MB
MD5 Checksum 4c884ae29c354bc9e70a2efe84f99794
Additional Files README   |   META   |   Changes   |   Makefile.PL   |   Build.PL   |  
Links search.cpan.org   |   CPAN::Forum  |   AnnoCPAN  |   rt.cpan.org  |   Rating  | CPANTS  | CPAN testers | Dependencies | Testers matrix
Prerequisites CGI::Simple  |   Config::General  |   Crypt::CBC  |   Data::UUID  |   Date::Calc  |   DBI  |   File::Copy::Recursive  |   Hash::Merge  |   HTML::Prototype  |   HTML::SuperForm  |   HTTP::Server::Simple::CGI  |   JSON  |   Mail::RFC822::Address  |   Sub::Install  |   Template  |   Template::Plugin::HTML::SuperForm  |   URI  |  

Modules

Gantry  [source]   [v 3.64] Web Application Framework
Gantry::Build  [source] a Module::Build subclass for Gantry apps
Gantry::Conf  [source] Gantry's Flexible Configuration System
Gantry::Conf::Provider  [source] Base class for all Gantry::Conf providers
Gantry::Conf::Provider::FlatFile::Config::General  [source] Uses Config::General to configure your Gantry application
Gantry::Conf::Provider::FlatFile::Config::Tiny  [source] Uses Config::Tiny to configure your Gantry application
Gantry::Conf::Provider::HTTP  [source] Base class for all Gantry::Conf::Provider::HTTP modules
Gantry::Conf::Provider::HTTP::Config::General  [source] Uses Config::General to configure your Gantry application
Gantry::Conf::Provider::ParamBuilder  [source] Configure via ModPerl::ParamBuilder
Gantry::Conf::Provider::PerlSetVar  [source] Configure via PerlSetVar's in httpd.conf
Gantry::Conf::Provider::SQL::PostgreSQL  [source] Store your configuration in a PostgreSQL database
Gantry::Control  [source] The Core for User Management and Administration
Gantry::Control::C::Access  [source] Authentication by IP
Gantry::Control::C::AuthenBase  [source] Database based authentication
Gantry::Control::C::AuthenCDBI  [source] AuthenBase subclass for normal ORMs
Gantry::Control::C::AuthenRegular  [source] AuthenBase subclass for normal ORMs
Gantry::Control::C::Authz::PageBasedBase  [source] Page based access control.
Gantry::Control::C::Authz::PageBasedCDBI
Gantry::Control::C::Authz::PageBasedRegular
Gantry::Control::C::AuthzBase  [source] Database based authorization.
Gantry::Control::C::AuthzCDBI  [source] Database based authorization for Class::DBI.
Gantry::Control::C::AuthzRegular  [source] Database based authorization for most ORMs.
Gantry::Control::C::Groups  [source] Group management for the Gantry library
Gantry::Control::C::Pages  [source] Page based control adminstration.
Gantry::Control::C::Users  [source] User Management
Gantry::Control::Model::auth_groups  [source] model for auth_groups table
Gantry::Control::Model::auth_groups_cdbi  [source]
Gantry::Control::Model::auth_group_members  [source] model for auth_group_members table
Gantry::Control::Model::auth_group_members_cdbi
Gantry::Control::Model::auth_pages  [source] model for auth_pages table
Gantry::Control::Model::auth_pages_cdbi
Gantry::Control::Model::auth_users  [source] model for auth_users table
Gantry::Control::Model::auth_users_cdbi
Gantry::Control::Model::GEN::auth_groups  [source] model for auth_groups table
Gantry::Control::Model::GEN::auth_group_members  [source] model for auth_group_members table
Gantry::Control::Model::GEN::auth_pages  [source] model for auth_pages table
Gantry::Control::Model::GEN::auth_users  [source] model for auth_users table
Gantry::Engine::CGI  [source] CGI plugin ( or mixin )
Gantry::Engine::MP13  [source] mod_perl 1.0 plugin ( or mixin )
Gantry::Engine::MP20  [source] mod_perl 2.0 plugin ( or mixin )
Gantry::Exception
Gantry::Init  [source] Gantry install options
Gantry::Plugins::AjaxCRUD  [source] helper for AJAX based CRUD work
Gantry::Plugins::AjaxFORM  [source] helper for AJAX based Form processing
Gantry::Plugins::AuthCookie  [source] Plugin for cookie based authentication
Gantry::Plugins::AutoCRUD  [source] provides CRUD support
Gantry::Plugins::AutoCRUDHelper::CDBI  [source] the actual CRUD for CDBI AutoCRUD
Gantry::Plugins::AutoCRUDHelper::DBIxClass  [source] the actual CRUD for DBIx::Class AutoCRUD
Gantry::Plugins::Cache  [source] A Plugin for initializing cache processing
Gantry::Plugins::Cache::FastMmap  [source] A Plugin interface to a caching subsystem
Gantry::Plugins::Cache::Memcached  [source] A Plugin interface to a caching subsystem
Gantry::Plugins::Cache::Storable  [source] A Plugin interface to a caching subsystem
Gantry::Plugins::Calendar  [source] Calendar
Gantry::Plugins::CRUD  [source] helper for somewhat interesting CRUD work
Gantry::Plugins::DBIxClassConn  [source] DBIx::Class schema accessor mixin
Gantry::Plugins::PageCache  [source] A plugin for caching application pages
Gantry::Plugins::Shibboleth  [source] Plugin for shibboleth based authentication
Gantry::Plugins::SOAP::Doc  [source] document style SOAP support
Gantry::Plugins::SOAP::RPC  [source] RPC style SOAP support
Gantry::Plugins::Static  [source] Static file method
Gantry::Plugins::Validate
Gantry::Server  [source] HTTP::Server::Simple::CGI subclass providing stand alone server
Gantry::Stash  [source] Main stash object for Gantry
Gantry::Stash::Controller  [source] Stash object for the controller
Gantry::Stash::View  [source] Stash object for the view
Gantry::Stash::View::Form  [source] Stash object for the view's form
Gantry::State::Constants [source]
Gantry::State::Default  [source] Default state handler for Gantry
Gantry::State::Exceptions  [source] A state machine for Gantry that uses exceptions
Gantry::State::Simple  [source] A simple state machine for Gantry
Gantry::Template::Default  [source] Default text plugin for Gantry.
Gantry::Template::Framing  [source] Framing plugin for Gantry.
Gantry::Template::TT  [source] Template Toolkit plugin for Gantry.
Gantry::Utils::AuthCDBI  [source] Class::DBI base model for Gantry Auth
Gantry::Utils::Captcha  [source] a way to mange captchas
Gantry::Utils::CDBI  [source] Class::DBI base class for Gantry applications
Gantry::Utils::CRON  [source] a way to call a controller's method from a CRON script
Gantry::Utils::CRUDHelp  [source] helper routines for CRUD plugins
Gantry::Utils::Crypt  [source] an easy way to crypt and decrypt
Gantry::Utils::DB  [source] Database wrapper functions, specfic to PostgreSQL
Gantry::Utils::DBConnHelper  [source] connection info and dbh cache manager base module
Gantry::Utils::DBConnHelper::MP13  [source] connection info and dbh cache manager for mod_perl 1
Gantry::Utils::DBConnHelper::MP20  [source] connection info and dbh cache manager for mod_perl 2.0
Gantry::Utils::DBConnHelper::Script  [source] connection info and dbh cache manager for scripts
Gantry::Utils::DBIxClass  [source] a DBIx::Class subclass models can inherit from
Gantry::Utils::FormErrors  [source] A CRUD form validation error object
Gantry::Utils::FormMunger  [source] Munges form hashes like the ones bigtop makes.
Gantry::Utils::HTML  [source] HTML tag generators.
Gantry::Utils::Model  [source] a general purpose Object Relational Model base class
Gantry::Utils::Model::Auth  [source] base class for auth database modelers
Gantry::Utils::Model::Regular  [source] base class for database modelers
Gantry::Utils::ModelHelper  [source] mixin for model base classes
Gantry::Utils::PerlbalFixup  [source] This module will set the client ip
Gantry::Utils::PODViewer  [source] PODViewer application
Gantry::Utils::SQL  [source] SQL routines.
Gantry::Utils::TablePerms  [source] enforces retrieve permssions on main listings
Gantry::Utils::Threeway  [source] Form processing util for a three-way join
Gantry::Utils::Validate  [source] Validates input values.
Template::Plugin::GantryAuthCookie  [source] decrypter for AuthCookie plugin

Categories

Data Type Utilities    >>     Gantry
Database Interfaces    >>     Gantry
Opt Arg Param Proc    >>     Gantry
Security and Encryption    >>     Gantry
World Wide Web HTML HTTP CGI    >>     Template
World Wide Web HTML HTTP CGI    >>     Gantry

dslip information

Development Stage (Note: *NO IMPLIED TIMESCALES*) Released
Support Level Mailing-list
Language Used Perl-only, no compiler needed, should be platform independent
Interface Style Object oriented using blessed references and/or inheritance
Public License Standard-Perl: user may choose between GPL and Artistic

Win32 PPM packages for "Gantry"

ActiveState default Perl 5.8 repository   [  v 3.54   ]
trouchelle.com Perl 5.10 repository   [  v 3.64   ]
trouchelle.com Perl 5.8 repository   [  v 3.54   ]

Problems, suggestions, or comments to Randy Kobes. Questions? Check the FAQ.
Enable installations using PAR::WebStart.