freebsd-ports/textproc/java2html/pkg-descr
Steve Price e085d0964d Update to version 0.7.2.
PR:		15562
Submitted by:	maintainer
1999-12-25 01:37:58 +00:00

15 lines
612 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
Homepage: http://user.cs.tu-berlin.de/~schintke/x2html/index.html