Hi Roberto,
As much as I like nikola, I'd like to have a small tool that can be used separately and just add some integration hooks for nikola.
I just went back to my prototype, did some improvements and pushed it to github. It's really simple, it only works as a standalone tool for now and better with firefox than chrome.
One caveat is that it loads JSON files on demand, chrome refuses to do that for local files. key event are also not working in chrome for now.
For now, it will just walk through a list of albums, generating thumbnails and writing JSON files. I'm want to collect some metadata from the filesystem (mostly modification date) as well as EXIF, but also let the user override them using YAML files (enforce the date, set album title, tags...). As a result it is quite different from the current gallery support.
Beside integration hooks for nikola (I'll probably ping you back if I'm stuck with it), I would like to add tags (at the album level), and geolocalisation.
Let me know what you think and if you have specific whishes for nikola integration.
Note: as of now it only generates a JSON-based view but I would be ready to generate many pure HTML files as well (with a configuration switch)