one-webpage-under-god/README.md
2025-01-08 08:46:20 -06:00

642 B

One Webpage, Under God

With "liberty" and JS for none.


This makes any page a portable, single file with no external dependencies - with, of course, "liberty" (no options) and JS for none (it doesn't do JS).

Currently it supports hardcoding:

  • favicons
  • images
  • CSS
  • fonts

And also fixes any relative links to be absolute.

Usage

Install dependencies first of course

pip install -r requirements.txt

Then run it:

python3 owug.py 'https://example.com' 'out.html'

License

OWUG is licensed under GPL-3.0-only.


There's definitely not a secret patch to add JS support here.