source: presentations/SlidyEx/help.html@ 29

Last change on this file since 29 was 24, checked in by perus, 19 years ago

Deplacement help.html dans SlidyEx

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