You are not logged in.
Pages: 1
This is a great program, its good to be able to save a complete web page as just one html document.
https://github.com/Y2Z/monolith
A data hoarder's dream come true: bundle any web page into a single HTML file.
You can finally replace that gazillion of open tabs with a gazillion of .html files stored somewhere on your precious little drive.Unlike the conventional "Save page as", monolith not only saves the target document, it embeds CSS, image, and JavaScript assets all at once, producing a single HTML5 document that is a joy to store and share.
If compared to saving websites with wget -mpk, this tool embeds all assets as data URLs and therefore lets browsers render the saved page exactly the way it was on the Internet, even when no network connection is available.
This is not in the debian repositories though, would need to be compiled from source.
Edit: i tried this on void linux today and it worked fine, unfortunatly the version of cargo in debian stretch and buster needed to compile this program is out of date. One to watch though. There is a snap package you can use though if you have snap installed.
https://github.com/Y2Z/monolith/issues/45
Last edited by clusterF (2019-09-07 12:18:04)
Offline
Great. Thanks.
Offline
This looks like just what I want, now that my favourite Firefox extension Scrapbook is defunct.
Pity about cargo.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
@johnraff
You can install Rust (and by extension, Cargo) using rustup. Should get you the latest stable version.
@clusterF
Great timing. I was looking for something like this. Thanks for sharing.
Offline
^Thanks for the hint. This goes on my personal to-do.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
Zotero could be an alternative and it does a bunch of other things too making it an alternative to Mendelev (document data base).
/Martin
"Problems worthy of attack
prove their worth by hitting back."
Piet Hein
Offline
@johnraff
You can install Rust (and by extension, Cargo) using rustup. Should get you the latest stable version.@clusterF
Great timing. I was looking for something like this. Thanks for sharing.
Your welcome, thanks for the hint on rustup, just installing rust/cargo now on a devuan beowulf/buster partition.
Offline
I guess I'm less concerned with fidelity, so the recent discovery of markdown-clipper has been great. It runs the page through FF's readability script, then saves as a nice and clean *.md file. I've been trying to hack a script to do this for years, the closest I've found has been Read2Text.
Offline
^ im not too concerned with fidelity either. It could be an interesting tool to create exact snapshots of web pages in .html format for scholarly reasons similar to way back machine from archive.org.
Last edited by clusterF (2019-10-05 15:16:41)
Offline
Pages: 1