source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/slidy/help/help.html.en@ a90bdb6

7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since a90bdb6 was b1a51ac1, checked in by Krejzi <krejzi@…>, 11 years ago

Import new branch

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

  • Property mode set to 100755
File size: 4.0 KB
RevLine 
[b1a51ac1]1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-US">
5<head>
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7 <title>Slide Show Help</title>
8 <style type="text/css">
9 body {
10 font-family: sans-serif;
11 margin: 10%;
12 }
13 .copyright { font-size: smaller }
14 </style>
15 <script type="text/javascript">
16 window.onload = load;
17 function load()
18 {
19 var back = document.getElementById("back");
20 back.focus();
21 }
22 </script>
23</head>
24<body>
25<h1>Slide Show Help</h1>
26
27<p>This slide show can be driven in the same way as Power Point.
28To advance to the next slide click pretty much anywhere on the
29page with the mouse, or press the space bar. You can move forwards
30or backwards through the slides with the Cursor left, Cursor
31right, Pg Up and Pg Dn keys. The font size is automatically
32adjusted to match the browser's window width, but you can also
33adjust it manually using the "S" key for smaller and the "B" key
34for bigger. You can also use the "&lt;" and "&gt;" keys. Use the
35"F" key to switch off/on the bottom status line. The "K" key
36toggles the use of mouse click to advance to the next slide. You
37can use "C" to show the table of contents and any other key to
38hide it. Press the "H" key to view this page. Use the "F11" key to
39toggle the browser's full screen mode. Note that not all keys are
40supported in all browsers, as browsers may reserve some keys for
41browser control and this varies from one browser to the next.</p>
42
43<p>Firefox users may want the <a
44href="http://www.krickelkrackel.de/autohide/">autohide</a>
45extension to hide the toolbars when entering full screen with F11.</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> &copy; 2005
73<a href="/" shape="rect"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</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>
81</html>
Note: See TracBrowser for help on using the repository browser.