Edgewall Software

Changes between Version 77 and Version 78 of SpamFilter


Ignore:
Timestamp:
Mar 25, 2013, 9:35:13 PM (11 years ago)
Author:
anonymous
Comment:

Add proper highlighting

Legend:

Unmodified
Added
Removed
Modified
  • SpamFilter

    v77 v78  
    5454
    5555{{{
     56#!ini
    5657[spam-filter]
    5758max_posts_by_ip = 5
     
    208209See the [wiki:TracPlugins#Requirements Trac plugin requirements] for instructions on installing `setuptools`.  `Setuptools` includes the `easy_install` application which you can use to install the SpamFilter:
    209210{{{
     211#!sh
    210212easy_install TracSpamFilter
    211213}}}
     
    213215You can also obtain the code from the Trac Subversion repository:
    214216{{{
     217#!sh
    215218svn co http://svn.edgewall.com/repos/trac/plugins/1.0/spam-filter
    216219}}}
     
    228231If you install the plugin globally (as described [wiki:TracPlugins#ForAllProjects here]), you'll also need to enable it in the web administration or in [wiki:TracIni trac.ini] as follows:
    229232{{{
     233#!ini
    230234[components]
    231235tracspamfilter.* = enabled