NAME

Foorum::Manual::Tutorial3 - Tutorial 3: For Foorum Developers

Perl::Critic

Perl::Critic

Every Perl developer should use Perl::Critic to check his code. It would avoid stupid errors.

Perl::Tidy

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.

If u want a different style, please dicuss before edit

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).

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 Wiki through Web. after edit, u can use follow script to update docs/ HTML files.

SEE ALSO

Tutorial1, Tutorial2, Tutorial4, Tutorial5

WHERE TO GO NEXT