Differences between revisions 1 and 2
Revision 1 as of 2005-09-11 09:39:21
Size: 36
Editor: dyn176191
Comment:
Revision 2 as of 2005-09-11 09:41:53
Size: 1336
Editor: dyn176191
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
在这里详述 JunHu/WikiYourWeb. [[Action(Slideshow, Start Slide Show)]]

= Install =

 1. Download slideshow.py from the ActionMarket
 1. Put `slideshow.py` in `wiki/data/plugin/action` directory

= Usage =
 * It's very simple - create a page with content separated by level 1 headings
 * In standard wiki mode, you view and edit the page like any other
 * In slideshow mode, a single slide will be displayed at a time in a large display suitable for a projector

= Running the slideshow =

 * Add a link at the head of the page like this: `[[Action(Slideshow, Start Slide Show)]]`
 * Clicking on the link will start the slideshow view

= Navigation =

 * The slideshow action emits included javascript, so that:
  * Pressing spacebar moves to the next slide
  * Pressing '1' starts again from the first slide
  * Pressing '>' moves to the next slide (The > character, not the right arrow)
  * Pressing '<' moves to the previous slide
 * Also a table of links to other slides

= Display =

 * The slide view uses the formatting rules from 'projection.css' - this uses large fonts and bold lines
 * For cosmetic changes (different fonts, colors, etc) you can edit this file - see HelpOnConfiguration/CascadingStyleSheets
 * For example, to add a background image:
{{{
#content {
   background: url(../img/nice_background.png);
}
}}}

Action(Slideshow, Start Slide Show)

Install

  1. Download slideshow.py from the ActionMarket

  2. Put slideshow.py in wiki/data/plugin/action directory

Usage

  • It's very simple - create a page with content separated by level 1 headings
  • In standard wiki mode, you view and edit the page like any other
  • In slideshow mode, a single slide will be displayed at a time in a large display suitable for a projector

Running the slideshow

  • Add a link at the head of the page like this: [[Action(Slideshow, Start Slide Show)]]

  • Clicking on the link will start the slideshow view

Navigation

  • The slideshow action emits included javascript, so that:
    • Pressing spacebar moves to the next slide
    • Pressing '1' starts again from the first slide
    • Pressing '>' moves to the next slide (The > character, not the right arrow)

    • Pressing '<' moves to the previous slide

  • Also a table of links to other slides

Display

  • The slide view uses the formatting rules from 'projection.css' - this uses large fonts and bold lines
  • For cosmetic changes (different fonts, colors, etc) you can edit this file - see HelpOnConfiguration/CascadingStyleSheets

  • For example, to add a background image:

#content {
   background: url(../img/nice_background.png);
}

JunHu: JunHu/Events/WikiYourWeb (last edited 2008-10-03 20:18:59 by localhost)