I'm a little afraid of using Wordpress because of his connotation "all made", plus my website is 100% hand coded, actually, i use the phpBB but it's not what I want cause visitors have to go out of the website to go to the forum to see the news.
So how/what can I do to have my own news system management (publish/review/moderate comments)....
Are there tools (i mean except WYSIWYG) / PHP class I can use to implement myself ?
The problem with a lot of pre-built CMS these days is that they all started out small and overtime eventually grew into bloated piece of software that has more features that an average site will ever need.
Make a list of common features you will need and begin coding. Start off with the basic CRUD system (Create/Read/Update/Delete) and start adding components as you need them.
And there also lot of 3rd party extensions available don't end up re-inventing the wheel.
And I am sure there are lots more.
As a developer there's nothing more comforting than knowing you have full control over the code that you are running.