changeset 3:da1255a82e3c

Update README
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Mon, 21 Dec 2015 22:32:22 +0900
parents 5f64409dd886
children 06a162f7016a
files README.markdown
diffstat 1 files changed, 13 insertions(+), 24 deletions(-) [+]
line wrap: on
line diff
--- a/README.markdown	Mon Dec 21 22:17:13 2015 +0900
+++ b/README.markdown	Mon Dec 21 22:32:22 2015 +0900
@@ -1,30 +1,26 @@
-# S6 Blank - Slide Show (S9) Template Pack
+# s6cr - 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 [S6 Blank](https://github.com/geraldb/s6) package bundled up into 
-a Slide Show (S9) template pack.
+Note, the package is configured to use the following headers in `slides.html.erb`:
 
-Note, this template pack includes **no** vector graphics gradient themes "out-of-the-box".
-The background is blank (white) and the text color is black.
-Change the background and colors to your need.
- 
+    author: Your Name Here
+    title: Your Slide Show Title Here
+    profile: Your Profile 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 s6blank
-
-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-s6-blank.git
+    $ hg clone ssh://firefly.cr.ie.u-ryukyu.ac.jp/~one/hg/Members/atton/slideshow-s6cr
 
 To check if the new template got installed, use the `list` command:
 
@@ -33,17 +29,10 @@
 Listing something like:
 
     Installed templates include:
-       s6blank.txt (~/.slideshow/templates/s6blank/s6blank.txt)
+       s6cr.txt (~/.slideshow/templates/slideshow-cr/s6cr.txt)
 
 Now you're ready to use it using the `-t/--template` switch. Example:
 
-    $ slideshow build tutorial -t s6blank
-
-That's it. 
-
+    $ slideshow build tutorial -t s6cr
 
-## 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.