diff options
author | Dan Moschuk <dan@FreeBSD.org> | 1999-10-03 22:31:36 +0800 |
---|---|---|
committer | Dan Moschuk <dan@FreeBSD.org> | 1999-10-03 22:31:36 +0800 |
commit | 6a2c3cbcfd740839206590b1844b85a761b33b0c (patch) | |
tree | 2c090bc1f3dee1267de287a2b05a809651e66926 /textproc/code2html/pkg-descr | |
parent | 7b91ab0d5a1c6b5157cb7844cdf6c30e18ec0f5a (diff) | |
download | freebsd-ports-gnome-6a2c3cbcfd740839206590b1844b85a761b33b0c.tar.gz freebsd-ports-gnome-6a2c3cbcfd740839206590b1844b85a761b33b0c.tar.zst freebsd-ports-gnome-6a2c3cbcfd740839206590b1844b85a761b33b0c.zip |
Welcome code2html into its new (and rightful) home in textproc. Code2html
is a source code to html converter.
Diffstat (limited to 'textproc/code2html/pkg-descr')
-rw-r--r-- | textproc/code2html/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/code2html/pkg-descr b/textproc/code2html/pkg-descr new file mode 100644 index 000000000000..222fd1c7a9f5 --- /dev/null +++ b/textproc/code2html/pkg-descr @@ -0,0 +1,14 @@ +Sourcecode to HTML converter + +code2html converts a program source code to syntax +highlighted HTML. It may be called as a CGI script and +can also handle include commands in HTML files. + +Support for the following languages: + Ada, C, C++, HTML, Java, JavaScript, Makefile, + Pascal, Perl, SQL, Awk, m4, groff. + +WWW: http://www.cosy.sbg.ac.at/~ppalfrad/code2html/ + +- Chris D. Faulhaber +jedgar@fxp.org |