mirror of
https://git.checksum.fail/alec/uriel.git
synced 2026-05-26 15:20:50 +00:00
649 B
649 B
uriel
Uriel Web Browser for TempleOS
This is a proof-of-concept web browser for TempleOS.
It is still very early stages.
Add the following to your /etc/hgbdd.conf:
modules: {
"uriel":"/path/to/uriel.py"
}
In your HomeKeyPlugIns.HC or other startup script:
#include "HGBD";
#include "Uriel";
You can launch a Browser in the current Task with:
U_Browser(url);
Prerequisites
- Sup1Utils/FileBMP.HC.Z from Sup1 disc (for now)
- HGBD
- Beautiful Soup 4 (for DolDoc preprocessing)
