Re: [hibernate-dev] Documentation project - asciidoctor + CSS

2015-12-02 Thread Vlad Mihalcea
Thanks Hardy, I'll try it tomorrow and let you know hot it worked out. The pandoc method yields an exception for docbook -> asciidoc and the html -> asciidoc requires too much manual intervention. Keep in touch, Vlad On Wed, Dec 2, 2015 at 6:20 PM, Hardy Ferentschik wrote: > Hi, > > On Wed, D

Re: [hibernate-dev] Documentation project - asciidoctor + CSS

2015-12-02 Thread Hardy Ferentschik
Hi, On Wed, Dec 02, 2015 at 01:28:59PM +0200, Vlad Mihalcea wrote: > I started migrating the 5.0 docbook documentation to asciidoctor, and, > because there wasn't any converter for such a task, I wrote a small shell > script which uses pandoc. There is a converter - https://github.com/bleathem/d

Re: [hibernate-dev] Documentation project - asciidoctor + CSS

2015-12-02 Thread Steve Ebersole
I'd prefer to just not do the docbook phase; it's just unnecessary overhead during a build. I'd be very surprised if the asciidoctor tool chain does not allow us to plugin CSS as well. Granted we'd have to adjust the CSS for the styles/classes used by the asciidoctor output. I'll ask around. On

[hibernate-dev] Documentation project - asciidoctor + CSS

2015-12-02 Thread Vlad Mihalcea
Hi, I started migrating the 5.0 docbook documentation to asciidoctor, and, because there wasn't any converter for such a task, I wrote a small shell script which uses pandoc. I managed to generate the asciidoc files from the current docbook, by using the html format the docbook generates. The res