Code2HTML is a perl script that converts a program source code to syntax highlighted HTML. It may be called as a CGI script. It can also handle include commands in HTML files.
License
MIT LicenseFollow Code2HTML
Other Useful Business Software
Get Avast Free Antivirus with 24/7 AI-powered online scam detection
Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
Rate This Project
Login To Rate This Project
User Reviews
-
I think this is a very cool tool... needs some polishing... for example adding a <br> tag at the end of a line so some forums can actually display the code correctly.
-
The html code generated by this script is not valid HTML. It fails validation using the w3c markup validation service, largely as a result of using the deprecated font tag and not declaring a doctype or character encoding type.