Changes between Version 7 and Version 8 of IrcAnnouncerPlugin


Ignore:
Timestamp:
Jul 30, 2015, 10:19:40 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • IrcAnnouncerPlugin

    v7 v8  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = IRC Announcer Plugin =
    32
    4 == Description ==
     3= IRC Announcer Plugin
    54
    6 A plugin that announces trac changes on an IRC channel.
     5== Description
    76
    8 == Download ==
     7This is a plugin that announces Trac changes on an IRC channel.
    98
    10 Download the zipped source from [download:ircannouncerplugin here].
    11 
    12 == Source ==
    13 
    14 You 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
    23 git clone http://git.code.sf.net/p/supybot/code supybot-code
    24 cd supybot-code
    25 python setup.py install --user
    26 
    27 #Run wizard (be sure to enable "Trac" plugin)
    28 cd ~/.local/bin/
    29 ./supybot-wizard
    30 
    31 #Start supybot to join irc chat room
    32 ./supybot tracbot.conf
    33 }}}
    34 
    35 == Bugs/Feature Requests ==
     9== Bugs/Feature Requests
    3610
    3711Existing bugs and feature requests for IrcAnnouncerPlugin are
     
    3913
    4014If you have any issues, create a
    41 [http://trac-hacks.org/newticket?component=IrcAnnouncerPlugin&owner=mitsuhiko new ticket].
     15[/newticket?component=IrcAnnouncerPlugin new ticket].
    4216
    43 == Recent Changes ==
     17[[TicketQuery(component=IrcAnnouncerPlugin&group=type,format=progress)]]
     18
     19== Download
     20
     21Download the zipped source from [download:ircannouncerplugin here].
     22
     23== Source
     24
     25You can check out IrcAnnouncerPlugin from [http://trac-hacks.org/svn/ircannouncerplugin here] using Subversion, or [source:ircannouncerplugin browse the source] with Trac.
     26
     27== Installation
     28
     29This plugin requires supybot to be installed:
     30
     31{{{#!sh
     32# Get code and install as mortal user
     33git clone http://git.code.sf.net/p/supybot/code supybot-code
     34cd supybot-code
     35python setup.py install --user
     36
     37# Run wizard (be sure to enable "Trac" plugin)
     38cd ~/.local/bin/
     39./supybot-wizard
     40
     41# Start supybot to join irc chat room
     42./supybot tracbot.conf
     43}}}
     44
     45General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     46
     47== Recent Changes
    4448
    4549[[ChangeLog(ircannouncerplugin, 3)]]
    4650
    47 == Author/Contributors ==
     51== Author/Contributors
    4852
    4953'''Author:''' [wiki:mitsuhiko] [[BR]]
    50 '''Maintainer:''' [wiki:mitsuhiko] [[BR]]
     54'''Maintainer:''' [[Maintainer]] [[BR]]
    5155'''Contributors:'''