Changes between Version 2 and Version 3 of IrkerPlugin


Ignore:
Timestamp:
Mar 5, 2015, 6:22:40 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • IrkerPlugin

    v2 v3  
    1 = Announce Trac changes to IRC via Irker =
     1= Announce Trac changes to IRC via Irker
    22
    3 == Description ==
     3== Description
    44
    55Plugin to announce Trac changes via Irker.
    66
    7 == Bugs/Feature Requests ==
     7== Bugs/Feature Requests
    88
    99Please use [https://github.com/Southen/trac-irker-plugin/issues GitHub] for any issues you have with this plugin.
    1010
    11 == Download ==
     11== Download
    1212
    1313Download the zipped source from [https://github.com/Southen/trac-irker-plugin/archive/master.zip here].
    1414
    15 == Source ==
     15== Source
    1616
    1717You 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.
    1818
    19 == Installation ==
     19== Installation
    2020
    2121Deploy to a specific Trac environment:
    2222{{{
    23 $ cd /path/to/pluginsource
    24 $ python setup.py bdist_egg
    25 $ cp dist/*.egg /path/to/projenv/plugins
     23#!sh
     24cd /path/to/pluginsource
     25python setup.py bdist_egg
     26cp dist/*.egg /path/to/projenv/plugins
    2627}}}
    2728
    2829Enable plugin in trac.ini:
    2930{{{
     31!#ini
    3032[components]
    3133irker_notification.* = enabled
     
    3436Configuration in trac.ini:
    3537{{{
     38!#ini
    3639[irker]
    3740host = localhost
     
    4245For more information, please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
    4346
    44 == Author/Contributors ==
     47== Author/Contributors
    4548
    4649'''Author:''' [wiki:Southen] [[BR]]