idx2html

Name

idx2html -- Convert an index to HTML.

Synopsis

idx2html [--help] [--version]

Description

idx2html converts an idxtools index file into HyperText Markup Language (HTML).

The index is read from standard input and the converted index is output to standard output.

Options

--help

Output brief help information.

--version

Display version information.

Example

idx2html < example.idx > example.html

Converts "example.idx" to HTML, writing the result to "example.html".