Brite 0.7.0 has been released. Brite is an easy to use, light-weight website generator. It supports a variety of backend rendering engines including erb, liquid, rdoc, markdown, textile and so on. * home: http://rubyworks.github.com/brite * code: http://github.com/rubyworks/brite * bugs: http://github.com/rubyworks/brite/issues * mail: http://groups.google.com/groups/rubyworks-mailinglist New release of Brite cleans up the code a great deal, adds templated route support via `route` field, and actually adds a few unit tests (wowzeres, that's a good thing, right?). Changes: * Add route field for templated routes. * Fix use of config field defaults. * Add some initial unit tests.