= CGIKit - Web Application Framework

== What is CGIKit?
CGIKit is a componented-oriented web application framework like Apple Computer's WebObjects.
This framework services Model-View-Controller architecture programming by components based on a HTML file, a definition file and a Ruby source.

== Installation
Use install.rb for installing.

  % ruby install.rb config
  % ruby install.rb install

You can use CGIKit without install.
Require 'cgikit' after copying cgikit.rb to the directory of voluntary.

== System Requirements

* Operating system like UNIX

* Ruby 1.8.0 or later

The following can speed up CGIKit.

* mod_ruby

== Examples
See examples/AboutExamples.

== See also
* www  - http://www.spice-of-life.net/cgikit/
* mail - mailto:info@spice-of-life.net

== License
CGIKit is copyright (C) 2002-2004 SPICE OF LIFE.
It is a free software distributed under the Ruby license.

== Author
SUZUKI Tetsuya <suzuki@spice-of-life.net>
