Re: Migrating Ivy and IvyDE site to asciidoc

2018-05-07 Thread Gintautas Grigelionis
2018-05-07 13:17 GMT+02:00 Nicolas Lalevée : > The issue isn’t about the format of the image but about the layout of the > page. If you have some proof of concept of how a home page can be done in > asciidoc, please share, in a gist of whatever. Which part of the front page is tricky? I guess it

Re: Migrating Ivy and IvyDE site to asciidoc

2018-05-07 Thread Matt Sicker
On 7 May 2018 at 06:17, Nicolas Lalevée wrote: > The issue isn’t about the format of the image but about the layout of the > page. If you have some proof of concept of how a home page can be done in > asciidoc, please share, in a gist of whatever. > I used asciidoc with maven-site-plugin in log4

Re: Migrating Ivy and IvyDE site to asciidoc

2018-05-07 Thread Nicolas Lalevée
> Le 7 mai 2018 à 08:24, Gintautas Grigelionis a > écrit : > > 2018-04-23 15:25 GMT+02:00 Nicolas Lalevée : > >> One page I am worried about is the main page [2]. I am not sure there are >> some sane asciidoc directives to render something similar. If you already >> have ideas, please share. I

Re: Migrating Ivy and IvyDE site to asciidoc

2018-05-06 Thread Gintautas Grigelionis
2018-04-23 15:25 GMT+02:00 Nicolas Lalevée : > One page I am worried about is the main page [2]. I am not sure there are > some sane asciidoc directives to render something similar. If you already > have ideas, please share. If I remember correctly there is directive to > blindly render content, w

Re: Migrating Ivy and IvyDE site to asciidoc

2018-04-23 Thread Matt Sicker
I haven't looked at that xooki thing, that might work better for all I know. Interesting :) On 23 April 2018 at 10:38, Nicolas Lalevée wrote: > > > > Le 23 avr. 2018 à 17:23, Matt Sicker a écrit : > > > > For what it's worth, I used pandoc to automate > most of > > the conv

Re: Migrating Ivy and IvyDE site to asciidoc

2018-04-23 Thread Nicolas Lalevée
> Le 23 avr. 2018 à 17:23, Matt Sicker a écrit : > > For what it's worth, I used pandoc to automate most of > the conversion from xdoc and markdown to asciidoc over at Log4j. The only > struggles I had with that tool are that it supports HTML, not xdoc, so it > doesn't unde

Re: Migrating Ivy and IvyDE site to asciidoc

2018-04-23 Thread Matt Sicker
For what it's worth, I used pandoc to automate most of the conversion from xdoc and markdown to asciidoc over at Log4j. The only struggles I had with that tool are that it supports HTML, not xdoc, so it doesn't understand the section/subsection/etc. tags, and it doesn't output

Migrating Ivy and IvyDE site to asciidoc

2018-04-23 Thread Nicolas Lalevée
Hi, I would like to go forward and migrate the part of the site about Ivy and IvyDE to asciidoc, since it has gone well for the documentation about Ivy and IvyDE. So first, is OK for everybody ? Reminding of the pros: way faster, more standard source of doc. For the cons: not 'html-hackable’ ea