help.html 4.0 KB

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