annotate ui/slidy2/help/help.html @ 0:b0c6281822f5

o2s5 with theme and slidy
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 23 Sep 2011 15:15:18 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
3
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 <title>Slide Show Help</title><style type="text/css">
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 body {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 font-family: sans-serif;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 margin: 10%;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
9 .copyright { font-size: smaller }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
10 </style>
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
11 <script type="text/javascript">
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
12 window.onload = load;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
13 function load()
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
14 {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
15 var back = document.getElementById("back");
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
16 back.focus();
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
17 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
18 </script>
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
19 </head>
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
20 <body>
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
21 <h1>Slide Show Help</h1>
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
22
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
23 <p>This slide show can be driven in the same way as Power Point.
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
24 To advance to the next slide click pretty much anywhere on the
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
25 page with the mouse, or press the space bar. You can move forwards
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
26 or backwards through the slides with the Cursor left, Cursor
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
27 right, Pg Up and Pg Dn keys. The font size is automatically
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
28 adjusted to match the browser's window width, but you can also
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
29 adjust it manually using the "S" key for smaller and the "B" key
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
30 for bigger. You can also use the "&lt;" and "&gt;" keys. Use the
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
31 "F" key to switch off/on the bottom status line. The "K" key
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
32 toggles the use of mouse click to advance to the next slide. You
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
33 can use "C" to show the table of contents and any other key to
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
34 hide it. Use the "F11" key to toggle the browser's full screen
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
35 mode. Note that not all keys are supported in all browsers, as
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
36 browsers may reserve some keys for browser control and this varies
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
37 from one browser to the next.</p>
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
38
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
39 <p>Firefox users may want the <a
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
40 href="http://www.krickelkrackel.de/autohide/">autohide</a>
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
41 extension to hide the toolbars when entering full screen with F11.
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
42 Newer versions of Firefox have built-in support for SVG, but on older
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
43 versions for Microsoft Widows, you should consider installing the <a
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
44 href="http://plugindoc.mozdev.org/windows.html">Adobe SVG Viewer
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
45 6.0</a>.</p>
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
46
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
47 <p>If you would like to see how Slidy works, use View Source to view
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
48 the XHTML markup, or see this <a
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
49 href="http://www.w3.org/Talks/Tools/Slidy/">longer explanation</a>,
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
50 which also explains additional features. Each slide is marked up as
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
51 a div element with class="slide". CSS positioning and percentage
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
52 widths on images can be used to ensure your image rich slides scale
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
53 to match the window size. Content to be revealed incrementally can
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
54 be marked up with class="incremental". The linked style sheet and
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
55 scripts were developed as a Web-based alternative to proprietary
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
56 presentation tools and have been tested on a variety of recent
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
57 browsers. Integrated editing support is under development. Please
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
58 send your comments to <a href="http://www.w3.org/People/Raggett/">Dave
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
59 Raggett</a> &lt;<a href="mailto:dsr@w3.org">dsr@w3.org</a>&gt;.
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
60 If you find Slidy useful, you may want to consider becoming a
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
61 <a href="http://www.w3.org/Consortium/sup">W3C Supporter</a>.</p>
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
62
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
63 <p><em>You are welcome to make use of the slide show style sheets,
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
64 scripts and help file under W3C's <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
65 and <a href="http://www.w3.org/Consortium/Legal/copyright-software">software
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
66 licensing</a> rules.</em></p>
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
67
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
68 <button id="back" onclick="history.go(-1)">Return to slide show</button>
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
69
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
70 <hr>
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
71
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
72 <p class="copyright"><a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2005
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
73 <a href="/" shape="rect"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
74 <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
75 <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
76 <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
77 <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
78 <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
79 licensing</a> rules apply.</p>
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
80 </body></html>