mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
7b5716ea0b
A Perl source to HTML converter. PR: 11907 Submitted by: Martin Kammerhofer <mkamm@gmx.net>
12 lines
502 B
Plaintext
12 lines
502 B
Plaintext
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
|