CatalystX::CMS

Drop-in content management system
Download

CatalystX::CMS Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Peter Karman
  • Publisher web site:
  • http://search.cpan.org/~karman/

CatalystX::CMS Tags


CatalystX::CMS Description

Drop-in content management system CatalystX::CMS is a drop-in content management system that allows you to manage your Catalyst app templates via a web-based editor.SYNOPSIS package MyApp; # ... MyApp->config( cms => { model_name => 'CMS', view_name => 'CMS', actionclass_per_action => 0, use_editor => 1, use_layout => 1, editor => { height => '300', width => '550', }, default_type => 'html', default_flavour => 'default', lock_period => 3600, root => { r => , rw => } } ); MyApp->setup; # elsewhere, in a controller package MyApp::Controller::Foo; use strict; use base qw( CatalystX::CMS::Controller ); sub bar : Local { # ... } 1; Requirements: · Perl


CatalystX::CMS Related Software