Changes between Version 7 and Version 8 of soc/2007/cgi
- Timestamp:
- May 29, 2007, 1:02:29 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
soc/2007/cgi
v7 v8 2 2 3 3 Below is a partial list of things this project aims to provide: 4 * '''Implement the Controller part of the [http://en.wikipedia.org/wiki/Model-view-controller model-view-controller] idiom''' 4 * '''Implement the Controller part of the [http://en.wikipedia.org/wiki/Model-view-controller model-view-controller] idiom''' for any CGI-compatible protocols. 5 5 * Simple access to standard CGI environment variables and input data. 6 6 * Clean access to request meta-data (ie. 'environment vars') and input data using alternative protocols, such as FastCGI.