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 and maruku to generate output in a large variety of formats (tex, html, docbook, plain text, ...). With dokkit you can: * generate static websites * generate many types of documents in many formats (html, tex, plain text, etc.) * write your documents using a simple wiki syntax and obtain high quality output * generate different output formats from the same source document * use models to quickly generate the documents you want (technical report, invoice, howto, guides, presentation, website, etc.) * simply derive new documentation models from the existing ones * simply modify existing models to fit your needs For more information please execute: dokkit --help == FEATURES/PROBLEMS: dokkit key features are: * a smart building system based on rake[http://rake.rubyforge.org] * a documentation directory structure organized in pages, layouts, configuration files, resources * a templating system based on ERB * a simple and flexible configuration system based on YAML * support for partials == SYNOPSIS: To create a new documentation environment in <dirname> run: dokkit <dirname> == REQUIREMENTS: * deplate >= 0.8.0 * maruku => 0.5.9 * rake >= 0.8.1 == INSTALL: sudo gem install dokkit == QUICK START $ dokkit mydocument $ cd mydocument $ rake == 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 <http://www.gnu.org/licenses/>.
Project
remogatto-ffi-generator
ffi-generator is a ruby-ffi wrapper code generator based on SWIG interfaces. ffi-generator is able to traverse a XML parse tree file generated by SWIG and to produce a ruby file with ruby-ffi wrapper code inside. ffi-generator is shipped with a command line tool (ffi-gen) and a rake task that automates the code generation process. ffi-generator XML capabilities are provided by nokogiri.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Development
Project Readme