• HTML doc for tcllib

    From Helmut Giese@21:1/5 to All on Fri Feb 24 17:25:41 2023
    Hello out there,
    is there a site from where one can download the HTML docs for tcllib?
    I am aware of
    https://core.tcl-lang.org/tcllib/doc/trunk/embedded/md/toc.md
    but I would very much prefer to have the docs on my machine (energy
    wise it just doen't make any sense to again and again load the same
    documents).
    Any link will be greatly appreciated
    Helmut

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Luc@21:1/5 to Helmut Giese on Fri Feb 24 15:16:51 2023
    **************************
    On Fri, 24 Feb 2023 17:25:41 +0100, Helmut Giese wrote:

    Hello out there,
    is there a site from where one can download the HTML docs for tcllib?
    I am aware of
    https://core.tcl-lang.org/tcllib/doc/trunk/embedded/md/toc.md
    but I would very much prefer to have the docs on my machine (energy
    wise it just doen't make any sense to again and again load the same documents).
    Any link will be greatly appreciated
    Helmut


    Do you like the CHM format?

    https://groups.google.com/g/comp.lang.tcl/c/x8Ct0XZyO2Q

    I use that one every day.

    --
    Luc


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From pd@21:1/5 to Helmut Giese on Sat Feb 25 08:17:05 2023
    On 25/2/23 02:25, Helmut Giese wrote:
    Hello out there,
    is there a site from where one can download the HTML docs for tcllib?
    I am aware of
    https://core.tcl-lang.org/tcllib/doc/trunk/embedded/md/toc.md
    but I would very much prefer to have the docs on my machine (energy
    wise it just doen't make any sense to again and again load the same documents).
    Any link will be greatly appreciated
    Helmut

    You could convert them yourself. There's various converters but if you
    are on windows, notepad++ has a markdown viewer plugin which can save as
    html or pdf.

    Peter Dean

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alex P@21:1/5 to All on Sat Feb 25 09:39:10 2023
    mkdir core.tcl-lang

    cd core.tcl-lang

    wget -r -k -l 2 -p https://core.tcl-lang.org/tcllib/doc/trunk/embedded/md/toc.md

    cd ./core.tcl-lang.org/tcllib/doc/trunk/embedded/md

    toc.md

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Helmut Giese@21:1/5 to All on Tue Feb 28 23:25:10 2023
    Thank you all for your responses. I apologize for the delay but there
    were some familial problems I needed to take care of.

    Luc: I have this file but I very much prefer HTML files because they
    can go into different tabs of one browser window and /stay/ there.

    pd: Thanks to Alex I have them now on my machine.

    Alex: Many thanks for the code sample. The first run stalled on some
    amazon page, but then I looked at 'wget --help' and used the options
    to limit the retry count and to give a limit for time outs - and now I
    have them all on my machine.

    Many thanks to you again
    Helmut

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Peter Dean@21:1/5 to Helmut Giese on Wed Mar 1 14:22:20 2023
    On 1/03/2023 8:25 am, Helmut Giese wrote:
    Thank you all for your responses. I apologize for the delay but there
    were some familial problems I needed to take care of.

    Luc: I have this file but I very much prefer HTML files because they
    can go into different tabs of one browser window and /stay/ there.

    pd: Thanks to Alex I have them now on my machine.

    Alex: Many thanks for the code sample. The first run stalled on some
    amazon page, but then I looked at 'wget --help' and used the options
    to limit the retry count and to give a limit for time outs - and now I
    have them all on my machine.

    Many thanks to you again
    Helmut
    I thought I posted this, but problems with astraweb. Byebye astraweb,
    hello eternal september.

    The html docs come with the source.

    wget https://core.tcl-lang.org/tcllib/uv/tcllib-1.21.tar.gz
    tar zxvf tcllib-1.21.tar.gz
    cd tcllib-1.21/idoc/www/
    ls


    image index.html tcllib toc0.html toc1.html toc2.html toc.html

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)