Re: [NTG-context] Cron /var/www/aanhet.net/context/bin/cron/context-mirror

2022-05-03 Thread Taco Hoekwater via ntg-context
Hi, So this cron forwarding actually works ;) > On 2 May 2022, at 17:01, Cron Daemon via ntg-context > wrote: > > receiving incremental file list > ./ > ctan.lsr > document-2.htm > download-1.htm > download-2.htm > install.htm > logo-ade.png > logo-cts.png > logo-pod.png > rss.xml >

Re: [NTG-context] Cron /var/www/aanhet.net/context/bin/cron/context-mirror

2022-05-03 Thread Rudolf Bahr via ntg-context
Am Tue, May 03, 2022 at 09:13:55AM +0200 schrieb Taco Hoekwater via ntg-context: > Hi, > > So this cron forwarding actually works ;) > > > > > On 2 May 2022, at 17:01, Cron Daemon via ntg-context > > wrote: > > > > receiving incremental file list > > ./ > > ctan.lsr > > document-2.htm > >

Re: [NTG-context] XML processing instructions

2022-05-03 Thread Duncan Hothersall via ntg-context
Just following up on my own question in case anybody else is interested, I realised that the logic of my preprocessor code wasn't the problem, it was just my ignorance of lua and character escaping. Both ? and * are special characters in string.gsub expressions, so they need to be escaped with the

[NTG-context] Citeproc-lua

2022-05-03 Thread Denis Maier via ntg-context
Hi, I just came across this: https://github.com/zepinglee/citeproc-lua Thats's an lua implemenation of the CSL language targeting LaTeX. I don't know if the processor itself contains any LaTeX specific code, but it looks like the integration basically happens here :