Changes between Version 7 and Version 8 of soc/2007/cgi


Ignore:
Timestamp:
May 29, 2007, 1:02:29 AM (15 years ago)
Author:
Darren Garvey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • soc/2007/cgi

    v7 v8  
    22
    33Below 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.
    55 * Simple access to standard CGI environment variables and input data.
    66 * Clean access to request meta-data (ie. 'environment vars') and input data using alternative protocols, such as FastCGI.