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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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.