Update README.md
This commit is contained in:
parent
9910a4e5ed
commit
1a9391c6fe
1 changed files with 5 additions and 6 deletions
11
README.md
11
README.md
|
@ -1,16 +1,15 @@
|
||||||
# monolith
|
# monolith
|
||||||
A data hoarder's dream come true:
|
A data hoarder's dream come true: bundle any web page into a stand-alone HTML file.
|
||||||
bundle any web page into a stand-alone HTML file.
|
|
||||||
|
|
||||||
Unlike conventional "Save page as …", `monolith` saves the target
|
Unlike conventional "Save page as …", `monolith` saves the target
|
||||||
document **and** embeds JavaScript, CSS and image assets **all at once**,
|
document **and** embeds JavaScript, CSS and image assets **all at once**,
|
||||||
resulting in a single HTML5 document that is easy to store and share.
|
resulting in a single HTML5 document that is a joy to store and share.
|
||||||
|
|
||||||
Works both on remote and local targets.
|
Works both on remote and local targets.
|
||||||
|
|
||||||
If compared to saving websites with `wget -mpk`,
|
If compared to saving websites with `wget -mpk`, `monolith` embeds all assets
|
||||||
`monolith` embeds all assets as data-URIs and therefore would display the page
|
as data-URIs and therefore would display the page exactly the same at any time,
|
||||||
exactly the same at any time, not depending on the Internet connection.
|
not depending on the Internet connection.
|
||||||
|
|
||||||
However, keep in mind that `monolith` is not aware of your browser's session.
|
However, keep in mind that `monolith` is not aware of your browser's session.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue