Category Archives: ascii2html

Ascii2HTML updates

I fixed some errors, added support for more types (italic, blink, etc) and added some tests to verify if it still works correct. The program is still 245 lines. Example of the different things it can output:  http://download.sarine.nl/Ascii2HTML/result.html I will make a new release shortly.

Simple tool: Ascii2HTML

I wrote a simple new program today. I know this tool already exists, but the version I could fine used a combination of a shell script that output html + python script that it feeds the python interperter. So I decided to quickly write it in C (a bit more clean). It is just 245 read more »