On 26 April 2018 at 14:04, Henk P. Penning <penn...@uu.nl> wrote:
> On Thu, 26 Apr 2018, sebb wrote:
>
>> Date: Thu, 26 Apr 2018 13:25:49 +0200
>> From: sebb <seb...@gmail.com>
>> To: general@attic.apache.org
>> Subject: Re: svn commit: r1830185 - /attic/site-lua/docs/OUT
>
>
>> I have recently tried using an array for postlude.
>> That has the advantage that the output is still folded.
>> I would like to keep that feature if possible.
>> I will try converting the copy under site-jekyll to YAML and see if
>> there are any issues
>
>
>   I think postlude should be just a text blob :
>
>     postlude: |-
>       just a blob
>
>   Adding structuring is artificial, and a source of errors.

It makes checking the generated HTML harder.

And I don't agree it causes errors.

>
>>>   can you please fix the projects.json ?
>>>   Avoid the booleans by changing the values of
>>>   'nodist' and 'keys' to 1 (instead of 'true').
>
>
>> Why avoid booleans?
>
>
>   It is a perl thingy ; a JSON-read accepts true and false,
>   but the resulting data-structure has typed values
>   JSON::XS::Boolean (or some such) that YAML doesn't grok.
>   Using just 0 and 1 makes it a little easier (without
>   loss). Please fix.

The Jekyll PoC does not use Perl.

It's also ambiguous to use 0 and 1 because their truth values depends
on the language.

>   Groeten,
>
>   HPP
>
>
> ------------------------------------------------------------   _
> Henk P. Penning, ICT-beta                 R Uithof MG-403    _/ \_
> Faculty of Science, Utrecht University    T +31 30 253 4106 / \_/ \
> Leuvenlaan 4, 3584CE Utrecht, NL          F +31 30 253 4553 \_/ \_/
> http://www.staff.science.uu.nl/~penni101/ M penn...@uu.nl     \_/

Reply via email to