Hello,
I uploaded a new slideshow gem version (that is, v0.8). What's new?
* Added -f/--fetch URI option; lets you fetch templates from the internet
* Added -l/--list option; list all installed templates
* Added -c/--config PATH option; lets you set config folder (default
is ~/.slideshow)
* Moved S5 v11 blank package out of core/gem
Using the new -f/--fetch option lets you download templates from the
internet. Just pass along a link to the manifest. Example:
$ slideshow -f http://github.com/geraldb/sandbox/raw/13d4fec0908fbfcc456b74dfe2f8862...
Slide Show (S9) Version: 0.8 on Ruby 1.8.7 (2008-08-11) [i486-linux]
Fetching template package 's5blank'
: from 'http://github.com:80/geraldb/sandbox/raw/13d4fec0908fbfcc456b74dfe2f8...
: saving to '/home/gerald/.slideshow/templates/s5blank'
Downloading manifest 's5blank.txt'...
Downloading template 'header.html.erb'...
...
Downloading template 'ui/default/slides.js'...
Done.
Using the new -l/--list switch lets you list all installed templates
(including all built-ins). Example:
$ slideshow -l
Slide Show (S9) Version: 0.8 on Ruby 1.8.7 (2008-08-11) [i486-linux]
Installed templates include:
s5blank.txt (/home/gerald/.slideshow/templates/s5blank/s5blank.txt)
s5.txt (/usr/lib/ruby/gems/1.8/gems/slideshow-0.8/templates/s5.txt)
s6.txt (/usr/lib/ruby/gems/1.8/gems/slideshow-0.8/templates/s6.txt)
fullerscreen.txt
(/usr/lib/ruby/gems/1.8/gems/slideshow-0.8/templates/fullerscreen.txt)
I also added a new -c/--config PATH switch that lets you change the
config root folder (default is ~/.slideshow) if you want to store
your templates somewhere else.
I also moved the S5 v11 blank package out of the gem. If you want to
use it, please fetch it from the sandbox using the new -f/--fetch
option.
Finally, if you have any templates lying around I invite you to
publish your templates and announce the link so others can install and
use your templates.
That's it. Questions and comments welcome. Cheers.