NAME
Foorum::Manual::Tutorial3 - Tutorial 3: For Foorum Developers
Perl::Critic
Every Perl developer should use Perl::Critic to check his code. It would avoid stupid errors.
* L<http://foorum.googlecode.com/svn/trunk/bin/misc/perlcritic.pl>
* L<http://foorum.googlecode.com/svn/trunk/bin/misc/critic.txt>
Perl::Tidy
Every Programmer has own style to write code (expect Python. ;-). well, for many developers in one project, I think it's better to keep in one voice. that's Perl::Tidy for.
* L<http://foorum.googlecode.com/svn/trunk/bin/misc/perltidy.pl>
If u want a different style, please dicuss before edit
* L<http://foorum.googlecode.com/svn/trunk/bin/misc/.perltidyrc>
JavaScript::Minifier and CSS::Minifier
JavaScript::Minifier, CSS::Minifier
With minified css/js, browser loads page more fast. well, I plan to use http://search.cpan.org/~ruz/CSS-Squish-0.07/lib/CSS/Squish.pm to merge all CSS into one file (but it's only a plan for now).
* L<http://foorum.googlecode.com/svn/trunk/bin/misc/js-min.pl>
* L<http://foorum.googlecode.com/svn/trunk/bin/misc/css-min.pl>
debug flag in foorum_local.yml
vim foorum_local.yml, and add a line:
debug_mode: 1
Build Docs From GoogleCode wiki
Please don't edit $svn/trunk/docs/ HTML files, instead edit $svn/wiki or http://code.google.com/p/foorum/w/list|Wiki through Web. after edit, u can use follow script to update docs/ HTML files.
* L<http://foorum.googlecode.com/svn/trunk/bin/misc/bdfgw.pl>
SEE ALSO
Foorum::Manual::Tutorial1, Foorum::Manual::Tutorial2, Foorum::Manual::Tutorial4, Foorum::Manual::Tutorial5