Wakaba
======

  Wakaba is a framework for web applications.

  Wakaba assumes a web application as one large object (or aggregation
  of several objects), not aggregations of small components.
  It persists the application object until the application is done,
  and translates HTTP requests into method calls to the object.

  The aim of Wakaba is only to link HTTP/CGI's world to Ruby's world
  naturally. It never forces you to use MVC model; you can apply your
  favorite designs to your application under Wakaba.

Installation
------------

  Copy lib/wakaba directory in this distribution to site_ruby.

Samples
-------

  In directory `samples', there are sample programs using Wakaba.

LICENCE
-------

  This module's license is the same of Ruby. You can redistribute
  it and/or modify it under the same term as Ruby.

    Japanese: http://www.ruby-lang.org/ja/LICENSE.txt
    English:  http://www.ruby-lang.org/en/LICENSE.txt

Bug Reports
-----------

  Any kinds of comments and bug reports are welcome.
  If you find bugs, please email me.


                             UENO Katsuhiro <katsu@blue.sky.or.jp>
