slideshow gem - slide show (S9) command line tool - a free web alternative to PowerPoint and Keynote in ruby
- docu :: slideshow-s9.github.io
- source :: github.com/slideshow-s9/slideshow
- bugs :: github.com/slideshow-s9/slideshow/issues
- gem :: rubygems.org/gems/slideshow
- rdoc :: rubydoc.info/gems/slideshow
- templates :: github.com/slideshow-templates
- forum :: groups.google.com/group/webslideshow
DESCRIPTION
The Slide Show (S9) Ruby gem lets you create slide shows and author slides in plain text using a wiki-style markup language that's easy-to-write and easy-to-read. The Slide Show (S9) project also collects and welcomes themes and ships "out-of-the-gem" with built-in support for "loss-free" gradient vector graphics themes.
SYNOPSIS
[global ] command [command ] [arguments...]
VERSION
2.0.0
GLOBAL OPTIONS
-c, --config=PATH - Configuration Path (default: ~/.slideshow)
--verbose - (Debug) Show debug messages
--version - Show version
COMMANDS
build, b - Build slideshow
install, i - Install template pack
list, ls, l - List installed template packs
new, n - Generate quick starter sample
about, a - (Debug) Show more version info
help - Shows a list of commands or help for one command
build Command
NAME
build - Build
SYNOPSIS
[global ] build [command ] FILE
COMMAND OPTIONS
--h1 - Set Header Level to 1 (default)
--h2 - Set Header Level to 2
--takahashi - Allow // for breaks
-- - Use only !SLIDE for breaks (Showoff Compatible)
-o, --output=PATH - Output Path (default: .)
-t, --template=MANIFEST - Template Manifest (default: s6)
EXAMPLES
build microformats
build microformats.text # Process slides using Markdown
build microformats.textile # Process slides using Textile
build microformats.rst # Process slides using reStructuredText
build microformats -o # Output slideshow to slides folder
build microformats -t s5blank # Use your own slide show templates (e.g. s5blank)
list Command
NAME
list - List installed template packs
SYNOPSIS
[global ] list [command ]
EXAMPLES
list
ls
install Command
NAME
install - Install template pack
SYNOPSIS
[global ] install [command ] MANIFEST
COMMAND OPTIONS
-a, --all - Template Packs (s5blank, s5themes, slidy, g5, csss, deck.js, impress.js)
EXAMPLES
install impress.js
install https://raw.github.com/.../impress.js.txt
new Command
NAME
new - Generate quick starter sample
SYNOPSIS
[global ] new [command ]
COMMAND OPTIONS
-o, --output=PATH - Output Path (default: .)
-t, --template=MANIFEST - Template Manifest (default: welcome)
EXAMPLES
new
new -t impress.js
INSTALL
Just install the gem:
$ gem install
LICENSE
The slideshow scripts and templates are dedicated to the public domain.
Use it as you please with no restrictions whatsoever.
QUESTION? COMMENTS?
Send them along to the Free Web Slide Show Alternatives (S5, S6, S9, Slidy And Friends) Forum/Mailing List. Thanks!