Changes between Version 7 and Version 8 of SlideShowPlugin


Ignore:
Timestamp:
Mar 27, 2015, 7:57:33 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

New ticket assigned to component owner.

Legend:

Unmodified
Added
Removed
Modified
  • SlideShowPlugin

    v7 v8  
    3232
    3333If you have any issues, create a
    34 [http://trac-hacks.org/newticket?component=SlideShowPlugin&owner=rjollos new ticket].
     34[/newticket?component=SlideShowPlugin new ticket].
    3535
    3636[[TicketQuery(component=SlideShowPlugin&group=type,format=progress)]]
     
    5050     1. ....
    5151   * Using easy_install:
    52 {{{
    53 #!sh
     52{{{#!sh
    5453[sudo] easy_install https://trac-hacks.org/svn/slideshowplugin/0.11
    5554}}}
    5655    * `sudo` is optional case you already have enough authority to modify your server.
    5756 1. Restart your web server; example command line for Apache on Ubuntu:
    58 {{{
    59 #!sh
     57{{{#!sh
    6058[sudo] /etc/init.d/apache2 restart
    6159}}}
    6260 1. Enable the plugin.
    6361   * by updating your [wiki:TracIni trac.ini] as follows:
    64 {{{
    65 #!ini
     62{{{#!ini
    6663[components]
    6764...