#labels Phase-Implementation
#Rules develop Foorum
Foorum::Manual::PreRelease - things when release
# minify the javascript under root/static/js to root/static/js/min by L<JavaScript::Minifier>
# minify the css under root/static/css to root/static/css/min by L<CSS::Minifier>
# build docs from GoogleCode wiki by L<Text::GooglewikiFormat>
# use L<Pod::From::GoogleWiki> to build Foorum::Manual::
# tranlate lib/Foorum/I18N/cn.po to lib/Foorum/I18N/tw.po and etc by L<Encode::HanConvert>
# make all .pl .pm .t clean by L<Perl::Tidy>
# use L<Perl::Critic> to all .pl .pm .t files.
# or 'nmake' under Win32
# just do those stuff as normal Perl distribution.