From 37cbeb25aa64702776c7b431526371c1284b9feb Mon Sep 17 00:00:00 2001 From: Vincent Flyson Date: Sat, 4 Mar 2017 08:04:56 -0500 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bd6c342..5e92b99 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ # 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. +You can finally replace that gazillion of open tabs with a gazillion of .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. +Unlike conventional "Save page as …", `monolith` not only saves the target document, +but 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. +as data-URIs and therefore would display the page exactly the same at any given time, +being completely independent from the Internet. However, keep in mind that `monolith` is not aware of your browser's session.