Cookbook /
S5r
Summary: S5 Reloaded Slideshow system for PmWiki
Version: 1
Prerequisites: S5 reloaded, but a link to a zip is furnished
Status: beta
Maintainer: François Elie <francois@elie.org>
Categories: Functional
Questions answered by this recipe
How to make a automatic slideshow, who refresh itself... (to modify the content during the presentation!)
Description
An implementation of S5 reloaded slideshow system for PmWiki.
This system implement the S5 reloaded system, from the example of the slideshow recipe
Installation
get this zip: http://elie.org/s5r.zip and unzip it in the root of your pmwiki
in local/config
in /local/config.php, add these lines:
if ($action == 's5r')
include_once("$FarmD
/cookbook/s5r.php");
Configuration
All this parameters passed by url ( &foo=...)
- slidesSkin (pmwiki,blue,flower,pixel,pretty,goupil)
- defaultView (slideshow, outline) default is slideshow)
- controlVis (hidden,visible) default is hidden
- audioSupport (true,false) default is true
- audioVolume (true,false) default is true)
- audioError (true,fals) default is true
- autoRun (true,false) default is true
- tranSitions (true,false) default is true
- fadeDuration (integer) default is 400)
- incrDuration (un nombre, default is 250)
- autoMatic (true, false) default is true
- playLoop (true, false) default is true
- playDelay (integer) default is 5
- reFresh (true,false) default is true
- delayRefresh (integer) default is 2 minutes
Usage
For automatic présentation (in stores, showcases).
Notes
TODO: improvement of S5r itselft: different duration for each slides
Change log / Release notes
See also
Contributors
Comments
User notes? : If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki.