jifty::plugin::sitenews(3pm) debian man page | unix.com

Man Page: jifty::plugin::sitenews

Operating Environment: debian

Section: 3pm

Jifty::Plugin::SiteNews(3pm)				User Contributed Perl Documentation			      Jifty::Plugin::SiteNews(3pm)

NAME
Jifty::Plugin::SiteNews - Provide site news in your app
DESCRIPTION
Provides a way to include site news in your Jifty app. To use it, you will need to add a news model: package YourApp::Model::News; use Jifty::DBI::Schema; use YourApp::Record schema { # ..additional properties go here, like 'author' }; use Jifty::Plugin::SiteNews::Mixin::Model::News; You will also need to alias the view somewhere; from YourApp::View: require Jifty::Plugin::SiteNews::View::News; alias Jifty::Plugin::SiteNews::View::News under '/news';
AUTHOR
Alex Vandiver
LICENSE
Copyright 2005-2009 Best Practical Solutions, LLC. This program is free software and may be modified and distributed under the same terms as Perl itself. perl v5.10.0 2009-06-09 Jifty::Plugin::SiteNews(3pm)
Related Man Pages
jifty::dbi::record::plugin(3pm) - debian
jifty::filter::datetime(3pm) - debian
jifty::plugin::actormetadata::mixin::model::actormetadata(3pm) - debian
jifty::plugin::authentication::bitcard(3pm) - debian
jifty::plugin::classloader(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Introduction
Find columns in a file based on header and print to new file
Weird 'find' results
A (ksh) Library For and From UNIX.com