# -+- number -+- category -+- title -+- email -+- name -+- homepage -+- clickOnName -+- language -+- image -+- browser-used -+- security-cookie
=0 -+- 2003-11-07:1 -+- Applications -+- colorize your coder's life -+- nib@istop.com -+- Nicolas Bouliane -+- http://www.skullbox.ca -+- nolink -+- English -+- -+- Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031024 Galeon/1.3.9 -+- 4660
Every body know vim ? visual iMproved !
if you are coding with vim, you can format your code
to html
if you want to colorize your code
:syntax on
if you want to numerize your line
:set nu
to format your code to html
:so $VIMRUNTIME/syntax/2html.vim
now make a bash script and bash on your source code ;-)