Re: [Pharo-users] about a pillar based output format for Epicea

2017-08-09 Thread Stephane Ducasse
Hi for the menu I did a really ugly copy and paste and hack inside and versioned in my package. I did not find the time to think about menu building for Spec. Stef On Wed, Aug 9, 2017 at 6:09 AM, Martin Dias wrote: > > > On Wed, Aug 2, 2017 at 12:55 PM, Stephane Ducasse > wrote: >> >> Hi martin

Re: [Pharo-users] about a pillar based output format for Epicea

2017-08-08 Thread Martin Dias
On Wed, Aug 2, 2017 at 12:55 PM, Stephane Ducasse wrote: > Hi martin > > I would like to wlak over epicea objects and save the changed methods > to be able to write booklets faster. > What advices can you give me? > Create a special visitor? > For the record, I copy this small explanation from a

Re: [Pharo-users] about a pillar based output format for Epicea

2017-08-05 Thread Stephane Ducasse
This is question of time and energy. I should restart to work and make it smaller and nicer. I want ecstatic too. On Wed, Aug 2, 2017 at 10:21 PM, Tim Mackinnon wrote: > Out of curiosity (as Pillar - well actually Ecstatic, was on my next hitlist > to research), but is it so different from someth

Re: [Pharo-users] about a pillar based output format for Epicea

2017-08-02 Thread Tim Mackinnon
Out of curiosity (as Pillar - well actually Ecstatic, was on my next hitlist to research), but is it so different from something like JavaScripts Metalsmith.io ? I found metalsmith’s publishing pipeline and plugin system quite intuitive and easy to use but I just didn’t l

Re: [Pharo-users] about a pillar based output format for Epicea

2017-08-02 Thread Stephane Ducasse
I'm because Pillar is central to all my writings around Pharo (books, slides,...). We also want to use it for a lecture on open-source development. Pillar got too complex and we should simplify its architecture. I'm working on a new version of Cocoon but this tedious and I got stuck in managing i

Re: [Pharo-users] about a pillar based output format for Epicea

2017-08-02 Thread Alexandre Bergel
Pillar is becoming central in the way I produce documents. Is there anyone working on improving Pillar? Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Aug 2, 2017, at 11:55 AM, Stepha

[Pharo-users] about a pillar based output format for Epicea

2017-08-02 Thread Stephane Ducasse
Hi martin I would like to wlak over epicea objects and save the changed methods to be able to write booklets faster. What advices can you give me? Create a special visitor? Stef