One Webpage, Under God, with "liberty" and JS for none
Find a file
2025-01-04 14:40:59 -06:00
.gitignore initial commit 2025-01-04 14:37:35 -06:00
owug.py initial commit 2025-01-04 14:37:35 -06:00
README.md fix typo 2025-01-04 14:40:59 -06:00
requirements.txt initial commit 2025-01-04 14:37:35 -06:00

One Webpage, Under God

With "liberty" and JS for none.


It's a thing to make a webpage into a 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

Usage

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

License

OWUG is licensed under GPL-3.0-only.

TODO

  • Add CSS support
  • Add support for making relative links into absolute ones (/.a.html -> https://example.com/a.html)