[[PageOutline(2-5,Contents,pullout)]] = Convert content of wiki pages to S5 Slideshows == Description This plugin converts Trac wiki pages into a DHTML enabled slideshow using [http://meyerweb.com/eric/tools/s5/ S5]. It is loosely based on the [http://wiki.splitbrain.org/plugin:s5 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 The following themes are available: 1. blue 1. default 1. dokuwiki 1. flower 1. i18n 1. pixel 1. yatil Themes can be selected from the macro with: `[[SlideShow(theme=)]]`. === Example {{{#!html
= Slideshow Title = Title page content.
== Slide 1 Title == Slide 1 content.
== Slide 2 Title == Slide 2 content.
}}} Of which the first page will show as follows: [[Image(title.png)]] == Bugs/Feature Requests Existing bugs and feature requests for SlideShowPlugin are [report:9?COMPONENT=SlideShowPlugin here]. If you have any issues, create a [/newticket?component=SlideShowPlugin new ticket]. [[TicketQuery(component=SlideShowPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:slideshowplugin here]. == Source You can check out SlideShowPlugin from [/svn/slideshowplugin here] using Subversion, or [source:slideshowplugin browse the source] with Trac. == Installation 1. Install using easy_install: {{{#!sh [sudo] easy_install https://trac-hacks.org/svn/slideshowplugin/0.11 }}} `sudo` is optional in case you already have authorisation to modify your server. 1. Restart your web server; example command line for Apache on Ubuntu: {{{#!sh [sudo] /etc/init.d/apache2 restart }}} 1. Enable the plugin. * by updating your [wiki:TracIni trac.ini] file as follows: {{{#!ini [components] ... slideshow.slideshow.slideshowrenderer = enabled ... }}} * or by accessing your Admin panel at {{{ ..admin/general/plugins }}}. 1. Configure your environment. See section below. {{{ #!comment * by modifiying `trac.ini` file; * by accessing your Admin panel in case you have WebAdminPlugin enabled; }}} For installation troubleshooting visit [http://trac.edgewall.org/wiki/TracPlugins TracPlugins]. == Configuration There are a few options that can be specified in the `[slideshow]` section of your `trac.ini` file. The '''Slideshow''' content conversion link at the bottom of each wiki page can be disabled with the following option: {{{#!ini show_content_conversion = false }}} The default theme can be specified with the following option: {{{#!ini default_theme = }}} Note that one of the themes is named ''default'' and if the `default_theme` option is unspecified, then `default_theme = default` is used. == Recent Changes [[ChangeLog(slideshowplugin, 3)]] == Author/Contributors '''Author:''' [wiki:athomas] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' dgynn, JimCheetham