You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
LICENSE | 6 years ago | |
README.md | 5 years ago | |
Uriel.HC | 5 years ago | |
uriel.py | 6 years ago |
README.md
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)