Changes between Version 2 and Version 3 of TracPlugins
- Timestamp:
- Jun 8, 2011, 7:42:05 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracPlugins
v2 v3 2 2 [[TracGuideToc]] 3 3 4 Since version 0.9, Trac supports [trac:PluginList plugins] that extend the built-in functionality. The plugin functionality is based on the [trac:TracDev/ComponentArchitecture component architecture]. 4 Since version 0.9, Trac supports [trac:PluginList plugins] that extend the built-in functionality. The plugin functionality is based on the [trac:TracDev/ComponentArchitecture component architecture]. Plugins can be installed globally (in this case they should be explicitly enabled in [TracIni#components-section trac.ini]) or locally for specific TracEnvironment. 5 5 6 6 == Requirements == … … 67 67 `easy_install` makes installing from source a snap. Just give it the URL to either a Subversion repository or a tarball/zip of the source: 68 68 {{{ 69 easy_install http://svn.edgewall.com/repos/trac/ sandbox/spam-filter69 easy_install http://svn.edgewall.com/repos/trac/plugins/0.11/spam-filter 70 70 }}} 71 71