Edgewall Software

Changes between Version 85 and Version 86 of TracPlugins


Ignore:
Timestamp:
Jul 20, 2015, 7:31:38 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Add an anchor.

Legend:

Unmodified
Added
Removed
Modified
  • TracPlugins

    v85 v86  
    99From the user's point of view, a plugin is either a standalone .py file or an .egg package. Trac looks for plugins in Python's `site-packages` directory, the [TracIni#GlobalConfiguration global shared] `plugins` directory and the [TracEnvironment project environment] `plugins` directory. Components defined in globally-installed plugins must be explicitly enabled in the [[TracIni#components-section| [components] ]] section of the `trac.ini` file. Components defined in the `plugins` directory of the project environment are enabled, unless explicitly disabled in the `[components]` section of the `trac.ini` file.
    1010
    11 == Requirements for Trac eggs
     11== Requirements for Trac eggs #Requirements
    1212
    1313To use egg-based plugins in Trac, you need to have [http://peak.telecommunity.com/DevCenter/setuptools setuptools] (version >= 0.6) installed.