Metadata-Version: 1.1
Name: zinnia-spam-checker-mollom
Version: 1.0
Summary: Anti-spam protections for django-blog-zinnia with Mollom
Home-page: https://github.com/Fantomas42/zinnia-spam-checker-mollom
Author: Fantomas42
Author-email: fantomas42@gmail.com
License: BSD License
Description: ==========================
        Zinnia-spam-checker-mollom
        ==========================
        
        Zinnia-spam-checker-mollom is a package providing spam protection on
        comments for `django-blog-zinnia`_ via `Mollom`_.
        
        Installation
        ============
        
        * Install the package on your system: ::
        
          $ pip install zinnia-spam-checker-mollom
        
          `PyMollom`_ will also be installed as a dependency.
        
        * Put this setting to enable the spam checker backend:
        
          ``ZINNIA_SPAM_CHECKER_BACKENDS = ('zinnia_mollom',)``
        
        * Define these following settings with your credentials:
        
          ``MOLLOM_PUBLIC_KEY`` Your Mollom public key
        
          ``MOLLOM_PRIVATE_KEY`` Your Mollom private key
        
        Get a free account at http://mollom.com/pricing if you don't already have one.
        
        .. _django-blog-zinnia: http://django-blog-zinnia.com
        .. _Mollom: http://mollom.com/
        .. _PyMollom: https://github.com/itkovian/PyMollom
        
Keywords: django,zinnia,spam,mollom
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
