Hi all,
I splitted my project in two parts.
One being the "My Own Go Book" Web App which has a new url
http://www.gocdf.ch/gobookAs I'm still the lonly one user, I think nobody get lost

The other project is a library that can be used for using gobook directy in html pages
I did a quick demo here :
http://www.gocdf.ch/gobook/lib/demo/turnjs_demo.htmlyou should see something like that :
Here I used Turn.js for the fun, but you really don't need that if you don't like that turning page effect.
I also attched a zip file so that you can try for your self.
just unzip and go the the folder "demo" and open one of the html file.
Note that I added basic stuff for the problem mode, which accept both gobook or sgf data (see code in demo/turnjs_demo.html)
Have fun.
[edit] gobook-lib.zip updated on 01/09/15 to fix a bug that occured while playing the problemon the second page of the turnjs_demo[/edit]