aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/c2html/pkg-descr
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-12-25 09:37:58 +0800
committersteve <steve@FreeBSD.org>1999-12-25 09:37:58 +0800
commit94ebbc4ca7b98298df8e834fc9cd5ffca822cb07 (patch)
treeb6cfab5f4ff7ea38b4db8cd1c6c37a67611fd0bf /textproc/c2html/pkg-descr
parent00415eb52dd13812f7b0e26afe9092ad1252e862 (diff)
downloadfreebsd-ports-gnome-94ebbc4ca7b98298df8e834fc9cd5ffca822cb07.tar.gz
freebsd-ports-gnome-94ebbc4ca7b98298df8e834fc9cd5ffca822cb07.tar.zst
freebsd-ports-gnome-94ebbc4ca7b98298df8e834fc9cd5ffca822cb07.zip
Update to version 0.7.2.
PR: 15562 Submitted by: maintainer
Diffstat (limited to 'textproc/c2html/pkg-descr')
-rw-r--r--textproc/c2html/pkg-descr23
1 files changed, 13 insertions, 10 deletions
diff --git a/textproc/c2html/pkg-descr b/textproc/c2html/pkg-descr
index 58f56c55b59e..d604dc07fc81 100644
--- a/textproc/c2html/pkg-descr
+++ b/textproc/c2html/pkg-descr
@@ -1,11 +1,14 @@
-c2html is a syntax highlighter for C source code that produces a
-highlighted html file as output. The output can be read by any
-graphical WWW-Browser. If the browser understands the tags to change
-font colors (as Netscape does) the output will look like highlighted
-by emacs. Otherwise it will not look so nice, but readability is
-increased too.
+C2html is a syntax highlighter for C source code that produces a
+highlighted html file as output.
-c2html can also work as a CGI program and convert your sources on the
-fly. To use in this way copy it to your /cgi-bin directory and
-configure your webserver to call c2html for *.c and *.h files. An
-example that works with Apache is described in the manpage.
+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!
+Homepage: http://user.cs.tu-berlin.de/~schintke/x2html/index.html