Package CHEM :: Package Web :: Package cgibin :: Module BaseWeb
[hide private]
[frames] | no frames]

Module BaseWeb



Base class for web interface modules.

Refer to Wiki page section on Web and CGI development for basic concepts. http://contact15.ics.uci.edu/~chemdb/index.php/Web_Development#Python_Web_Development

Check out the Python topic guides on Web and CGI scripting for introductions http://wiki.python.org/moin/CgiScripts

The following is a quick primer that covers some of the basic concepts used in this framework, particularly the use of the Python templating system. http://gnosis.cx/publish/programming/feature_5min_python.html

Classes [hide private]
  BaseWeb
Common base class for web interface modules to supply some standard setup, parameter extraction, file upload processing methods, etc.