Re: [Oorexx-devel] access to ooRexx documentation

2025-01-16 Thread Harmander Singh
Thank you for the examples. The use of curl as demoed by you helped me to download a document which would not download faithfully via the browser download method (some of the images were showing up only as icons). Also it was much, much faster. Harmander Singh On Mon, 13 Jan 2025 at 18:38, ooRexx

Re: [Oorexx-devel] access to ooRexx documentation

2025-01-13 Thread tango
Thank you! That's exactly what I was looking for! On 2025.01.12 23.01, ooRexx wrote: Some examples: /usr/bin/curl -L --insecure https://sourceforge.net/projects/oorexx/files/oorexx-docs/5.1.0beta/rexxref.pdf > oorexxDocs/rexxref.pdf wget --no-check-certificate --no-verbose --timestamping

Re: [Oorexx-devel] access to ooRexx documentation

2025-01-12 Thread ooRexx
Some examples: /usr/bin/curl -L --insecure https://sourceforge.net/projects/oorexx/files/oorexx-docs/5.1.0beta/rexxref.pdf > oorexxDocs/rexxref.pdf wget --no-check-certificate --no-verbose --timestamping --no-if-modified-since https://sourceforge.net/projects/oorexx/files/oorexx-docs/5.1.0bet

Re: [Oorexx-devel] access to ooRexx documentation

2025-01-12 Thread P. O. Jonsson
Hi, You can use cURL or WGET, we do that for the builds,Von meinem iPhone gesendetP.O. JonssonAm 13.01.2025 um 01:20 schrieb tango : That link makes use of a browser, I'm try to get access by program (ooRexx, natch) from a server (headless).   Access to individual fi

Re: [Oorexx-devel] access to ooRexx documentation

2025-01-12 Thread tango
That link makes use of a browser, I'm try to get access by program (ooRexx, natch) from a server (headless).   Access to individual files on SF is difficult (impossible?) from a program. That's why I asked about access to build system files or build system produced files.  I could just download

Re: [Oorexx-devel] access to ooRexx documentation

2025-01-12 Thread René Jansen
Hi Terry, everything OK with you and Julia? We saw the horrible fires on the news. I would think svn is you friend here, if you checkout ooRexx then https://sourceforge.net/projects/oorexx/files/oorexx-docs/5.1.0beta/ contains the current docs. best regards, René. > On 12 Jan 2025, at 22:52,