NAME
Spork::S5 - S5 Slide Presentations (Only Really Spork)
SYNOPSIS
Edit your config.yaml
or ~/.sporkrc/config.yaml
, and put this two lines:
plugin_classes:
- Spork::S5
- Spork::S5Theme
If you have more plugin_classes installed just append Spork::S5
and Spork::S5Theme
to the end. After this just use spork as usual. Spork::S5Theme
is the basic class for different s5 theme, it also contains the default theme inside. You must also have one s5 theme plugin along with Spork::S5
in plugin_classes, otherwise "spork" would failed find "s5.html" template file and bombs out error messages.
DESCRIPTION
S5 stands for a simple standards-based slide show system from Eric A Meyer. http://www.meyerweb.com/eric/tools/s5/. It is a slide show format based entirely on XHTML, CSS, and JavaScript. With one file, you can run a complete slide show and have a printer-friendly version as well. The markup used for the slides is very simple, highly semantic, and completely accessible. Anyone with even a smidgen of familiarity with HTML or XHTML can look at the markup and figure out how to adapt it to their particular needs. Anyone familiar with CSS can create their own slide show theme. It's totally simple, and it's totally standards-driven.
Spork::S5
makes it simpler to create S5 slides (so that people can use S5 themes) with Spork / Kwiki syntax.
SEE ALSO
AUTHOR
Kang-min Liu <gugod@gugod.org>
COPYRIGHT
Copyright (c) 2005. Kang-min Liu. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html