[Gambas-user] "New" gambas-basic.org website

Adrien Prokopowicz adrien.prokopowicz at gmail.com
Thu Feb 15 00:23:35 CET 2018


Le 14/02/2018 à 13:34, PICCORO McKAY Lenz a écrit :
> 2018-02-11 17:36 GMT-04:00 Christof Thalhofer <chrisml at deganius.de 
> <mailto:chrisml at deganius.de>>:
> 
>     Am 10.02.2018 um 23:37 schrieb PICCORO McKAY Lenz:
>     > i suggested a hugo like static generation based on markup languaje, of
>     > course based on gambas cgi technology
> 
>     Static needs no CGI :-)
> 
> i refers to the generation process,, static need generate first, abd 
> currently only hugo and some perl/python scripts are available for...
> 
> there's no gambas tech that do that

There is no need for new "tech". All you need is :

- A templating engine (which is what gb.web's WebPage class is)
- A way to render these templates to files (which can be achieved with 
the WebPage.ToString() method).

And that's it ! :-)
You can see the result here[0]. (I'm waiting for Benoît to review it 
before putting this repo in the main organization, but he has to focus 
on releasing 3.11 first).

[0] https://gitlab.com/prokopyl/gambas.gitlab.io

-- 
Adrien Prokopowicz


More information about the User mailing list