Changes between Version 6 and Version 7 of SlideShowPlugin


Ignore:
Timestamp:
Mar 12, 2015, 11:44:08 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with nolicense (Public Domain is not a recognised license)

Legend:

Unmodified
Added
Removed
Modified
  • SlideShowPlugin

    v6 v7  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Convert content of wiki pages to S5 Slideshows =
    32
    4 == Description ==
     3= Convert content of wiki pages to S5 Slideshows
     4
     5== Description
    56
    67This page documents the `0.11`/`0.12`/`1.0` version of the plugin. For the `0.10` version documentation, see [wiki:SlideShowPlugin/0.10].
     
    1213A 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.
    1314
    14 === Themes ===
     15=== Themes
    1516
    16 There are 7 themes available, ''blue'', ''default'', ''dokuwiki'', ''flower'', ''i18n'', ''pixel'', and ''yatil''.
     17The following themes are available:
     18 1. blue
     19 1. default
     20 1. dokuwiki
     21 1. flower
     22 1. i18n
     23 1. pixel
     24 1. yatil
    1725
    1826Themes can be selected from the macro with: `[[SlideShow(theme=<theme>)]]`.
    1927
    20 == Bugs/Feature Requests ==
     28== Bugs/Feature Requests
    2129
    2230Existing bugs and feature requests for SlideShowPlugin are
     
    2634[http://trac-hacks.org/newticket?component=SlideShowPlugin&owner=rjollos new ticket].
    2735
    28 == Download ==
     36[[TicketQuery(component=SlideShowPlugin&group=type,format=progress)]]
     37
     38== Download
    2939
    3040Download the zipped source from [download:slideshowplugin here].
    3141
    32 == Source ==
     42== Source
    3343
    3444You can check out SlideShowPlugin from [http://trac-hacks.org/svn/slideshowplugin here] using Subversion, or [source:slideshowplugin browse the source] with Trac.
    3545
    36 == Install ==
     46== Installation
    3747
    3848 1. Install
     
    4252{{{
    4353#!sh
    44 $ [sudo] easy_install https://trac-hacks.org/svn/slideshowplugin/0.11
     54[sudo] easy_install https://trac-hacks.org/svn/slideshowplugin/0.11
    4555}}}
    46     * ,,`sudo` is optional case you already have enough authority to modify your server.,,
    47  1. Restart your web server ,,(this example command line for Apache on Ubuntu),,.
     56    * `sudo` is optional case you already have enough authority to modify your server.
     57 1. Restart your web server; example command line for Apache on Ubuntu:
    4858{{{
    4959#!sh
    50 $ [sudo] /etc/init.d/apache2 restart
     60[sudo] /etc/init.d/apache2 restart
    5161}}}
    5262 1. Enable the plugin.
    53    * by updating your [wiki:TracIni trac.ini] with this:
     63   * by updating your [wiki:TracIni trac.ini] as follows:
    5464{{{
    5565#!ini
     
    6070}}}
    6171   * or accessing your Admin panel ({{{ ..admin/general/plugins }}});
    62  1. Configure your environment. See section bellow.
     72 1. Configure your environment. See section below.
    6373{{{
    6474#!comment
     
    6878 1. Plugin install troubleshooting (general) visit [http://trac.edgewall.org/wiki/TracPlugins TracPlugins].
    6979
    70 == Configure ==
     80== Configuration
    7181
    72 There are a few options that can be specified in the `[slideshow]` section of ''trac.ini''.
     82There are a few options that can be specified in the `[slideshow]` section of `trac.ini`.
    7383
    7484The '''Slideshow''' content conversion link at the bottom of each wiki page can be disabled with the following option:
     
    8696Note that one of the themes is named ''default'' and if the `default_theme` option is unspecified, then `default_theme = default` is used.
    8797
    88 == Example ==
     98== Example
    8999
    90100{{{
     
    110120[[Image(title.png)]]
    111121
    112 == Recent Changes ==
     122== Recent Changes
    113123
    114124[[ChangeLog(slideshowplugin, 3)]]
    115125
    116 == Author/Contributors ==
     126== Author/Contributors
    117127
    118128'''Author:''' [wiki:athomas] [[BR]]
    119 '''Maintainer:''' [wiki:rjollos] [[BR]]
     129'''Maintainer:''' [[Maintainer]] [[BR]]
    120130'''Contributors:''' dgynn, JimCheetham