/standalone-html

Incorporates external dependencies into HTML file using data: URI scheme

Primary LanguageHaskellGNU General Public License v2.0GPL-2.0

standalone-html is a simple filter that tries to create a standalone HTML file by incorporating scripts, styles, and images using 'data:' URIs, thus eliminating external dependencies.

Installing:

cabal install

Usage:

standalone-html < myfile.html > mynewfile.html