monolith
Command line tool for saving web pages as a single HTML file
Monolith bundles any web page into a single HTML file.
Unlike 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.
If compared to saving websites with wget -mpk, Monolith embeds all assets as data URLs and therefore displays the saved page exactly the same, being completely separated from the Internet.
- Versions: 2.8.1
- Website: https://github.com/Y2Z/monolith
- Licenses: Unlicense
- Package source: gnu/packages/web.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of monolith
as follows:
guix install monolith
Or install a particular version:
guix install monolith@2.8.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
HTML: <a href='http://127.0.0.1:3000/packages/monolith/'><img src='http://127.0.0.1:3000/packages/monolith/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/monolith/badges/latest-version.svg)](http://127.0.0.1:3000/packages/monolith/) Org: [[http://127.0.0.1:3000/packages/monolith/][http://127.0.0.1:3000/packages/monolith/badges/latest-version.svg]]