Hello,
I've found your project and it seems to be very-very interesting for me.
works fine, but it would be nice to see few features:
- css support. I think that all of the style definition should be made as separate css-file, included by generated html. With that feature whole source-code will shrink and will be more readable. And will allow better integration with existing web-pages without recompilation. CSS alone will be generated from css.in file on configure stage.
- language support... I have to choice language on compilation stage, but my pages have 3 languages. Internationalisation could be made using gettext - every language will be possible after compilation. Which will be used could be based on "Accept-Language" header... and manual choice (with cookie setting).
What do you think about these features? First one should be easy-to-made.