aboutsummaryrefslogtreecommitdiff
path: root/textproc/java2html/pkg-descr
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-03 02:55:20 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-03 02:55:20 +0000
commit533eb9e8d92242415071ac6246b23e9f62b96521 (patch)
tree4e611ea9bc05c0fc16afa7495faddc041913cfb7 /textproc/java2html/pkg-descr
parentf61a972ad17fae709a3d09d5b8943bf062a3b46b (diff)
Notes
Diffstat (limited to 'textproc/java2html/pkg-descr')
-rw-r--r--textproc/java2html/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/java2html/pkg-descr b/textproc/java2html/pkg-descr
new file mode 100644
index 000000000000..260b61ddfc1d
--- /dev/null
+++ b/textproc/java2html/pkg-descr
@@ -0,0 +1,12 @@
+Java2html is a syntax highlighter for Java and C++ source code that
+produces a highlighted html file as output.
+
+Java2html offers the following features:
+
+ - support for Java and C++
+ - 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