uriel

Uriel Web Browser & (not-yet) IRC Client for TempleOS

This is a proof-of-concept web browser & (soon) IRC client for TempleOS.
It is still very early stages.

Uriel

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

  • HGBD
  • Beautiful Soup 4 (for DolDoc preprocessing)
S
Description
Uriel Web Browser for TempleOS
Readme 130 KiB
Languages
Python 75.5%
HolyC 24.5%