This is probably not the right place, but I figured I’d give it a try. I’ve been trying to copy this website so I could have offline access when tooling around the Channel Islands. I could (and probably will), just copy/paste whatever info I need for my little trips, but the fact that I can’t copy it ass over is annoying the hell out of me. I’ve tried variations of wget -r ...
as well as httrack
with no success. Anyone have any idea how I can get this?
ash ( @ash@lemm.ee ) English5•2 years agoI used to use httrack as well, but it’s very outdated, please lmk if anyone has one similar
redcalcium ( @redcalcium@c.calciumlabs.com ) English5•2 years agoAnother option is to use the SingleFile browser extension. You can install it from your browser’s extension marketplace.
SingleFile can download an entire web page into a single html file while preserving the layout and images. It basically inline everything into a single file, which is very handy. The drawback is you’ll have to do it manually on every page you want to save, but it works really well. Even the google map embed in the page you linked got preseved as well (it’s not interactive anymore though because it’s not preserving javascript).
Oh, that is nice. Thanks for the link. That works great, basically similar effort to just copy/pasting, but with far better results.
jablz ( @jablz@vlemmy.net ) English3•2 years agoI’ve used ArchiveBox as a desktop app (on Linux Mint) which saves a snapshot of URL’s you feed it. Worked for the sites I needed when seeking an offline solution.
I had never heard of that app! I tried it with no luck, but I’m going to keep that in my pocket for later use. Thanks.
ttt3ts ( @ttt3ts@lemmy.dbzer0.com ) English1•2 years ago2nd this. I run archivebox docker flavor on my media server and have done so for years. Everything I bookmark is automatically offlined.
sequential ( @sequential@beehaw.org ) English1•2 years agoYou could try wget-2-zim and then open the zim file with kiwix, though you said you’ve tried variations of
wget -r
already. If you can get ahold of all of the files needed to run the page properly stored in a directory, then you can try usingzimwriterfs
to convert it to zim, that’s allwget-2-zim
does after it tries to fetch the files.