Path: | README |
Last Update: | Mon Apr 11 17:19:02 JST 2005 |
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.
Use install.rb for installing.
% ruby setup.rb config % ruby setup.rb install
You can use CGIKit without install. Require ‘cgikit’ after copying cgikit.rb to the directory of voluntary.
See examples/AboutExamples.
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.