Re: [Pharo-users] Ecstatic ETSite>>generateHtml file copy philosphy

2015-09-15 Thread Damien Cassou
Ben Coman writes: > It would be nice if Pillar was more flexible in this regard. For > background, I am looking into Ecstatic to generate a static web site > from Pillar files hosted on GitHub Pages. This is constrained to > serve html files out of the base directory of the branch tagged > "gh-

Re: [Pharo-users] Ecstatic ETSite>>generateHtml file copy philosphy

2015-09-15 Thread Damien Cassou
Ben Coman writes: > * Generating part of the document with a Smalltalk script. Wow! Bingo! > Just what I've been dreaming of. Now do you think maybe this might > be used to open a UI Tool (e.g. SystemBrowser) and generate a screen > snapshot to png file on disk, that can be included as a Figur

Re: [Pharo-users] Ecstatic ETSite>>generateHtml file copy philosphy

2015-09-15 Thread Ferlicot D. Cyril
Le 15/09/2015 16:22, Ben Coman a écrit : > > Thanks. Thats a good read. Its been a while since I was using Pillar. > I can't remember exact features then but there seems to have been > massive progress with lots of new nice features... > > * Sub/super-scripts > > * Unique text alignment per tabl

Re: [Pharo-users] Ecstatic ETSite>>generateHtml file copy philosphy

2015-09-15 Thread Ben Coman
On Tue, Sep 15, 2015 at 2:18 AM, Ferlicot D. Cyril wrote: > Le 14/09/2015 19:24, Ben Coman a écrit : >> >> Thanks Peter. >> >> It would be nice if Pillar was more flexible in this regard. For > Hi :) > > With the version 1.0.0 of Pillar you have the possibility to use > "outputDirectory" and the "

Re: [Pharo-users] Ecstatic ETSite>>generateHtml file copy philosphy

2015-09-14 Thread Ben Coman
On Tue, Sep 15, 2015 at 2:28 AM, Peter Uhnák wrote: >> I am looking into Ecstatic to generate a static web site from Pillar files >> hosted on GitHub Pages. > > > This is rather easy as Ecstatic was built just for that, so there is no need > to change Pillar for it. > > this https://guillep.github

Re: [Pharo-users] Ecstatic ETSite>>generateHtml file copy philosphy

2015-09-14 Thread Peter Uhnák
> > I am looking into Ecstatic to generate a static web site from Pillar > files hosted on GitHub Pages. This is rather easy as Ecstatic was built just for that, so there is no need to change Pillar for it. this https://guillep.github.io/ecstatic/install.html and this https://gist.github.com/cob

Re: [Pharo-users] Ecstatic ETSite>>generateHtml file copy philosphy

2015-09-14 Thread Ferlicot D. Cyril
Le 14/09/2015 19:24, Ben Coman a écrit : > > Thanks Peter. > > It would be nice if Pillar was more flexible in this regard. For Hi :) With the version 1.0.0 of Pillar you have the possibility to use "outputDirectory" and the "support" parameters. The first will will generate the files into a new

Re: [Pharo-users] Ecstatic ETSite>>generateHtml file copy philosphy

2015-09-14 Thread Ben Coman
On Tue, Sep 15, 2015 at 12:49 AM, Peter Uhnák wrote: > > > On Mon, Sep 14, 2015 at 6:31 PM, Ben Coman wrote: >> >> I am having a look into Ecstatic.. >> >> What is the philosophy behind the comment in ETSite>>generateHtml ... >> >> "We copy all input files into the output directory to not mak

Re: [Pharo-users] Ecstatic ETSite>>generateHtml file copy philosphy

2015-09-14 Thread Peter Uhnák
On Mon, Sep 14, 2015 at 6:31 PM, Ben Coman wrote: > I am having a look into Ecstatic.. > > What is the philosophy behind the comment in ETSite>>generateHtml ... > > "We copy all input files into the output directory to not make the > input dirty. > We copy all because the site will need

[Pharo-users] Ecstatic ETSite>>generateHtml file copy philosphy

2015-09-14 Thread Ben Coman
I am having a look into Ecstatic.. What is the philosophy behind the comment in ETSite>>generateHtml ... "We copy all input files into the output directory to not make the input dirty. We copy all because the site will need not only pillar files but also other resources such as imag