Copyright (c) 2012 LeftClick Ltc., released under the MIT license
Breeze is a Ruby on Rails CMS for brochure-style websites.
Some key principles for Breeze are:
Add to your Gemfile
gem "breeze", '1.0.0', :git => "git@github.com:leftclick/breeze.git", :branch => "1.0.x"
Add to your config/routes.rb
mount Breeze::Engine, :at => '/'
The repository is private to LeftClick for the time being, but we intend to make it public in future.