# HG changeset patch # User Yasutaka Higa # Date 1416040013 -32400 # Node ID eb5b2d692b34a19aa3c2e22d7b5021e1160e176b # Parent 5f36346e2d3d56cb989adb51d15d56fc46ddbe5a Add Usage in README diff -r 5f36346e2d3d -r eb5b2d692b34 README.markdown --- a/README.markdown Sat Nov 15 17:19:08 2014 +0900 +++ b/README.markdown Sat Nov 15 17:26:53 2014 +0900 @@ -1,33 +1,25 @@ -# Shower (Ribbon Theme) - Slide Show (S9) Template Pack +# cr (Ribbon Theme) - Slide Show (S9) Template Pack ## What's Slide Show (S9)? A Ruby gem that 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. -More [Slide Show (S9) Project Site ยป](http://slideshow-s9.github.io) +More [Slide Show (S9) Project Site](http://slideshow-s9.github.io) ## Intro -The [Shower](https://github.com/shower/shower) package by Vadim Makeev bundled up into -a Slide Show (S9) template pack. - Note, the package is configured to use the following headers in `slides.html.erb`: author: Your Name Here title: Your Slide Show Title Here - cover: Your Slide Show Cover Image Here lang: Your Language Here - + ## Try It Yourself - How To Use the Template Pack -If you want to try it yourself, install (fetch) the new template pack. Issue the command: - - $ slideshow install shower - -Or as an alternative clone the template pack using `git`. Issue the commands: +If you want to try it yourself, clone the template pack using `hg`. Issue the commands: $ cd ~/.slideshow/templates - $ git clone git://github.com/slideshow-s9/slideshow-shower.git + $ hg clone ssh://firefly.cr.ie.u-ryukyu.ac.jp/~one/hg/Members/atton/slideshow-cr To check if the new template got installed, use the `list` command: @@ -36,16 +28,10 @@ Listing something like: Installed templates include: - shower.txt (~/.slideshow/templates/shower/shower.txt) + cr.txt (~/.slideshow/templates/slideshow-cr/cr.txt) Now you're ready to use it using the `-t/--template` switch. Example: - $ slideshow build tutorial -t shower - -That's it. + $ slideshow build tutorial -t cr -## Questions? Comments? - -Questions? Comments? -Send them along to the [Free Web Slide Show Alternatives (S5, S6, S9, Slidy And Friends) Forum/Mailing List](http://groups.google.com/group/webslideshow). -Thanks! +That's it.