Text Decklist Converter

Essentially, there are two parts to this program. First is the html page.
Most browsers allow you to view html code for a page you are viewing.
But, if you didn't catch it, here it is again:



The next bit takes a bit of programming. The CGI script was made with Flaming Thunder, full version.
I use Flaming Thunder because it's easy to learn and can cross-compile.
(That is, I wrote the program on a Windows machine, but the server runs Linux.)
The compiled executable is approximately 37 KB. Here's the source code:


Though there's a little tweak because HTML doesn't like embedded text areas.
(You'd have to remove the "#" from the <#/textarea> before this would display correctly.)