summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/CGI
Commit message (Collapse)AuthorAgeFilesLines
* Updated the Popt resources for the applets to the newest version.Jack Jansen2001-09-012-0/+0
|
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-252-2/+3
|
* Added Popt resource for "dont show console"Jack Jansen2001-02-272-0/+0
| | | | Changed SIZE resource to be carbon-compatible.
* Oops, not only the Popt versions were wrong, the resources were also short.Jack Jansen2000-10-192-0/+0
|
* Updated Popt resources to current versionJack Jansen2000-10-182-0/+0
|
* How-to document for using Python for CGI scripting. Not complete and ↵Jack Jansen2000-08-251-0/+53
| | | | untested, but I'm checking it in so it won't get lost.
* Replaced OpenResFile calls with FSpOpenResFile calls (which are ↵Jack Jansen2000-06-201-1/+1
| | | | carbon-compatible).
* small fix: don't depend on the exact location of PythonCGISlave within the ↵Just van Rossum2000-03-281-1/+3
| | | | Python tree. (jvr)
* - new version of PythonCGISlaveJust van Rossum2000-03-285-0/+383
- new script/applet BuildCGIApplet This largely supercedes :Mac:Demos:cgi, except for the html doc file. Should it move here? Merged with CGI_README.txt? Todo: fullbuild support. (jvr)