Changes between Initial Version and Version 1 of IrkerPlugin


Ignore:
Timestamp:
Apr 5, 2014, 6:00:46 AM (10 years ago)
Author:
Southen
Comment:

New hack

Legend:

Unmodified
Added
Removed
Modified
  • IrkerPlugin

    v1 v1  
     1= Irker plugin =
     2
     3== Description ==
     4
     5Plugin to announce Trac changes via Irker.
     6
     7== Bugs/Feature Requests ==
     8
     9Please use [https://github.com/Southen/trac-irker-plugin/issues GitHub] for any issues you have with this plugin.
     10
     11== Download ==
     12
     13Download the zipped source from [https://github.com/Southen/trac-irker-plugin/archive/master.zip here].
     14
     15== Source ==
     16
     17You 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.
     18
     19== Installation ==
     20
     21Deploy to a specific Trac environment:
     22{{{
     23$ cd /path/to/pluginsource
     24$ python setup.py bdist_egg
     25$ cp dist/*.egg /path/to/projenv/plugins
     26}}}
     27
     28Enable plugin in trac.ini:
     29{{{
     30[components]
     31irker_notification.* = enabled
     32}}}
     33
     34Configuration in trac.ini:
     35{{{
     36[irker]
     37host = localhost
     38port = 6659
     39target = irc://localhost/#commits
     40}}}
     41
     42For more information, please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
     43
     44== Author/Contributors ==
     45
     46'''Author:''' [wiki:Southen] [[BR]]
     47'''Maintainer:''' [wiki:Southen] [[BR]]
     48'''Contributors:'''