dokkit by Andrea Fazzi http://dokkit.rubyforge.org == DESCRIPTION: dokkit is a document generator. It was inspired by rote but now it is completely independent from it. dokkit uses filters like deplate to generate output in a large variety of formats (tex, html, docbook, plain text, ...). For more information please execute: dokkit --help == FEATURES/PROBLEMS: dokkit key features are: * a smart task system based on rake * a consistent documentation per-model framework organized in templates, layouts, ruby classes, configuration files, resources * a powerful templating system based on ERB * a simple and flexible configuration system based on YAML == SYNOPSIS: dokkit [options] [task] == REQUIREMENTS: * deplate >= 0.8.0 * rake >= 0.8.1 == INSTALL: sudo gem install dokkit == LICENSE: Copyright (c) 2008 Andrea Fazzi This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see .