summaryrefslogtreecommitdiff
path: root/textproc/c2html/pkg-descr
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-04-02 03:59:00 +0000
committerSteve Price <steve@FreeBSD.org>1999-04-02 03:59:00 +0000
commit9e81420d3343487db0ad6c913a717fbf45c68c08 (patch)
treef5c4f2c570394663b6eb0da18480bdb629d44691 /textproc/c2html/pkg-descr
parentNotes 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-descr5
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.