I'd like to update Unicon's CGI module in the following ways:
1. Update the few tags in it to XHTML standards. This means making all HTML
tags lowercase and changing the closing > of non-container tags to /> (so
<br> is <br />).
2. Move main() into another module (suggestion: cgimain) so that if you
want the cgi module functions but don't need what cgi's main does you can.
I was also thinking of extending it a bit so even if you do use it you can
specify a few more exotic things like stylesheets. I know this will break
stuff; if that's a problem we could leave main() in cgi and move the rest
of cgi to another module that cgi then links to.
3. I also want to create some cookie processing routines.
Does someone need to approve these? And do you want whole updated files or
patches? And do I post them to the list?
Wade Bowmer.
_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group