You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
vflyson a5f724faed spice up the readme even more 7 years ago
bin Make it possible to require and use monolith as a node module 7 years ago
modules first commit 7 years ago
.gitignore Initial commit 7 years ago
LICENSE Initial commit 7 years ago
README.md spice up the readme even more 7 years ago
compactor.js Make it possible to require and use monolith as a node module 7 years ago
functions.js first commit 7 years ago
options.js first commit 7 years ago
package.json Make it possible to require and use monolith as a node module 7 years ago

README.md

monolith

A data hoarder's dream come true: bundle any web page into a stand-alone HTML file.
You can finally replace that gazillion of open tabs with a gazillion of
huge .html files stored somewhere on your precious little drive.

Unlike conventional "Save page as …", monolith saves the target
document and embeds JavaScript, CSS and image assets all at once,
resulting in a single HTML5 document that is a joy to store and share.

Works both on remote and local targets.

If compared to saving websites with wget -mpk, monolith embeds all assets
as data-URIs and therefore would display the page exactly the same at any time,
not depending on the Internet connection.

However, keep in mind that monolith is not aware of your browser's session.

Installation

$ sudo npm install -g git@github.com:Y2Z/monolith.git

Usage

$ monolith https://github.com > github.html

Options

  • -u: output the result as one big data-URI
  • -q: be quiet

License

GPLv3