Differences between revisions 2 and 3
Revision 2 as of 2005-09-11 09:41:53
Size: 1336
Editor: dyn176191
Comment:
Revision 3 as of 2005-09-11 10:00:51
Size: 1786
Editor: dyn176191
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[[Action(Slideshow, Start Slide Show)]] [[Action(Slideshow, Start Presentation)]]
Line 3: Line 3:
= Install = = Wiki, a Shared Blog for the Corporate World =
Line 5: Line 5:
 1. Download slideshow.py from the ActionMarket
 1. Put `slideshow.py` in `wiki/data/plugin/action` directory
Writable webs empower employees to share knowledge effectively and to be more productive

 * Wiki, a Blog (Weblog) for groups: Communities can organize and share content in an organic and free manner
 * If extended with the right set of functionality, a Wiki can be applied to corporate groups to schedule, manage, document, and support their daily activities

 Conference talk at VCWI 2005 IT Seminar in Eindhoven, Sept 2005
 [[MailTo(j.hu@tue.nl)]], slides available from http://id00243.id.tue.nl/JunHu/WikiYourWeb

Action(Slideshow, Start Presentation)

Wiki, a Shared Blog for the Corporate World

Writable webs empower employees to share knowledge effectively and to be more productive

  • Wiki, a Blog (Weblog) for groups: Communities can organize and share content in an organic and free manner
  • If extended with the right set of functionality, a Wiki can be applied to corporate groups to schedule, manage, document, and support their daily activities Conference talk at VCWI 2005 IT Seminar in Eindhoven, Sept 2005

    MailTo(j.hu@tue.nl), slides available from http://id00243.id.tue.nl/JunHu/WikiYourWeb

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)