#labels Phase-Implementation
#Rules develop Foorum

Before Release

# minify the javascript under root/static/js to root/static/js/min
# minify the css under root/static/css to root/static/css/min
# build docs from GoogleCode wiki
# tranlate lib/Foorum/I18N/cn.po to lib/Foorum/I18N/tw.po and etc.
# make all .pl .pm .t clean
# use Perl::Critic; to all .pl .pm .t files.

Release

# or 'nmake' under Win32
# just do those stuff as normal Perl distribution.

WHERE TO GO NEXT