Re: [NTG-context] ConTeXt as a service

2019-11-21 Thread Jan U. Hasecke
Am 20.11.19 um 18:10 schrieb Henning Hraban Ramm: > Hi! > > I’m running ConTeXt on my web server e.g. to generate shipping forms for a > customer. > > As Hans said, it makes sense to use an asynchronous setup; in my case it’s > celery/RabbitMQ behind Django. > > You probably need to set a few

[NTG-context] ConTeXt as a service

2019-11-21 Thread Brian Ballsun-Stanton
In reply to: https://mailman.ntg.nl/pipermail/ntg-context/2019/096313.html I personally run ConTeXt as a service (as a sort of do-it-yourself Overleaf). I use floobits (https://floobits.com/Denubis) as an intermediary code server, and their floomatic sevice(https://floobits.com/help/floomatic)

Re: [NTG-context] LuaTeX incompatible with Lua

2019-11-21 Thread Hans Hagen
On 11/21/2019 8:17 AM, Henri Menke wrote: Dear list, The following Lua script behaves differently when executed in Lua vs. LuaTeX.     print(os.execute("date")) It seems that the definition of os_execute in loslibext.c was copied over from Lua 5.1 and not adapted to newer versions.     $