./www/monolith, CLI tool for saving complete web pages as a single HTML file

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.10.1, Package name: monolith-2.10.1, Maintainer: pkgsrc-users

A data hoarders dream come true: bundle any web page into a single HTML file.
You can finally replace that gazillion of open tabs with a gazillion of .html
files stored somewhere on your precious little drive.

Unlike the conventional Save page as, monolith not only saves the target
document, it embeds CSS, image, and JavaScript assets, producing a single HTML5
document that is a joy to store and share.

If compared to saving websites with wget -mpk, this tool embeds all assets as
data URLs and therefore lets browsers render the saved page exactly the way it
was on the Internet, even when no network connection is available.


Master sites:

Filesize: 3267.239 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-30 18:52:07 by pin | Files touched by this commit (3) | Package updated
Log message:
www/monolith: update to 2.10.1

0.10.1

    Automatically add robots:noindex, nofollow
    Fix parsing of srcset that contain newlines and spaces
    Improve output file path sanitizing mechanism

0.10.0
    Introducing file name templates (%title%, %timestamp%)
    JavaScript files are now embedded as plain text
    Fixed embedding images linked within SVG
    Improved parsing of srcset attribute
   2025-03-12 14:24:13 by pin | Files touched by this commit (3) | Package updated
Log message:
www/monolith: update to 2.9.0

 - on-disk caching
 - parsing multiple values within rel
 - embed apple-touch-icon assets
 - flag -s/--silent is now -q/--quiet
   2024-09-06 08:18:41 by pin | Files touched by this commit (3) | Package updated
Log message:
www/monolith: update to 2.8.3

 - Referer HTTP header is no longer sent for non-http(s) URL schemes
 - --no-default-features build flag prevents static linking of OpenSSL
   2024-09-04 11:30:18 by pin | Files touched by this commit (3) | Package updated
Log message:
www/monolith: update to 2.8.2

 - HTTP referer header now gets sent along with network requests for resources
 - Improved parsing of srcset HTML element attribute
 - openssl is now linked statically
   2024-01-14 21:08:31 by pin | Files touched by this commit (2) | Package updated
Log message:
www/monolith: update to 2.8.1

 - Get rid of build warnings
   2024-01-13 20:27:21 by pin | Files touched by this commit (3) | Package updated
Log message:
www/monolith: update to 2.8.0

 - Add cookie file support (-C option)
 - Move custom encoding option from -C to -E
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2022-11-10 22:58:08 by pin | Files touched by this commit (3) | Package updated
Log message:
www/monolith: update to 2.7.0

 - Add support for whitelisting and blacklisting domains
 - Fix bug that prevented processing of XHTML target documents