summaryrefslogtreecommitdiff
path: root/Demo/cgi
Commit message (Expand)AuthorAgeFilesLines
* normalize shebang lines to #!/usr/bin/env pythonBenjamin Peterson2010-03-113-3/+3
* Add description of what's here.Guido van Rossum2002-10-181-0/+11
* Refactor cmd_view(): move line formatting to a helper method.Guido van Rossum2002-10-171-13/+15
* In cmd_create(), use a redirect directive instead of viewing the page;Guido van Rossum2002-10-171-2/+9
* Remove redundant load() call.Guido van Rossum2002-10-171-1/+0
* Grammar repair in comment.Guido van Rossum2002-10-171-1/+1
* Use tempfile.gettempdir() to get the temp directory rather thanGuido van Rossum2002-10-171-2/+2
* Restructure: move all wiki code into a separate module.Guido van Rossum2002-10-172-113/+116
* Add trailing newline when saving.Guido van Rossum2002-10-171-0/+2
* Security fixes: reject non-wiki-word page names; set homedir to /tmp.Guido van Rossum2002-10-171-6/+13
* Some really simple cgi examples. cgi3 is a MiniWiki.Guido van Rossum2002-10-164-0/+157