Edgewall Software

Changes between Version 54 and Version 55 of TracDev/PluginDevelopment


Ignore:
Timestamp:
Nov 19, 2010, 2:52:37 PM (13 years ago)
Author:
Sebastian Krysmanski <sebastian@…>
Comment:

Some links added

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/PluginDevelopment

    v54 v55  
    22[[PageOutline]]
    33
    4 Starting with version [milestone:0.9 0.9], you can develop plugins for Trac that extend the builtin functionality. The plugin functionality is based on the [wiki:TracDev/ComponentArchitecture component architecture], so please read that document before continuing here.
     4Starting with version [milestone:0.9 0.9], you can develop plugins for Trac that extend the builtin functionality. The plugin functionality is based on the [wiki:TracDev/ComponentArchitecture component architecture], so please read that document before continuing here. For more information, not covered here, see TracDev.
    55
    66== Extension points ==
     
    9292== Component member variables ==
    9393
    94 Every component that gets instantiated through the Trac environment gets three extra member variables for convenience:
     94Every [wiki:TracDev/ComponentArchitecture component] that gets instantiated through the Trac environment gets three extra member variables for convenience:
    9595
    9696 * {{{env}}}: The environment, an instance of the {{{trac.env.Environment}}} class (see [source:/trunk/trac/env.py trac.env]).