Changes between Version 65 and Version 66 of AnnouncerPlugin


Ignore:
Timestamp:
Oct 17, 2012, 9:26:27 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Added syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • AnnouncerPlugin

    v65 v66  
    4444
    4545{{{
     46#!python
    4647 easy_install http://trac-hacks.org/svn/announcerplugin/0.11
    4748}}}
     
    5051
    5152{{{
     53#!python
    5254 python setup.py install
    5355}}}
     
    6567
    6668{{{
     69#!ini
    6770[components]
    6871announcerplugin.* = enabled
     
    107110For better collaborate with the [WatchlistPlugin#AnnouncerPlugin WatchlistPlugin] the two contextual navigation items ''Watch This''/''Unwatch This'' on the wiki page can be renamed by specifying the following in the `[announcer]` section. An empty value removes them completely.
    108111{{{
     112#!ini
    109113ctxtnav_names = Notify me, Do not notify me
    110114}}}
     
    195199
    196200{{{
     201#!ini
    197202[announcer]
    198203email_address_resolvers = DefaultDomainResolver, SpecifiedEmailResolver, SessionEmailResolver
     
    299304Preparing the plugin from source requires the additional step of compiling message catalog files. Walk through:
    300305{{{
     306#!sh
    301307cd announcerplugin
    302308python ./setup.py egg_info