cgipm

cgipm Design History

Table of Contents

2000-02-25

Rebuilt dir to separate it from pyperl. Up to that point, I had the basic mechanisms in place to generate forms. The basic idea is to replicate the look and feel of perl's CGI.pm

Added "HTML shortcuts". Had ul,ol,li. Added tr,th,td.

Added the debugging input mechanisms. This was a bit tricky. It is all in the get_debug_data method. I think I replicated the CGI.pm functionality. It certainly is usable in this form.

Had to rethink the get_real_data method, since a FieldStorage only acts like a dictionary but isn't actually. Seems to work.

Ready to ship and try it out.


Creator: Harry George
Updated/Created: 2000-04-01