Contents
Convert content of wiki pages to S5 Slideshows
Description
This page documents the 0.11/0.12 version of the plugin. For the 0.10 version documentation, see SlideShowPlugin/0.10.
The SlideShow plugin converts Wiki pages into a DHTML enabled slideshow using S5. It is based loosely on the DocuWiki S5 plugin.
Click the Slideshow link at the bottom of any Wiki page to view that page as an S5 SlideShow. Alternatively you can add the [[SlideShow]] macro to a page.
A top-level level 1 heading (= Heading =) and its following section will be converted into the title page of the slideshow, with following level 2 headings and their corresponding sections converted into subsequent slides.
Themes
There are 7 themes available, blue, default, dokuwiki, flower, i18n, pixel, and yatil.
Themes can be selected from the macro with: [[SlideShow(theme=<theme>)]].
Bugs/Feature Requests
Existing bugs and feature requests for SlideShowPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out SlideShowPlugin from here using Subversion, or browse the source with Trac.
Install
- Install
- By hand:
- ....
- Using easy_install:
$ [sudo] easy_install https://trac-hacks.org/svn/slideshowplugin/0.11
- sudo is optional case you already have enough authority to modify your server.
- By hand:
- Restart your web server (this example command line for Apache on Ubuntu).
$ [sudo] /etc/init.d/apache2 restart
- Enable the plugin.
- by updating your trac.ini with this:
[components] ... slideshow.slideshow.slideshowrenderer = enabled ...
- or accessing your Admin panel ( ..admin/general/plugins );
- by updating your trac.ini with this:
- Configure your environment. See section bellow.
- Plugin install troubleshooting (general) visit TracPlugins.
Configure
There are a few options that can be specified in the [slideshow] section of trac.ini.
The Slideshow content conversion link at the bottom of each wiki page can be disabled with the following option:
show_content_conversion = false
The default theme can be specified with the following option:
default_theme = <themename>
Note that one of the themes is named default and if the default_theme option is unspecified, then default_theme = default is used.
Example
= Slideshow Title = Title page content.== Slide 1 Title == Slide 1 content.== Slide 2 Title == Slide 2 content.
Recent Changes
[11232] by rjollos on 02/02/12 08:26:18
[10456] by rjollos on 07/12/11 08:06:17
Show plugin's svn revision on webadmin plugin panel.
[9366] by rjollos on 10/28/10 22:04:37
Part of [8495]. Finished rename in source code of S5 -> Slideshow
[8495] by rjollos on 08/28/10 22:26:37
Renamed hack S5Plugin -> SlideShowPlugin.
Author/Contributors
Author: athomas
Maintainer: rjollos
Contributors: dgynn, JimCheetham
Attachments
- title.png (25.9 kB) - added by rjollos on 08/28/10 22:18:13.


