|
WikiPresentations<< Show Password Protection | Cookbook-V1 | Page Drafts >> Note: The recipes here are for PmWiki versions 0.6 and 1.0 only. For PmWiki 2.0 recipes, see Cookbook.
Purpose:Use the wiki to drive browser-based presentations (instead of using Microsoft PowerPoint or Apple Keynote, for example). Installation:Download and unzip Attach:presentation-0.1.4.tar.gz. Move the contents of to.local/ into local/ -- the directory is: presentation/ Move the contents of to.pub.skins/ to pub/skins/ -- the directories are: presentation/
publish/
Add the following line to local/config.php include_once("local/presentation/preso-config.php");
If you have installed WikiCalendar, the publish recipe is an update of the publish.php script and publish skin included with that version. If you have installed PageTableOfContents, this recipe is an update of the maori.php script included with that version. It really is time to rename maori.php to reflect its expanded capabilities. It also supersedes PublishWikiTrail. Include preso-config.php after including wikilog or page toc; otherwise the script will die with an error. It includes the jumpbox.php script from the Cookbook.JumpBox. Usage:There are three configuration variables, set to sensible default values: $WPSuffix (default='WP') identifies which groups are presentation
groups
$PresentationTrailPage (default=$DefaultTitle) identifies the
slide list
$PresentationExceptions (default=array($PresentationTrailPage,
'RecentChanges') identifies pages that don't use the presentation
template
Build a trail of one or two levels on the $PresentationTrailPage, in a group whose name ends in the $WPSuffix. PresoWP.HomePage for example. Each trail page becomes a slide. The presentation.png is a sample screen shot of a default installation, shown here at half size.
Or see a live example -- pick a slide and follow the trail. Features:
Check out Eric Meyer's S5 online presentation methods for ways to do this as well. http://meyerweb.com/eric/tools/s5/ Testing:This works with a clean PmWiki 1.0.0 install, but should work fine with older versions. Tested with Safari 1.2.3 on Mac OS 10.3.5. Stylesheet configured for 800 by 600 (suitable for slide projectors). YMMV. History:26 Sep 2004 -- version 0.1.4 add smartquotes script; otherwise the maori script may die 3 Sep 2004 -- version 0.1.3 more minor style sheet improvements and bug fixes 27 Jun 2004 -- version 0.1.2 minor improvement to the print style sheet and bug fixes 23 Jun 2004 -- version 0.1.1 released; known limitations: the trail publish option does not support the recent extensions to Contributor:pmwiki-2.2.0-beta68 -- Last modified by {{}}?
|