source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/slidy/help/help.html@ 8eb3fe4

multilib-10.1
Last change on this file since 8eb3fe4 was 1fa2099, checked in by Thomas Trepl <thomas@…>, 5 years ago

Initial creation of multilib branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11565 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100755
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 pretty much anywhere on the
25page with the mouse, or press the space bar. You can move forwards
26or backwards through the slides with the Cursor left, Cursor
27right, Pg Up and Pg Dn keys. The font size is automatically
28adjusted to match the browser's window width, but you can also
29adjust it manually using the "S" key for smaller and the "B" key
30for bigger. You can also use the "&lt;" and "&gt;" keys. Use the
31"F" key to switch off/on the bottom status line. The "K" key
32toggles the use of mouse click to advance to the next slide. You
33can use "C" to show the table of contents and any other key to
34hide it. Use the "F11" key to toggle the browser's full screen
35mode. Note that not all keys are supported in all browsers, as
36browsers may reserve some keys for browser control and this varies
37from one browser to the next.</p>
38
39<p>Firefox users may want the <a
40href="http://www.krickelkrackel.de/autohide/">autohide</a>
41extension to hide the toolbars when entering full screen with F11.
42Newer versions of Firefox have built-in support for SVG, but on older
43versions for Microsoft Windows, you should consider installing the <a
44href="http://plugindoc.mozdev.org/windows.html">Adobe SVG Viewer
456.0</a>.</p>
46
47<p>If you would like to see how Slidy works, use View Source to view
48the XHTML markup, or see this <a
49href="http://www.w3.org/Talks/Tools/Slidy/">longer explanation</a>,
50which also explains additional features. Each slide is marked up as
51a div element with class="slide". CSS positioning and percentage
52widths on images can be used to ensure your image rich slides scale
53to match the window size. Content to be revealed incrementally can
54be marked up with class="incremental". The linked style sheet and
55scripts were developed as a Web-based alternative to proprietary
56presentation tools and have been tested on a variety of recent
57browsers. Integrated editing support is under development. Please
58send your comments to <a href="http://www.w3.org/People/Raggett/">Dave
59Raggett</a> &lt;<a href="mailto:dsr@w3.org">dsr@w3.org</a>&gt;.
60If you find Slidy useful, you may want to consider becoming a
61<a href="http://www.w3.org/Consortium/sup">W3C Supporter</a>.</p>
62
63<p><em>You are welcome to make use of the slide show style sheets,
64scripts and help file under W3C's <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
65and <a href="http://www.w3.org/Consortium/Legal/copyright-software">software
66licensing</a> rules.</em></p>
67
68<button id="back" onclick="history.go(-1)">Return to slide show</button>
69
70<hr>
71
72<p class="copyright"><a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2005
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>,
74<a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
75<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C
76<a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
77<a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
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
79licensing</a> rules apply.</p>
80</body></html>
Note: See TracBrowser for help on using the repository browser.