freebsd-ports/textproc/java2html/pkg-descr
Steve Price 533eb9e8d9 Initial import of java2html version 0.4.
A Jave, C, and C++ to HTML converter.

PR:		10885
Submitted by:	Martin Kammerhofer <mkamm@gmx.net>
1999-05-03 02:55:20 +00:00

13 lines
544 B
Plaintext

Java2html is a syntax highlighter for Java and C++ source code that
produces a highlighted html file as output.
Java2html offers the following features:
- support for Java and C++
- fast (single pass conversion using flex)
- doesn't change formatting - only adds <FONT COLOR=#XXXX> tags
and properly escapes non-ascii characters
- easy integration with webservers - browse your sources colourized
- gzips http output for browsers to save bandwidth (only in CGI mode)
- documentation and manpage included