Hv3 Web Browser Alpha 13 review

Download
by rbytes.net on

Hv3 (Html Viewer 3) is a minimalist web browser that uses Tkhtml

License: BSD License
File size: 0K
Developer: Dan and Richard
0 stars award from rbytes.net

Hv3 (Html Viewer 3) is a minimalist web browser that uses Tkhtml. Currently it is at early alpha stage. Please try it out, then report bugs or make suggestions.

Using hv3 and reporting bugs with it and the underlying Tkhtml widget assists Tkhtml development greatly. Suggestions also gratefully received.

Hv3 is not yet as sophisticated as most popular web browsers. Most notably, it does not support either javascript or plugins (although it can run most "tclets" created for the tcl plugin). As well as formatting HTML/CSS documents, hv3 supports FRAMESET documents, tabs, HTML forms and HTTP cookies.

By itself, hv3 can connect to remote servers to retrieve documents specified by http URIs using the built-in Tcl http package. However much better performance can be obtained by installing the custom http proxy program hv3_polipo (also available for download from this site). Once installed, hv3 starts and stops hv3_polipo automatically. See below for installation instructions.

Usage:

After downloading the starkit and tclkit runtime (files 1 and 2), Linux users must decompress the tclkit runtime, change it's permissions to be executable and execute it with the path of to the starkit as the first argument. For example:

$ gunzip ./tclkit-linux-x86-xft.gz
$ chmod 755 ./tclkit-linux-x86-xft
$ ./tclkit-linux-x86-xft ./hv3_img.kit

What's New in This Release:
The main change for this release is that Hv3 is now distributed as a single executable, not multiple files.
It also fixes many things, including the appearance of < SELECT > elements, HTTP "Refresh" and "Location" headers, the "white-space" property, various properties applied to the < BODY > and < HTML > elements, and some resource leaks.
Some CPU-time based optimizations were made.

Hv3 Web Browser Alpha 13 keywords