Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Internet > HTTP (WWW)

    django-comments-spamfighter 0.4

    Download button

    No screenshots available
    Downloads: 311  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Martin Mahner | More programs
    BSD License / FREE
    July 20th, 2009, 15:10 GMT
    ROOT / Internet / HTTP (WWW)

     Read user reviews (0)  Refer to a friend  Subscribe

    django-comments-spamfighter description

    A Django app that contributes Akismet and Keyword blocking to your django comments

    django-comments-spamfighter is a Django application that contributes a moderation class to Django’s comment app that provides:

    * Check incoming comments against the Akismet spam database and either block them directly or add them to the moderation queue.
    * Check incoming comments against pre-defined keywords and either block them directly or add these them to the moderation queue. These keywords can be simple strings or powerful regular expressions.

    The documentation is online:

    http://docs.mahner.org/django-comments-spamfighter/

    Quick installation

    Here is a quick installation guide for users who are familiar with comment moderation:

    from comments_spamfighter.moderation import SpamFighterModerator

    class EntryModerator(SpamFighterModerator):

     # Regular options by django's contributed CommentModerator

     auto_moderate_field = 'created'
     email_notification = True


     # Spam fighter options

     # Check with Akismet for spam
     akismet_check = False

     # If Akismet marks this message as spam, delete it instantly (False) or
     # add it the comment the moderation queue (True). Default is True.
     akismet_check_moderate = True

     # Do a keyword check
     keyword_check = True

     # If a keyword is found, delete it instantly (False) or add the comment to
     # the moderation queue (True). Default is False.
     keyword_check_moderate = False

    moderator.register(Entry, EntryModerator)



    Product's homepage

    Requirements:

    · Django
    · Python

      


    TAGS:

    Django comment | spam fighter | Django plugin | Django | comment | anti-spam

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM