Query: jifty::plugin::sitenews
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Jifty::Plugin::SiteNews(3pm) User Contributed Perl Documentation Jifty::Plugin::SiteNews(3pm)NAMEJifty::Plugin::SiteNews - Provide site news in your appDESCRIPTIONProvides 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';AUTHORAlex VandiverLICENSECopyright 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)