Edgewall Software

Changes between Version 86 and Version 87 of TracPlugins


Ignore:
Timestamp:
Nov 6, 2015, 11:59:57 AM (8 years ago)
Author:
figaro
Comment:

Added specificity to type of plugin

Legend:

Unmodified
Added
Removed
Modified
  • TracPlugins

    v86 v87  
    2525== Installing a Trac plugin
    2626
     27Plugins are typically packaged as [http://peak.telecommunity.com/DevCenter/PythonEggs Python eggs]. That means they are .zip archives with the file extension `.egg`.
     28If your plugin is a script, for example with extension `.sh` or `.py`, then it suffices to download the plugin to the relevant directory, typically specified in the README.
     29
     30The instructions below are for plugins implemented as an egg file.
     31
    2732=== For a single project
    28 
    29 Plugins are typically packaged as [http://peak.telecommunity.com/DevCenter/PythonEggs Python eggs]. That means they are .zip archives with the file extension `.egg`.
    3033
    3134If you have downloaded a source distribution of a plugin, and want to build the `.egg` file: