Changes between Version 8 and Version 9 of SlideShowPlugin


Ignore:
Timestamp:
May 15, 2015, 6:43:00 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • SlideShowPlugin

    v8 v9  
    55== Description
    66
    7 This page documents the `0.11`/`0.12`/`1.0` version of the plugin. For the `0.10` version documentation, see [wiki:SlideShowPlugin/0.10].
    8 
    97The !SlideShow plugin converts Wiki pages into a DHTML enabled slideshow using [http://meyerweb.com/eric/tools/s5/ S5]. It is based loosely on the [http://wiki.splitbrain.org/plugin:s5 DocuWiki S5 plugin].
    108
     
    1210
    1311A 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.
     12
     13This page documents the `0.11`/`0.12`/`1.0` version of the plugin. For the `0.10` version documentation, see [wiki:SlideShowPlugin/0.10].
    1414
    1515=== Themes
     
    5959}}}
    6060 1. Enable the plugin.
    61    * by updating your [wiki:TracIni trac.ini] as follows:
     61   * by updating your [wiki:TracIni trac.ini] file as follows:
    6262{{{#!ini
    6363[components]
     
    6666...
    6767}}}
    68    * or accessing your Admin panel ({{{ ..admin/general/plugins }}});
     68   * or by accessing your Admin panel at {{{ ..admin/general/plugins }}}.
    6969 1. Configure your environment. See section below.
    7070{{{
     
    7373   * by accessing your Admin panel case you have WebAdminPlugin enabled;
    7474}}}
    75  1. Plugin install troubleshooting (general) visit [http://trac.edgewall.org/wiki/TracPlugins TracPlugins].
     75
     76For installation troubleshooting visit [http://trac.edgewall.org/wiki/TracPlugins TracPlugins].
    7677
    7778== Configuration
    7879
    79 There are a few options that can be specified in the `[slideshow]` section of `trac.ini`.
     80There are a few options that can be specified in the `[slideshow]` section of your `trac.ini` file.
    8081
    8182The '''Slideshow''' content conversion link at the bottom of each wiki page can be disabled with the following option:
    82 {{{
    83 #!ini
     83{{{#!ini
    8484show_content_conversion = false
    8585}}}
    8686
    8787The default theme can be specified with the following option:
    88 {{{
    89 #!ini
     88{{{#!ini
    9089default_theme = <themename>
    9190}}}
     
    9594== Example
    9695
    97 {{{
    98 #!html
     96{{{#!html
    9997<pre class="code"><div style="background: #ddf">
    10098= Slideshow Title =
     
    115113}}}
    116114
     115This has the following effect:
     116
    117117[[Image(title.png)]]
    118118