Changes between Version 15 and Version 16 of TicketCalendarPlugin


Ignore:
Timestamp:
Nov 13, 2015, 10:58:45 AM (8 years ago)
Author:
figaro
Comment:

Rearranged paragraphs to maintain consistency

Legend:

Unmodified
Added
Removed
Modified
  • TicketCalendarPlugin

    v15 v16  
    2727== Installation
    2828
    29 General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     29 1. Install the plugin:
     30 {{{#!sh
     31easy_install http://trac-hacks.org/svn/ticketcalendarplugin/0.12
     32}}}
     33 1. Enable the plugin in your `trac.ini` file:
     34 {{{#!ini
     35[components]
     36ticketcalendar.* = enabled
     37}}}
     38 1. Configuration options can be found on the TracIni#ticketcalendar-section page after installation.
    3039
    3140== Example
     
    3847
    3948[[Image(list-view.png,width=300)]]
    40 
    41 == Installation
    42 
    43  1. Install the plugin:
    44  {{{#!sh
    45 easy_install http://trac-hacks.org/svn/ticketcalendarplugin/0.12
    46 }}}
    47  1. Enable the plugin in your `trac.ini` file:
    48  {{{#!ini
    49 [components]
    50 ticketcalendar.* = enabled
    51 }}}
    52  1. Configuration options can be found on the TracIni#ticketcalendar-section page after installation.
    5349
    5450== Usage