diff options
Diffstat (limited to 'textproc/perl2html/pkg-descr')
-rw-r--r-- | textproc/perl2html/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/perl2html/pkg-descr b/textproc/perl2html/pkg-descr new file mode 100644 index 000000000000..7899beb103ab --- /dev/null +++ b/textproc/perl2html/pkg-descr @@ -0,0 +1,11 @@ +Perl2html is a syntax highlighter for Perl source code that produces a +highlighted html file as output. + +Perl2html 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 |