Mercurial > hg > Members > kaito > slides
comparison 2014/2014_01_14/s6_trunk/README.md @ 0:845ff8ff4fc9
1st
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 14 Jan 2014 01:31:42 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:845ff8ff4fc9 |
---|---|
1 # S6 Blank/Boilerplate | |
2 | |
3 Slide Show Templates Using HTML5, CSS3 & JavaScript (w/ jQuery) | |
4 | |
5 ## Templates | |
6 | |
7 - [`blank.html`](http://geraldb.github.io/s6/blank.html) | |
8 - [`blank5.html`](http://geraldb.github.io/s6/blank5.html) | |
9 - [`minimalistic.html`](http://geraldb.github.io/s6/minimalistic.html) | |
10 - [`sample.html`](http://geraldb.github.io/s6/sample.html) | |
11 | |
12 | |
13 ## S6 in Action - Sample Slide Shows Online | |
14 | |
15 Try some slide show samples powered by S6: | |
16 | |
17 - [Slide Show (S9) 10-Minute Tutorial](http://slideshow-s9.github.io/tutorial.html) | |
18 - [Prototype vs jQuery: To and from JavaScript Libraries](http://slideshow-s9.github.io/jquery.html) | |
19 - [10 Things Every Java Programmer Should Know About Ruby](http://slideshow-s9.github.io/10things.html) | |
20 - [Ruby 1.9: What to Expect](http://slideshow-s9.github.io/ruby19.html) | |
21 - [`beer.db` - Using Open Beer & Brewery Data in Ruby](http://slideshow-s9.github.io/beer_db_intro.html) | |
22 | |
23 Keyboard controls: | |
24 | |
25 | Action | Key | | |
26 | -------------------------------------------------- | ----------------------------------------------------------- | | |
27 | Go to next slide | Space Bar, Right Arrow Down Arrow, Page Down, Click Heading | | |
28 | Go to previous slide | Left Arrow, Up Arrow, Page Up | | |
29 | Go to first slide | Home | | |
30 | Go to last slide | End | | |
31 | Toggle between slideshow and outline view (Ø) | T | | |
32 | Show/hide slide controls (Ø « ») | C, Move mouse to bottom right corner | | |
33 | |
34 | |
35 | |
36 | |
37 ## What's S5? What's S6? | |
38 | |
39 Simple Standards-based Slide Show System (S5) is Eric Meyer's (of CSS fame) public domain | |
40 (free, open source) slide show package inspired by Opera Show and others that works | |
41 in all modern browsers without any plugin required | |
42 because it includes its own slide show machinery in JavaScript. | |
43 More [S5 Project Site »](http://meyerweb.com/eric/tools/s5) | |
44 | |
45 S6 started as a rewrite of S5 using the jQuery JavaScript library - offering | |
46 easier to understand and easier to extend code. Add plugins, effects and more. | |
47 Contributions welcome! | |
48 | |
49 ## What's Slide Show (S9)? Slide Show Generator for S6 | |
50 | |
51 A Ruby gem that lets you create slide shows and author slides in plain text | |
52 using a wiki-style markup language that's easy-to-write and easy-to-read | |
53 and ships "out-of-the-gem" with S6 templates built-in. | |
54 More [Slide Show (S9) Project Site »](http://slideshow-s9.github.io) | |
55 | |
56 | |
57 ## About, License | |
58 | |
59 The slide show (S6) scripts and templates are dedicated | |
60 to the public domain. Use it as you please with no restrictions whatsoever. | |
61 | |
62 ## Questions? Comments? | |
63 | |
64 Send them along to | |
65 the [Free Web Slide Show Alternatives (S5, S6, S9, Slidy And Friends) Forum/Mailing List](http://groups.google.com/group/webslideshow). | |
66 Thanks! |