Changes between Version 4 and Version 5 of IrkerPlugin


Ignore:
Timestamp:
Aug 20, 2015, 8:31:25 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • IrkerPlugin

    v4 v5  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
    13= Announce Trac changes to IRC via Irker
    24
    35== Description
    46
    5 Plugin to announce Trac changes via Irker.
     7This is a plugin to announce Trac changes via [http://www.catb.org/~esr/irker/ Irker]. Irker is an IRC client that runs as a daemon accepting notification requests as JSON objects presented to a listening socket.
    68
    79== Bugs/Feature Requests
     
    2022
    2123Deploy to a specific Trac environment:
    22 {{{
    23 #!sh
     24{{{#!sh
    2425cd /path/to/pluginsource
    2526python setup.py bdist_egg
     
    2728}}}
    2829
    29 Enable plugin in trac.ini:
    30 {{{
    31 #!ini
     30Enable plugin in your `trac.ini` file:
     31{{{#!ini
    3232[components]
    3333irker_notification.* = enabled
     
    3535
    3636Configuration in trac.ini:
    37 {{{
    38 #!ini
     37{{{#!ini
    3938[irker]
    4039host = localhost
     
    4342}}}
    4443
    45 For more information, please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
     44For more information, please follow the [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac plugins.
    4645
    4746== Author/Contributors