dokkit-slides
by Andrea Fazzi
http://dokkit.rubyforge.org/

== DESCRIPTION:

dokkit-slides is a dokkit documentation model for the generation of html S5 presentation.

== FEATURES/PROBLEMS:

* based on S5 format
* uses haml markup

== SYNOPSIS:

To create a dokkit-slides environment run:

dokkit -m dokkit-slides my_presentation

== EXAMPLE:

Create the environment:

dokkit -m dokkit-slides my_presentation

Enter in my_presentation directory and run rake:

cd my_presentation
rake

Modify my_presentation/doc/presentations/presentation to fit your
needs.

See http://meyerweb.com/eric/tools/s5/ for further informations about S5.

== REQUIREMENTS:

* dokkit >= 0.5.0
* haml

== INSTALL:

sudo gem install dokkit-slides

== 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/>.