On 12/4/24 6:06 AM, poc...@homemail.com wrote:
Sent: Wednesday, December 04, 2024 at 6:27 AM
From: "Richard Owlett" <rowl...@access.net>
To: "debian-user" <debian-user@lists.debian.org>
Subject: Kate editor documentation as downloadable HTML file(s)?
I recently discovered Kate. One might think its design goals were how I
work and a specific personal project I have. Get idea that I like it ;}
I find HTML formatted documentation much more usable than PDF.
A fine manual at https://docs.kde.org/stable5/en/kate/kate/index.html .
Two questions:
1. Has someone packaged it as a downloadable file?
2. Is there a script that would download it to a specific local
directory in a manner that all it's internal links work?
TIA
If you have firefox you can do a "save page as" which is what I do.
My primary browser is SeaMonkey. As my OS is Debian I have Firefox
available. Both save *ONLY* the first page.
Otherwise you would have to
wget -np --mirror <url>
with the <url> being the url to the kate docs.
https://learntheshell.com/posts/web-page-mirroring-with-wget/
https://www.baeldung.com/linux/wget-mirroring
https://alvinalexander.com/linux-unix/how-to-make-offline-mirror-copy-website-with-wget/
I've just downloaded those and the wget man-page.
Now for a cup of coffee and some reading ;}
Thanks.