Hi All, Q1 Is there a way of adding page headers/footers in pillar? header = image + short legend. footer = line + section name + page number. Q2 My plan is to use Pillar programmatically, are you aware of some projects that use Pillar in that way? Most of the documentation I found is regarding Pillar syntax. The testcases are good examples, but I would like to see something more complex if possible. Thanks! Arturo
Hi, On Tue, Feb 13, 2018 at 4:21 PM, Arturo Zambrano <arturo.zambrano@gmail.com> wrote:
Hi All, Q1 Is there a way of adding page headers/footers in pillar? header = image + short legend. footer = line + section name + page number.
In html generation or pdf generation? Usually all this is handled by the latex/html templates.
Q2 My plan is to use Pillar programmatically, are you aware of some projects that use Pillar in that way? Most of the documentation I found is regarding Pillar syntax. The testcases are good examples, but I would like to see something more complex if possible.
There is ecstatic that is a little project that uses pillar programatically https://github.com/guillep/ecstatic/ Otherwise, I'd recommend to use the latest pillar version in this branch: https://github.com/pillar-markup/pillar/tree/newpipeline
Thanks! Arturo
-- Guille Polito Research Engineer Centre de Recherche en Informatique, Signal et Automatique de Lille CRIStAL - UMR 9189 French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>* *Web:* *http://guillep.github.io* <http://guillep.github.io> *Phone: *+33 06 52 70 66 13
On Tue, Feb 13, 2018 at 12:25 PM, Guillermo Polito < guillermopolito@gmail.com> wrote:
Hi,
On Tue, Feb 13, 2018 at 4:21 PM, Arturo Zambrano < arturo.zambrano@gmail.com> wrote:
Hi All, Q1 Is there a way of adding page headers/footers in pillar? header = image + short legend. footer = line + section name + page number.
In html generation or pdf generation?
any format, as I consider them an intermediate format.... somehow, at end I will need Word document :(
Usually all this is handled by the latex/html templates.
great! thanks!.
Q2 My plan is to use Pillar programmatically, are you aware of some projects that use Pillar in that way? Most of the documentation I found is regarding Pillar syntax. The testcases are good examples, but I would like to see something more complex if possible.
There is ecstatic that is a little project that uses pillar programatically
https://github.com/guillep/ecstatic/
Otherwise, I'd recommend to use the latest pillar version in this branch:
Thanks again Guillermo!
Thanks! Arturo
--
Guille Polito
Research Engineer
Centre de Recherche en Informatique, Signal et Automatique de Lille
CRIStAL - UMR 9189
French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>*
*Web:* *http://guillep.github.io* <http://guillep.github.io>
*Phone: *+33 06 52 70 66 13
Hi Guillermo I'd recommend to use the latest pillar version in this branch:
I cloned that repo (using Iceberg on 6.1 image), moved to that branch and then tried ConfigurationOfPillar load{stable|bleedingEdge| etc} To get all the dependencies. I got an error (see below) regarding magritte. Any advice? TIA [image: Inline image 1]
Thanks! Arturo
--
Guille Polito
Research Engineer
Centre de Recherche en Informatique, Signal et Automatique de Lille
CRIStAL - UMR 9189
French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>*
*Web:* *http://guillep.github.io* <http://guillep.github.io>
*Phone: *+33 06 52 70 66 13
No you should use iceberg. The newpipeline is managed on github. Have a look at the readme of the that branch Before executing the build scripts check what it is doing. Stef On Wed, Feb 14, 2018 at 10:00 PM, Arturo Zambrano <arturo.zambrano@gmail.com
wrote:
Hi Guillermo
I'd recommend to use the latest pillar version in this branch:
I cloned that repo (using Iceberg on 6.1 image), moved to that branch and then tried ConfigurationOfPillar load{stable|bleedingEdge| etc}
To get all the dependencies. I got an error (see below) regarding magritte.
Any advice?
TIA
[image: Inline image 1]
Thanks! Arturo
--
Guille Polito
Research Engineer
Centre de Recherche en Informatique, Signal et Automatique de Lille
CRIStAL - UMR 9189
French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>*
*Web:* *http://guillep.github.io* <http://guillep.github.io>
*Phone: *+33 06 52 70 66 13 <+33%206%2052%2070%2066%2013>
And you should load baselines with iceberg (and git). On Thu, Feb 15, 2018 at 8:25 AM, Stephane Ducasse <stepharo.self@gmail.com> wrote:
No you should use iceberg. The newpipeline is managed on github. Have a look at the readme of the that branch Before executing the build scripts check what it is doing.
Stef
On Wed, Feb 14, 2018 at 10:00 PM, Arturo Zambrano < arturo.zambrano@gmail.com> wrote:
Hi Guillermo
I'd recommend to use the latest pillar version in this branch:
I cloned that repo (using Iceberg on 6.1 image), moved to that branch and then tried ConfigurationOfPillar load{stable|bleedingEdge| etc}
To get all the dependencies. I got an error (see below) regarding magritte.
Any advice?
TIA
[image: Inline image 1]
Thanks! Arturo
--
Guille Polito
Research Engineer
Centre de Recherche en Informatique, Signal et Automatique de Lille
CRIStAL - UMR 9189
French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>*
*Web:* *http://guillep.github.io* <http://guillep.github.io>
*Phone: *+33 06 52 70 66 13 <+33%206%2052%2070%2066%2013>
-- Guille Polito Research Engineer Centre de Recherche en Informatique, Signal et Automatique de Lille CRIStAL - UMR 9189 French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>* *Web:* *http://guillep.github.io* <http://guillep.github.io> *Phone: *+33 06 52 70 66 13
Thanks Stef & Guillermo. Sorry, I'm a bit confused with Icerberg and GIT support. I'm using Iceberg and works fine for my small project without handling dependencies in github. I don't understand how dependencies are managed in this case. What I understand is that Pillar7 lives in Github, I cloned that repo, moved to the indicated branch when I try to install the packages (Icerber ->load package) it, as expected, asks for its dependencies. That's why I tried ConfigurationOfPillar loadXYZ @Stef, I'm trying to load Pillar packages into my image (pharo 6.1) for development. I tried the readme of that branch, I will report the errors I got in a separate thread. @Guillermo do you mean to manually clone each dependency github repo with iceberg? I think I'm missing something, some documentation maybe, any pointer is welcome. Thanks On Thu, Feb 15, 2018 at 6:01 AM, Guillermo Polito <guillermopolito@gmail.com
wrote:
And you should load baselines with iceberg (and git).
On Thu, Feb 15, 2018 at 8:25 AM, Stephane Ducasse <stepharo.self@gmail.com
wrote:
No you should use iceberg. The newpipeline is managed on github. Have a look at the readme of the that branch Before executing the build scripts check what it is doing.
Stef
On Wed, Feb 14, 2018 at 10:00 PM, Arturo Zambrano < arturo.zambrano@gmail.com> wrote:
Hi Guillermo
I'd recommend to use the latest pillar version in this branch:
I cloned that repo (using Iceberg on 6.1 image), moved to that branch and then tried ConfigurationOfPillar load{stable|bleedingEdge| etc}
To get all the dependencies. I got an error (see below) regarding magritte.
Any advice?
TIA
[image: Inline image 1]
Thanks! Arturo
--
Guille Polito
Research Engineer
Centre de Recherche en Informatique, Signal et Automatique de Lille
CRIStAL - UMR 9189
French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>*
*Web:* *http://guillep.github.io* <http://guillep.github.io>
*Phone: *+33 06 52 70 66 13 <+33%206%2052%2070%2066%2013>
--
Guille Polito
Research Engineer
Centre de Recherche en Informatique, Signal et Automatique de Lille
CRIStAL - UMR 9189
French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>*
*Web:* *http://guillep.github.io* <http://guillep.github.io>
*Phone: *+33 06 52 70 66 13
I found the baseline menu entry.. sorry [image: Inline image 1] installations fails when I choose Install baseline of Pillar (default) [image: Inline image 2] On Thu, Feb 15, 2018 at 12:50 PM, Arturo Zambrano <arturo.zambrano@gmail.com
wrote:
Thanks Stef & Guillermo.
Sorry, I'm a bit confused with Icerberg and GIT support. I'm using Iceberg and works fine for my small project without handling dependencies in github.
I don't understand how dependencies are managed in this case.
What I understand is that Pillar7 lives in Github, I cloned that repo, moved to the indicated branch when I try to install the packages (Icerber ->load package) it, as expected, asks for its dependencies. That's why I tried ConfigurationOfPillar loadXYZ
@Stef, I'm trying to load Pillar packages into my image (pharo 6.1) for development. I tried the readme of that branch, I will report the errors I got in a separate thread.
@Guillermo do you mean to manually clone each dependency github repo with iceberg? I think I'm missing something, some documentation maybe, any pointer is welcome.
Thanks
On Thu, Feb 15, 2018 at 6:01 AM, Guillermo Polito < guillermopolito@gmail.com> wrote:
And you should load baselines with iceberg (and git).
On Thu, Feb 15, 2018 at 8:25 AM, Stephane Ducasse < stepharo.self@gmail.com> wrote:
No you should use iceberg. The newpipeline is managed on github. Have a look at the readme of the that branch Before executing the build scripts check what it is doing.
Stef
On Wed, Feb 14, 2018 at 10:00 PM, Arturo Zambrano < arturo.zambrano@gmail.com> wrote:
Hi Guillermo
I'd recommend to use the latest pillar version in this branch:
I cloned that repo (using Iceberg on 6.1 image), moved to that branch and then tried ConfigurationOfPillar load{stable|bleedingEdge| etc}
To get all the dependencies. I got an error (see below) regarding magritte.
Any advice?
TIA
[image: Inline image 1]
Thanks! Arturo
--
Guille Polito
Research Engineer
Centre de Recherche en Informatique, Signal et Automatique de Lille
CRIStAL - UMR 9189
French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>*
*Web:* *http://guillep.github.io* <http://guillep.github.io>
*Phone: *+33 06 52 70 66 13 <+33%206%2052%2070%2066%2013>
--
Guille Polito
Research Engineer
Centre de Recherche en Informatique, Signal et Automatique de Lille
CRIStAL - UMR 9189
French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>*
*Web:* *http://guillep.github.io* <http://guillep.github.io>
*Phone: *+33 06 52 70 66 13
Hi arturo I do not really get how you do it. :) $ git clone git@github.com:pillar-markup/pillar.git -b newpipeline $ ./pillar/scripts/build.sh should load and then you get an image with pillar loaded. Now you can also just clone the branch and add with iceberg the project and load should work. May be you should enable the metacello settings to true. Stef On Thu, Feb 15, 2018 at 5:32 PM, Arturo Zambrano <arturo.zambrano@gmail.com> wrote:
I found the baseline menu entry.. sorry
[image: Inline image 1]
installations fails when I choose Install baseline of Pillar (default) [image: Inline image 2]
On Thu, Feb 15, 2018 at 12:50 PM, Arturo Zambrano < arturo.zambrano@gmail.com> wrote:
Thanks Stef & Guillermo.
Sorry, I'm a bit confused with Icerberg and GIT support. I'm using Iceberg and works fine for my small project without handling dependencies in github.
I don't understand how dependencies are managed in this case.
What I understand is that Pillar7 lives in Github, I cloned that repo, moved to the indicated branch when I try to install the packages (Icerber ->load package) it, as expected, asks for its dependencies. That's why I tried ConfigurationOfPillar loadXYZ
@Stef, I'm trying to load Pillar packages into my image (pharo 6.1) for development. I tried the readme of that branch, I will report the errors I got in a separate thread.
@Guillermo do you mean to manually clone each dependency github repo with iceberg? I think I'm missing something, some documentation maybe, any pointer is welcome.
Thanks
On Thu, Feb 15, 2018 at 6:01 AM, Guillermo Polito < guillermopolito@gmail.com> wrote:
And you should load baselines with iceberg (and git).
On Thu, Feb 15, 2018 at 8:25 AM, Stephane Ducasse < stepharo.self@gmail.com> wrote:
No you should use iceberg. The newpipeline is managed on github. Have a look at the readme of the that branch Before executing the build scripts check what it is doing.
Stef
On Wed, Feb 14, 2018 at 10:00 PM, Arturo Zambrano < arturo.zambrano@gmail.com> wrote:
Hi Guillermo
I'd recommend to use the latest pillar version in this branch:
I cloned that repo (using Iceberg on 6.1 image), moved to that branch and then tried ConfigurationOfPillar load{stable|bleedingEdge| etc}
To get all the dependencies. I got an error (see below) regarding magritte.
Any advice?
TIA
[image: Inline image 1]
Thanks! Arturo
--
Guille Polito
Research Engineer
Centre de Recherche en Informatique, Signal et Automatique de Lille
CRIStAL - UMR 9189
French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>*
*Web:* *http://guillep.github.io* <http://guillep.github.io>
*Phone: *+33 06 52 70 66 13 <+33%206%2052%2070%2066%2013>
--
Guille Polito
Research Engineer
Centre de Recherche en Informatique, Signal et Automatique de Lille
CRIStAL - UMR 9189
French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>*
*Web:* *http://guillep.github.io* <http://guillep.github.io>
*Phone: *+33 06 52 70 66 13 <+33%206%2052%2070%2066%2013>
Thanks for your support! The image seems to be successfully built. When running it, it seems to be headless but I'm sure I'm not running it in headless mode. Is there any specific parameter for building or running it with UI? (I also tried the pharo-ui launch script). On Thu, Feb 15, 2018 at 3:16 PM, Stephane Ducasse <stepharo.self@gmail.com> wrote:
Hi arturo
I do not really get how you do it. :)
$ git clone git@github.com:pillar-markup/pillar.git -b newpipeline $ ./pillar/scripts/build.sh
should load and then you get an image with pillar loaded. Now you can also just clone the branch and add with iceberg the project and load should work.
May be you should enable the metacello settings to true.
Stef
On Thu, Feb 15, 2018 at 5:32 PM, Arturo Zambrano < arturo.zambrano@gmail.com> wrote:
I found the baseline menu entry.. sorry
[image: Inline image 1]
installations fails when I choose Install baseline of Pillar (default) [image: Inline image 2]
On Thu, Feb 15, 2018 at 12:50 PM, Arturo Zambrano < arturo.zambrano@gmail.com> wrote:
Thanks Stef & Guillermo.
Sorry, I'm a bit confused with Icerberg and GIT support. I'm using Iceberg and works fine for my small project without handling dependencies in github.
I don't understand how dependencies are managed in this case.
What I understand is that Pillar7 lives in Github, I cloned that repo, moved to the indicated branch when I try to install the packages (Icerber ->load package) it, as expected, asks for its dependencies. That's why I tried ConfigurationOfPillar loadXYZ
@Stef, I'm trying to load Pillar packages into my image (pharo 6.1) for development. I tried the readme of that branch, I will report the errors I got in a separate thread.
@Guillermo do you mean to manually clone each dependency github repo with iceberg? I think I'm missing something, some documentation maybe, any pointer is welcome.
Thanks
On Thu, Feb 15, 2018 at 6:01 AM, Guillermo Polito < guillermopolito@gmail.com> wrote:
And you should load baselines with iceberg (and git).
On Thu, Feb 15, 2018 at 8:25 AM, Stephane Ducasse < stepharo.self@gmail.com> wrote:
No you should use iceberg. The newpipeline is managed on github. Have a look at the readme of the that branch Before executing the build scripts check what it is doing.
Stef
On Wed, Feb 14, 2018 at 10:00 PM, Arturo Zambrano < arturo.zambrano@gmail.com> wrote:
Hi Guillermo
I'd recommend to use the latest pillar version in this branch:
I cloned that repo (using Iceberg on 6.1 image), moved to that branch and then tried ConfigurationOfPillar load{stable|bleedingEdge| etc}
To get all the dependencies. I got an error (see below) regarding magritte.
Any advice?
TIA
[image: Inline image 1]
Thanks! Arturo
--
Guille Polito
Research Engineer
Centre de Recherche en Informatique, Signal et Automatique de Lille
CRIStAL - UMR 9189
French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>*
*Web:* *http://guillep.github.io* <http://guillep.github.io>
*Phone: *+33 06 52 70 66 13 <+33%206%2052%2070%2066%2013>
--
Guille Polito
Research Engineer
Centre de Recherche en Informatique, Signal et Automatique de Lille
CRIStAL - UMR 9189
French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>*
*Web:* *http://guillep.github.io* <http://guillep.github.io>
*Phone: *+33 06 52 70 66 13 <+33%206%2052%2070%2066%2013>
Pay attention that there is a pharo bug. The downloaded image has a minimal window of 10 pixels height and 5 width. On Thu, Feb 15, 2018 at 9:02 PM, Arturo Zambrano <arturo.zambrano@gmail.com> wrote:
Thanks for your support!
The image seems to be successfully built. When running it, it seems to be headless but I'm sure I'm not running it in headless mode. Is there any specific parameter for building or running it with UI? (I also tried the pharo-ui launch script).
On Thu, Feb 15, 2018 at 3:16 PM, Stephane Ducasse <stepharo.self@gmail.com
wrote:
Hi arturo
I do not really get how you do it. :)
$ git clone git@github.com:pillar-markup/pillar.git -b newpipeline $ ./pillar/scripts/build.sh
should load and then you get an image with pillar loaded. Now you can also just clone the branch and add with iceberg the project and load should work.
May be you should enable the metacello settings to true.
Stef
On Thu, Feb 15, 2018 at 5:32 PM, Arturo Zambrano < arturo.zambrano@gmail.com> wrote:
I found the baseline menu entry.. sorry
[image: Inline image 1]
installations fails when I choose Install baseline of Pillar (default) [image: Inline image 2]
On Thu, Feb 15, 2018 at 12:50 PM, Arturo Zambrano < arturo.zambrano@gmail.com> wrote:
Thanks Stef & Guillermo.
Sorry, I'm a bit confused with Icerberg and GIT support. I'm using Iceberg and works fine for my small project without handling dependencies in github.
I don't understand how dependencies are managed in this case.
What I understand is that Pillar7 lives in Github, I cloned that repo, moved to the indicated branch when I try to install the packages (Icerber ->load package) it, as expected, asks for its dependencies. That's why I tried ConfigurationOfPillar loadXYZ
@Stef, I'm trying to load Pillar packages into my image (pharo 6.1) for development. I tried the readme of that branch, I will report the errors I got in a separate thread.
@Guillermo do you mean to manually clone each dependency github repo with iceberg? I think I'm missing something, some documentation maybe, any pointer is welcome.
Thanks
On Thu, Feb 15, 2018 at 6:01 AM, Guillermo Polito < guillermopolito@gmail.com> wrote:
And you should load baselines with iceberg (and git).
On Thu, Feb 15, 2018 at 8:25 AM, Stephane Ducasse < stepharo.self@gmail.com> wrote:
No you should use iceberg. The newpipeline is managed on github. Have a look at the readme of the that branch Before executing the build scripts check what it is doing.
Stef
On Wed, Feb 14, 2018 at 10:00 PM, Arturo Zambrano < arturo.zambrano@gmail.com> wrote:
Hi Guillermo
I'd recommend to use the latest pillar version in this branch:
I cloned that repo (using Iceberg on 6.1 image), moved to that branch and then tried ConfigurationOfPillar load{stable|bleedingEdge| etc}
To get all the dependencies. I got an error (see below) regarding magritte.
Any advice?
TIA
[image: Inline image 1]
Thanks! Arturo
--
Guille Polito
Research Engineer
Centre de Recherche en Informatique, Signal et Automatique de Lille
CRIStAL - UMR 9189
French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>*
*Web:* *http://guillep.github.io* <http://guillep.github.io>
*Phone: *+33 06 52 70 66 13 <+33%206%2052%2070%2066%2013>
--
Guille Polito
Research Engineer
Centre de Recherche en Informatique, Signal et Automatique de Lille
CRIStAL - UMR 9189
French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>*
*Web:* *http://guillep.github.io* <http://guillep.github.io>
*Phone: *+33 06 52 70 66 13 <+33%206%2052%2070%2066%2013>
Oh! I see. Thanks a lot! On Fri, Feb 16, 2018 at 9:16 AM, Stephane Ducasse <stepharo.self@gmail.com> wrote:
Pay attention that there is a pharo bug. The downloaded image has a minimal window of 10 pixels height and 5 width.
On Thu, Feb 15, 2018 at 9:02 PM, Arturo Zambrano < arturo.zambrano@gmail.com> wrote:
Thanks for your support!
The image seems to be successfully built. When running it, it seems to be headless but I'm sure I'm not running it in headless mode. Is there any specific parameter for building or running it with UI? (I also tried the pharo-ui launch script).
On Thu, Feb 15, 2018 at 3:16 PM, Stephane Ducasse < stepharo.self@gmail.com> wrote:
Hi arturo
I do not really get how you do it. :)
$ git clone git@github.com:pillar-markup/pillar.git -b newpipeline $ ./pillar/scripts/build.sh
should load and then you get an image with pillar loaded. Now you can also just clone the branch and add with iceberg the project and load should work.
May be you should enable the metacello settings to true.
Stef
On Thu, Feb 15, 2018 at 5:32 PM, Arturo Zambrano < arturo.zambrano@gmail.com> wrote:
I found the baseline menu entry.. sorry
[image: Inline image 1]
installations fails when I choose Install baseline of Pillar (default) [image: Inline image 2]
On Thu, Feb 15, 2018 at 12:50 PM, Arturo Zambrano < arturo.zambrano@gmail.com> wrote:
Thanks Stef & Guillermo.
Sorry, I'm a bit confused with Icerberg and GIT support. I'm using Iceberg and works fine for my small project without handling dependencies in github.
I don't understand how dependencies are managed in this case.
What I understand is that Pillar7 lives in Github, I cloned that repo, moved to the indicated branch when I try to install the packages (Icerber ->load package) it, as expected, asks for its dependencies. That's why I tried ConfigurationOfPillar loadXYZ
@Stef, I'm trying to load Pillar packages into my image (pharo 6.1) for development. I tried the readme of that branch, I will report the errors I got in a separate thread.
@Guillermo do you mean to manually clone each dependency github repo with iceberg? I think I'm missing something, some documentation maybe, any pointer is welcome.
Thanks
On Thu, Feb 15, 2018 at 6:01 AM, Guillermo Polito < guillermopolito@gmail.com> wrote:
And you should load baselines with iceberg (and git).
On Thu, Feb 15, 2018 at 8:25 AM, Stephane Ducasse < stepharo.self@gmail.com> wrote:
No you should use iceberg. The newpipeline is managed on github. Have a look at the readme of the that branch Before executing the build scripts check what it is doing.
Stef
On Wed, Feb 14, 2018 at 10:00 PM, Arturo Zambrano < arturo.zambrano@gmail.com> wrote:
Hi Guillermo
I'd recommend to use the latest pillar version in this branch:
I cloned that repo (using Iceberg on 6.1 image), moved to that branch and then tried ConfigurationOfPillar load{stable|bleedingEdge| etc}
To get all the dependencies. I got an error (see below) regarding magritte.
Any advice?
TIA
[image: Inline image 1]
Thanks! Arturo
--
Guille Polito
Research Engineer
Centre de Recherche en Informatique, Signal et Automatique de Lille
CRIStAL - UMR 9189
French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>*
*Web:* *http://guillep.github.io* <http://guillep.github.io>
*Phone: *+33 06 52 70 66 13 <+33%206%2052%2070%2066%2013>
--
Guille Polito
Research Engineer
Centre de Recherche en Informatique, Signal et Automatique de Lille
CRIStAL - UMR 9189
French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>*
*Web:* *http://guillep.github.io* <http://guillep.github.io>
*Phone: *+33 06 52 70 66 13 <+33%206%2052%2070%2066%2013>
Hi arturo Pillar is based on templates so you edit the template and add more variables. In pillar 5 these variables are metadata so you should add a new one in the metadata declaration. Let me know if you need some screen sharing or some help. stef On Tue, Feb 13, 2018 at 4:21 PM, Arturo Zambrano <arturo.zambrano@gmail.com> wrote:
Hi All, Q1 Is there a way of adding page headers/footers in pillar? header = image + short legend. footer = line + section name + page number.
Q2 My plan is to use Pillar programmatically, are you aware of some projects that use Pillar in that way? Most of the documentation I found is regarding Pillar syntax. The testcases are good examples, but I would like to see something more complex if possible.
Thanks! Arturo
Hi Stef On Tue, Feb 13, 2018 at 2:18 PM, Stephane Ducasse <stepharo.self@gmail.com> wrote:
Hi arturo
Pillar is based on templates so you edit the template and add more variables.
got it
In pillar 5 these variables are metadata so you should add a new one in the metadata declaration. Let me know if you need some screen sharing or some help.
I will play a bit and come back with more questions. I assume that this is the main documentation source https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfu... If there is more documentation to read, please let me know. Thanks. Best Regards
stef
On Tue, Feb 13, 2018 at 4:21 PM, Arturo Zambrano <arturo.zambrano@gmail.com> wrote:
Hi All, Q1 Is there a way of adding page headers/footers in pillar? header = image + short legend. footer = line + section name + page number.
Q2 My plan is to use Pillar programmatically, are you aware of some projects that use Pillar in that way? Most of the documentation I found is regarding Pillar syntax. The testcases are good examples, but I would like to see something more complex if possible.
Thanks! Arturo
You have a booklet https://github.com/SquareBracketAssociates/Booklet-PublishingAPillarBooklet it is about Pillar 70 (mainly about book publishing) all the rest is compatible with Pillar 50. Stef On Tue, Feb 13, 2018 at 6:34 PM, Arturo Zambrano <arturo.zambrano@gmail.com> wrote:
Hi Stef
On Tue, Feb 13, 2018 at 2:18 PM, Stephane Ducasse <stepharo.self@gmail.com> wrote:
Hi arturo
Pillar is based on templates so you edit the template and add more variables.
got it
In pillar 5 these variables are metadata so you should add a new one in the metadata declaration. Let me know if you need some screen sharing or some help.
I will play a bit and come back with more questions.
I assume that this is the main documentation source https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfu...
If there is more documentation to read, please let me know.
Thanks. Best Regards
stef
On Tue, Feb 13, 2018 at 4:21 PM, Arturo Zambrano <arturo.zambrano@gmail.com> wrote:
Hi All, Q1 Is there a way of adding page headers/footers in pillar? header = image + short legend. footer = line + section name + page number.
Q2 My plan is to use Pillar programmatically, are you aware of some projects that use Pillar in that way? Most of the documentation I found is regarding Pillar syntax. The testcases are good examples, but I would like to see something more complex if possible.
Thanks! Arturo
participants (3)
-
Arturo Zambrano -
Guillermo Polito -
Stephane Ducasse