one-webpage-under-god/README.md

38 lines
575 B
Markdown
Raw Normal View History

2025-01-04 20:37:35 +00:00
# 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).
2025-01-04 20:37:35 +00:00
Currently it supports hardcoding:
- favicons
- images
- CSS
And also fixes any relative links to be absolute.
2025-01-04 20:37:35 +00:00
## Usage
Install dependencies first of course
```sh
pip install -r requirements.txt
```
Then run it:
2025-01-04 20:37:35 +00:00
```sh
python3 owug.py 'https://example.com' 'out.html'
```
## License
2025-01-04 20:40:59 +00:00
OWUG is licensed under `GPL-3.0-only`.
2025-01-04 20:37:35 +00:00
## TODO
- Add font support