Changes between Version 8 and Version 9 of TicketSidebarProviderPlugin


Ignore:
Timestamp:
Oct 3, 2016, 7:46:36 PM (8 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • TicketSidebarProviderPlugin

    v8 v9  
    55== Description
    66
    7 This plugin allows the addition of content to the right of the ticket (`div[@id='content]`, by convention).
     7This plugin allows the addition of content to the right of the ticket. This is implemented through the addition of a `div[@id='content]`, by convention.
     8
     9The included file [source:/ticketsidebarproviderplugin/0.11/ticketsidebarprovider/example.py example.py] illustrates a simple `Hello World` item for the sidebar:
     10
     11[[Image(ticket-sidebar-example.png, border=2)]]
    812
    913== Bugs/Feature Requests
     
    2933General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3034
    31 == Example
    32 
    33 [source:/ticketsidebarproviderplugin/0.11/ticketsidebarprovider/example.py example.py] illustrates a simple `Hello World` item for the sidebar:
    34 
    35 [[Image(ticket-sidebar-example.png)]]
    36 
    3735== Recent Changes
    3836