One Webpage, Under God, with "liberty" and JS for none
.gitignore | ||
owug.py | ||
README.md | ||
requirements.txt |
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 license 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
)