Mercurial > hg > Papers > 2015 > kaito-lola
diff presentation/README.md @ 3:c50a033e6635
create presentation slide
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 01 Jul 2015 19:06:07 +0900 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/presentation/README.md Wed Jul 01 19:06:07 2015 +0900 @@ -0,0 +1,66 @@ +# S6 Blank/Boilerplate + +Slide Show Templates Using HTML5, CSS3 & JavaScript (w/ jQuery) + +## Templates + +- [`blank.html`](http://geraldb.github.io/s6/blank.html) +- [`blank5.html`](http://geraldb.github.io/s6/blank5.html) +- [`minimalistic.html`](http://geraldb.github.io/s6/minimalistic.html) +- [`sample.html`](http://geraldb.github.io/s6/sample.html) + + +## S6 in Action - Sample Slide Shows Online + +Try some slide show samples powered by S6: + +- [Slide Show (S9) 10-Minute Tutorial](http://slideshow-s9.github.io/tutorial.html) +- [Prototype vs jQuery: To and from JavaScript Libraries](http://slideshow-s9.github.io/jquery.html) +- [10 Things Every Java Programmer Should Know About Ruby](http://slideshow-s9.github.io/10things.html) +- [Ruby 1.9: What to Expect](http://slideshow-s9.github.io/ruby19.html) +- [`beer.db` - Using Open Beer & Brewery Data in Ruby](http://slideshow-s9.github.io/beer_db_intro.html) + +Keyboard controls: + +| Action | Key | +| -------------------------------------------------- | ----------------------------------------------------------- | +| Go to next slide | Space Bar, Right Arrow Down Arrow, Page Down, Click Heading | +| Go to previous slide | Left Arrow, Up Arrow, Page Up | +| Go to first slide | Home | +| Go to last slide | End | +| Toggle between slideshow and outline view (Ø) | T | +| Show/hide slide controls (Ø « ») | C, Move mouse to bottom right corner | + + + + +## What's S5? What's S6? + +Simple Standards-based Slide Show System (S5) is Eric Meyer's (of CSS fame) public domain +(free, open source) slide show package inspired by Opera Show and others that works +in all modern browsers without any plugin required +because it includes its own slide show machinery in JavaScript. +More [S5 Project Site »](http://meyerweb.com/eric/tools/s5) + +S6 started as a rewrite of S5 using the jQuery JavaScript library - offering +easier to understand and easier to extend code. Add plugins, effects and more. +Contributions welcome! + +## What's Slide Show (S9)? Slide Show Generator for S6 + +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 +and ships "out-of-the-gem" with S6 templates built-in. +More [Slide Show (S9) Project Site »](http://slideshow-s9.github.io) + + +## About, License + +The slide show (S6) scripts and templates are dedicated +to the public domain. Use it as you please with no restrictions whatsoever. + +## 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!