diff options
author | Steve Price <steve@FreeBSD.org> | 1999-04-02 03:59:00 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-04-02 03:59:00 +0000 |
commit | 9e81420d3343487db0ad6c913a717fbf45c68c08 (patch) | |
tree | f5c4f2c570394663b6eb0da18480bdb629d44691 /textproc/c2html/pkg-descr | |
parent | Notes from submitter: (diff) |
Update to version 0.4.
PR: 10732
Submitted by: Martin Kammerhofer <mkamm@gmx.net>
Diffstat (limited to 'textproc/c2html/pkg-descr')
-rw-r--r-- | textproc/c2html/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/c2html/pkg-descr b/textproc/c2html/pkg-descr index d4bd0de3148a..58f56c55b59e 100644 --- a/textproc/c2html/pkg-descr +++ b/textproc/c2html/pkg-descr @@ -4,3 +4,8 @@ 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 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. |