Re: [NTG-context] Fwd: Re: roadmap

2018-05-16 Thread Hans Hagen
On 5/16/2018 7:59 PM, Pablo Rodriguez wrote: On 05/16/2018 05:37 PM, Hans Hagen wrote: [...] actually it was something that came up when talking with Hermann Zapf years ago: he suggested to just vertically scale the text area (i actully implemented that an hour later) ... his opinion was that

Re: [NTG-context] roadmap

2018-05-16 Thread Fabrice L
Dear all, > - Check what additional features users want (miss) and decide to what extent and with what priority we will put effort in this. As asked, I add a wish to the list... One feature which I depend a lot on is to be able to do animations: I actually use the Raw Steps module, by David

Re: [NTG-context] Fwd: Re: roadmap

2018-05-16 Thread Pablo Rodriguez
On 05/16/2018 05:37 PM, Hans Hagen wrote: >>> [...] >>> actually it was something that came up when talking with Hermann Zapf >>> years ago: he suggested to just vertically scale the text area (i >>> actully implemented that an hour later) ... his opinion was that only a >>> very small percentage

[NTG-context] Fwd: Re: roadmap

2018-05-16 Thread Hans Hagen
Forwarded Message Subject: Re: [NTG-context] roadmap Date: Wed, 16 May 2018 17:37:30 +0200 From: Hans Hagen To: Pablo Rodriguez On 5/16/2018 5:18 PM, Pablo Rodriguez wrote: On 05/15/2018 11:26 PM, Hans Hagen wrote: On 5/15/2018 9:17 PM,

Re: [NTG-context] roadmap

2018-05-16 Thread Pablo Rodriguez
On 05/15/2018 11:26 PM, Hans Hagen wrote: > On 5/15/2018 9:17 PM, Pablo Rodriguez wrote: >> [...] >> Hans, >> >> I wonder whether it would be possible to implement a feature that you >> mentioned in the past. >> >> In order to avoid widow and orphan lines, you mentioned that it would be >>

Re: [NTG-context] Files on a server

2018-05-16 Thread Taco Hoekwater
> On 16 May 2018, at 15:41, Hans Hagen wrote: > > On 5/16/2018 2:58 PM, Hans van der Meer wrote: >> Beste Taco, >> Ik probeer jouw oplossing maar er gebeurt nog iets raars. Ik krijg inderdaad >> 200 resp. 404 terug bij bestaande niet-bestaande Uri’s. Maar ik krijg wel >>

Re: [NTG-context] Files on a server

2018-05-16 Thread Hans Hagen
On 5/16/2018 2:58 PM, Hans van der Meer wrote: Beste Taco, Ik probeer jouw oplossing maar er gebeurt nog iets raars. Ik krijg inderdaad 200 resp. 404 terug bij bestaande niet-bestaande Uri’s. Maar ik krijg wel een error die aan het eind van de run gegenereerd wordt. Heb jij enig idee waar ik

Re: [NTG-context] Files on a server

2018-05-16 Thread Hans van der Meer
Beste Taco, Ik probeer jouw oplossing maar er gebeurt nog iets raars. Ik krijg inderdaad 200 resp. 404 terug bij bestaande niet-bestaande Uri’s. Maar ik krijg wel een error die aan het eind van de run gegenereerd wordt. Heb jij enig idee waar ik dat zou moeten zoeken? Als ik de call naar

Re: [NTG-context] Files on a server

2018-05-16 Thread Taco Hoekwater
Or use luasocket, which is included in the luatex binary: \startluacode content, status, authinfo = socket.http.request{ method = "HEAD", url = "http://hansvandermeer.myqnapcloud.com/archive/denhaag/hga-dtb-1869-6040.pdf” } print (status) \stopluacode prints ‘404’ in this case.

Re: [NTG-context] Files on a server

2018-05-16 Thread Henri Menke
On 05/16/2018 11:23 PM, Hans van der Meer wrote: > I would be satisfied when a returned 404 error code will be handled > within a reasonable (configurable) time delay. As for redirection, there > I would not mind if it is not included. > Restrictions like that are not a problem for me, because

Re: [NTG-context] Files on a server

2018-05-16 Thread Hans van der Meer
I would be satisfied when a returned 404 error code will be handled within a reasonable (configurable) time delay. As for redirection, there I would not mind if it is not included. Restrictions like that are not a problem for me, because this is for building a pdf that accesses many internet

Re: [NTG-context] Files on a server

2018-05-16 Thread Henri Menke
On 05/16/2018 09:31 PM, Hans van der Meer wrote: > I tried to determine the existence of a file on the internet. See the > following macro call: > >         % Test if file exists. >         \edef\theurl{\linkprotocol://\urlbase\xmlatt{#1}{link}\thesuffix} >         \doiffileelse >        

[NTG-context] Files on a server

2018-05-16 Thread Hans van der Meer
I tried to determine the existence of a file on the internet. See the following macro call: % Test if file exists. \edef\theurl{\linkprotocol://\urlbase\xmlatt{#1}{link}\thesuffix} \doiffileelse {\theurl} {\verbose{HVDM-PEV-TEST}{file

Re: [NTG-context] roadmap

2018-05-16 Thread Hans Hagen
On 5/16/2018 7:38 AM, Henri Menke wrote: I just thought of another thing. Could you expose _all_ the subtypes of _all_ the different node types similar to node.id? (currently this is only enabled for whatsits)  As of now I always have to go to texnodes.w, find the array and count to find out

Re: [NTG-context] roadmap

2018-05-16 Thread Joseph Canedo
If I am not mistaken, you can write : node.new(‘noad’, nodes.noadcodes.bin) De : Henri Menke Envoyé le :mercredi 16 mai 2018 07:39 À : ntg-context@ntg.nl >> mailing list for ConTeXt users Objet :Re: [NTG-context] roadmap I just thought of another thing. Could you expose _all_ the subtypes of