Sept. 11, 2017
1:14 p.m.
I don't know how modular it is, but maybe loading only the 'Seaside-Canvas' package you can use the WAHtmlCanvas to create the HTML content. I used it together with Mandrill client by creating the mail body with the result of `WAHtmlCanvas builder render: [ :html | ... ]`. HTH. Regards, Esteban A. Maringolo 2017-09-11 7:31 GMT-03:00 Pierce Ng <pierce@samadhiweb.com>:
On Fri, Sep 08, 2017 at 03:15:56PM -0700, Sean P. DeNigris wrote:
I'd like to create HTML via a DSL, like Seaside's canvas builder, but without loading a whole web framework. Any ideas?
I wrote this but subsequently decided that loading the whole of Seaside into my image just for this functionality is ok and stopped.
http://smalltalkhub.com/#!/~PierceNg/WaterMint-HTML
Pierce