README.txt
Bijou is a templating system for Ruby. It was inspired by Perl's HTML::Mason.
Bijou files are text or HTML files that support in-line Ruby. Bijou also
supports the inclusion of text and code from other sources, called methods
and components. Components may be shared between files. They may also be used
as containers (sometimes called templates or layouts in other environments).
By chaining together components and containers, an arbitrarily sophisticated
system may be developed.
The Bijou home page is at
http://bijou.rubyforge.org/
The source code, Ruby Gem, etc. is available here
https://rubyforge.org/frs/?group_id=4980
The directory structure is as follows
lib/
Contains the Ruby source code for Bijou.
doc/
Contains the reference documentation in HTML format, courtesy of
RDoc. To get started, open doc/rdoc/index.html and go from there.
tests/
A basic suite of unit tests.
examples/
Several examples of how to use Bijou. Some of these are stand-alone
and do not require a web server.
Contact
Todd Lucas <tl@dogandponyshow.org>
License
Released under the same license as Ruby.
Warranty
This software is provided "as is" and without any express or implied
warranties, including, without limitation, the implied warranties of
merchantibility and fitness for a particular purpose.