/Demo/cgi/README

http://unladen-swallow.googlecode.com/ · #! · 11 lines · 9 code · 2 blank · 0 comment · 0 complexity · ff6952118bcc93300f19e5aa774a097c MD5 · raw file

  1. CGI Examples
  2. ------------
  3. Here are some example CGI programs. For a larger example, see
  4. ../../Tools/faqwiz/.
  5. cgi0.sh -- A shell script to test your server is configured for CGI
  6. cgi1.py -- A Python script to test your server is configured for CGI
  7. cgi2.py -- A Python script showing how to parse a form
  8. cgi3.py -- A Python script for driving an arbitrary CGI application
  9. wiki.py -- Sample CGI application: a minimal Wiki implementation