gnu: monolith: Make description more neutral.
* gnu/packages/web.scm (monolith)[description]: Make description more neutral.
This commit is contained in:
parent
d986544316
commit
58e1d0e642
1 changed files with 4 additions and 7 deletions
|
@ -264,14 +264,11 @@ Interface} specification.")
|
||||||
(home-page "https://github.com/Y2Z/monolith")
|
(home-page "https://github.com/Y2Z/monolith")
|
||||||
(synopsis "Command line tool for saving web pages as a single HTML file")
|
(synopsis "Command line tool for saving web pages as a single HTML file")
|
||||||
(description
|
(description
|
||||||
"Monolith bundles any web page into a single HTML file. You can finally
|
"Monolith bundles any web page into a single HTML file.
|
||||||
replace that gazillion of open tabs with a gazillion of @file{.html} files
|
|
||||||
stored somewhere on your precious little drive.
|
|
||||||
|
|
||||||
Unlike conventional ``Save page as…'', Monolith not only saves the
|
Unlike conventional ``Save page as…'', Monolith not only saves the target
|
||||||
target document, it embeds CSS, image, and JavaScript assets all at
|
document, it embeds CSS, image, and JavaScript assets all at once, producing
|
||||||
once, producing a single HTML5 document that is a joy to store and
|
a single HTML5 document.
|
||||||
share.
|
|
||||||
|
|
||||||
If compared to saving websites with @samp{wget -mpk}, Monolith embeds
|
If compared to saving websites with @samp{wget -mpk}, Monolith embeds
|
||||||
all assets as data URLs and therefore displays the saved page exactly
|
all assets as data URLs and therefore displays the saved page exactly
|
||||||
|
|
Reference in a new issue