summaryrefslogtreecommitdiff
path: root/textproc/java2html/pkg-descr
blob: 260b61ddfc1d307175000730bc860d5091aa68c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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