= Irker plugin = == Description == Plugin to announce Trac changes via Irker. == Bugs/Feature Requests == Please use [https://github.com/Southen/trac-irker-plugin/issues GitHub] for any issues you have with this plugin. == Download == Download the zipped source from [https://github.com/Southen/trac-irker-plugin/archive/master.zip here]. == Source == You can clone from [https://github.com/Southen/trac-irker-plugin.git here] using git, or [https://github.com/Southen/trac-irker-plugin browse the source] on GitHub. == Installation == Deploy to a specific Trac environment: {{{ $ cd /path/to/pluginsource $ python setup.py bdist_egg $ cp dist/*.egg /path/to/projenv/plugins }}} Enable plugin in trac.ini: {{{ [components] irker_notification.* = enabled }}} Configuration in trac.ini: {{{ [irker] host = localhost port = 6659 target = irc://localhost/#commits }}} For more information, please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins. == Author/Contributors == '''Author:''' [wiki:Southen] [[BR]] '''Maintainer:''' [wiki:Southen] [[BR]] '''Contributors:'''