NAME

humelib::show_HTML - render HTML data
humelib::show_HTML_file - render an HTML data file

SYNOPSIS

package require Humelib
humelib::show_HTML html_data {title {Online Help}}
humelib::show_HTML_file pathname {title {Online Help}}

DESCRIPTION

These commands use the HTML rendering code that was written in 1995 by the Tcl group at Sun Microsystems that became Scriptics and Ajuba. The code does a great job in presenting simple documents with basic markups, but it does not compare to state-of-the-art browsers that properly handle frames, and more sophisticated features.

These commands are part of the Humelib package and can be imported from the namespace humelib.

Use of the HTML rendering code is subject to terms and conditions similar to the use of Tcl. See the file html_library.terms in the Humelib package directory.

EXAMPLE

package require Humelib
namespace import -force humelib::*
show_HTML_file /hume/components/dcc/dc_user_guide.html

AUTHOR

Hume Integration Software, www.hume.com

SEE ALSO

An alternative is to exec a full-featured web browser.

KEYWORDS

HTML, hypertext