fBlog

Publication of the version 0.3.0

This version bring nothing visible to users; excepted if they look at the source code... Right, a lot of subroutines has been redeployed inside four modules ((mod_html, mod_css, mod_lang and mod_error).

I thought, a long time ago, to modularize the code; but, after a trial, I didn't it. However, I did it again to make the source code more legible. So, these four modules, clarify:

So, the maintenance of the software should be now easier.

This operation of cutting and pasting scared me! I had to study again and again what does each global variable... I know, global variable are evil! Believe me, I did the best to avoid that. Worse, I have an other one that is a "save" (fortunately it is a local one)... Finally, (and surprising me) everything went well.