NAME
App::ZofCMS::Plugin::HTMLFactory - notes for modules in App::ZofCMS::Plugin::HTMLFactory:: namespace
DESCRIPTION
This is not a module but explanation and suggestions for modules in App::ZofCMS::Plugin::HTMLFactory::
namespace.
This documentation assumes you've read App::ZofCMS, App::ZofCMS::Config and App::ZofCMS::Template
WTF IS THIS ABOUT?
The App::ZofCMS::Plugin::HTMLFactory::
namespace is for App::ZofCMS plugins that do nothing special but provide some canned HTML codes that are used a lot and are a PITA to type out over and over again.
NOTE FOR DEVS
The plugins in App::ZofCMS::Plugin::HTMLFactory::
typically would be run when they are included in the list of plugins to run. No special keys in ZofCMS Template are expected.
The plugins would usually set keys in {t}
ZofCMS Template special key that would be replaced with canned HTML codes.
These are not laws, however, feel free to experiment.
AUTHOR
'Zoffix, <'zoffix at cpan.org'>
(http://zoffix.com/, http://haslayout.net/, http://zofdesign.com/)
BUGS
Please report any bugs or feature requests to bug-app-zofcms-plugin-htmlfactory at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-ZofCMS-Plugin-HTMLFactory. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc App::ZofCMS::Plugin::HTMLFactory
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-ZofCMS-Plugin-HTMLFactory
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
COPYRIGHT & LICENSE
Copyright 2008 'Zoffix, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.