How to install plone.app.s5slideshow
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install plone.app.s5slideshow
Lastest release
Introduction
This addon integrates the s5 slideshow to Plone.
It is intended for use with Plone 4.4. Previous versions of Plone included the s5 slideshow feature in core.
About S5
S5 is a slide show format based entirely on XHTML, CSS, and JavaScript. With one file, you can run a complete slide show and have a printer-friendly version as well. The markup used for the slides is very simple, highly semantic, and completely accessible. Anyone with even a smidgen of familiarity with HTML or XHTML can look at the markup and figure out how to adapt it to their particular needs. Anyone familiar with CSS can create their own slide show theme. It's totally simple, and it's totally standards-driven.
Installation and Usage
Go to Site Setup and activate the 'S5 Slideshow support' add-on.
Now when you edit a document and go to the Settings tab there is a checkbox to enable presentation mode. When it is enabled a link will be shown at the top of the document to access the presentation mode.
Changelog
1.0 (2013-03-09)
- Initial release [toutpt & davisagli]