Dump.cgi: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 January 2009

  • curprev 17:5917:59, 19 January 2009Michael Murtaugh talk contribs 298 bytes +298 New page: <source lang="python"> #!/usr/bin/python import cgi fs = cgi.FieldStorage() print "Content-type: text/html" print print "<h1>dump</h1>" keys = fs.keys() keys.sort() print "<dl>" for ...