summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-12-03 09:08:05 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-12-03 09:08:05 +0100
commit58e1d0e6426bedfa76ba7a4316ec44e0d03b0ce8 (patch)
treef10df59be676a5fd56494461e586fa5f0d929fa0
parentd9865443161efb6edfa82fb924e8fcae02b1e851 (diff)
gnu: monolith: Make description more neutral.
* gnu/packages/web.scm (monolith)[description]: Make description more neutral.
-rw-r--r--gnu/packages/web.scm13
1 files changed, 5 insertions, 8 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 1a639f5343..c7846bd38c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -264,14 +264,11 @@ Interface} specification.")
(home-page "https://github.com/Y2Z/monolith")
(synopsis "Command line tool for saving web pages as a single HTML file")
(description
- "Monolith bundles any web page into a single HTML file. You can finally
-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
-target document, it embeds CSS, image, and JavaScript assets all at
-once, producing a single HTML5 document that is a joy to store and
-share.
+ "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 @samp{wget -mpk}, Monolith embeds
all assets as data URLs and therefore displays the saved page exactly