Foorum::Manual::Tutorial3 - Tutorial 3: For Foorum Developers
Every Perl developer should use Perl::Critic to check his code. It would avoid stupid errors.
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, 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).
vim foorum_local.yml, and add a line:
debug_mode: 1
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.