= 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 setup.rb for installing.
Specify document root when execute 'setup.rb config'.

  % ruby setup.rb config --docroot=/var/www
  % ruby setup.rb install

== System Requirements

* Ruby 1.8.3 or later

== Examples
See examples/AboutExamples.

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

== License
CGIKit is copyright (C) 2002- SUZUKi Tetsuya.
It is a free software distributed under the BSD license.

"rbuconv" library included is a free software distributed under the Ruby license.
