
NAME

  dkt html - Convert text to HTML


SYNOPSIS

  dkt html [<options>] [<arguments>]


DESCRIPTION

The program converts input data to HTML.


OPTIONS

-R
	skips all settings from dkt.conf configuration files.

-i encoding
	sets up the default input encoding. This encoding is used if no
	byte order marker is found at the beginning of input.

-p
	shortcut for "-i ascii".

-l
	add <code> tags containing line number (max. 999 lines).

-f
	creates a full HTML file.

-t title
	specifies the title for a full HTML file.

-e
	sets echo mode, the command line arguments are the input text
	to process.


RETURN VALUE

The program returns 0 on success, any other value indicates an error.

AUTHOR

Dirk Krause

HISTORY

The "dkt html" function replaces the text2htm program from previous
dktools versions.

