Changes between Version 6 and Version 7 of IrcAnnouncerPlugin


Ignore:
Timestamp:
Feb 14, 2014, 6:15:53 PM (10 years ago)
Author:
jcole
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IrcAnnouncerPlugin

    v6 v7  
    55
    66A plugin that announces trac changes on an IRC channel.
     7
     8== Download ==
     9
     10Download the zipped source from [download:ircannouncerplugin here].
     11
     12== Source ==
     13
     14You can check out IrcAnnouncerPlugin from [http://trac-hacks.org/svn/ircannouncerplugin here] using Subversion, or [source:ircannouncerplugin browse the source] with Trac.
     15
     16== Dependencies ==
     17=== Supybot ===
     18==== Installing supybot ====
     19
     20{{{
     21#!sh
     22#Get code and install as mortal user
     23git clone http://git.code.sf.net/p/supybot/code supybot-code
     24cd supybot-code
     25python setup.py install --user
     26
     27#Run wizard (be sure to enable "Trac" plugin)
     28cd ~/.local/bin/
     29./supybot-wizard
     30
     31#Start supybot to join irc chat room
     32./supybot tracbot.conf
     33}}}
    734
    835== Bugs/Feature Requests ==
     
    1340If you have any issues, create a
    1441[http://trac-hacks.org/newticket?component=IrcAnnouncerPlugin&owner=mitsuhiko new ticket].
    15 
    16 == Download ==
    17 
    18 Download the zipped source from [download:ircannouncerplugin here].
    19 
    20 == Source ==
    21 
    22 You can check out IrcAnnouncerPlugin from [http://trac-hacks.org/svn/ircannouncerplugin here] using Subversion, or [source:ircannouncerplugin browse the source] with Trac.
    2342
    2443== Recent Changes ==