= README

release:: $Release: 3.0.0 $
copyright:: copyright(c) 2004-2006 kuwata-lab.com all rights reserved


== Introduction

Kwartz is a template system which realized the concept
"Independence Presentatin Logic".
It means that Kwartz can separates presentation logics
from both business logic (= main program) and
presentation data (= HTML file).

See users' guide ('doc/users-guide.html') for details.


== Installation

If you have installed RubyGems, just type 'gem install -r kwartz'.

$ sudo gem install -r kwartz

Else download kwartz-ruby_x.x.x.tar.bz2 and install with setup.rb.

$ tar xjf kwartz-ruby_x.x.x
$ cd kwartz-ruby_x.x.x/
$ sudo ruby setup.rb


== Copyright

GPL v.2

If you need looser license, please suggest me.

Output scripts kwartz command generates are outside of the license.