summaryrefslogblamecommitdiff
path: root/textproc/c2html/pkg-descr
blob: a8e83d09e0826d7f9b6f44ad4c7ae7b1f0d79338 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13

                                                                
 









                                                                         
                                                  
C2html is a syntax highlighter for C source code that produces a
highlighted html file as output.

C2html offers the following features:
   
    - 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

Please use the java2html port for converting C++ sources!
WWW: http://user.cs.tu-berlin.de/~schintke/x2html/