# uriel Uriel Web Browser & IRC Client for TempleOS This is a proof-of-concept web browser & (soon) IRC client for TempleOS. It is still very early stages. Start the proxy on the Host: ``` ./uriel_proxy ``` and bind a chardev in QEMU (or serial2 in VMware/VirtualBox) to TCP 127.0.0.1:7202 ``` #include "Uriel" ``` You can launch a Browser in the current Task with: ``` Browser(url); ``` Get files with: ``` Get(url or host_path, local_path); ``` or Send files with: ``` Send(local_path, host_path); ``` # Prerequisites - wget - Beautiful Soup 4 (for DolDoc preprocessing) - GraphicsMagick (for inline images) - TOSZ (to download .Z files)