Metadata-Version: 1.1
Name: django-fluent-comments
Version: 2.1
Summary: A modern, ajax-based appearance for django_comments
Home-page: https://github.com/edoburu/django-fluent-comments
Author: Diederik van der Boor
Author-email: opensource@edoburu.nl
License: Apache 2.0
Download-URL: https://github.com/edoburu/django-fluent-comments/zipball/master
Description-Content-Type: UNKNOWN
Description: django-fluent-comments
        ======================
        
        .. image:: https://travis-ci.org/django-fluent/django-fluent-comments.svg?branch=master
            :target: http://travis-ci.org/django-fluent/django-fluent-comments
        .. image:: https://img.shields.io/pypi/v/django-fluent-comments.svg
            :target: https://pypi.python.org/pypi/django-fluent-comments/
        .. image:: https://img.shields.io/pypi/l/django-fluent-comments.svg
            :target: https://pypi.python.org/pypi/django-fluent-comments/
        .. image:: https://img.shields.io/codecov/c/github/django-fluent/django-fluent-comments/master.svg
            :target: https://codecov.io/github/django-fluent/django-fluent-comments?branch=master
        
        The *django-fluent-comments* module enhances the default appearance of
        the django_comments_ application to be directly usable in web sites.
        
        Features:
        
        * Ajax-based preview and posting of comments
        * Configurable and flexible form layouts.
        * Comment moderation, with auto-closing / auto-moderation after N days.
        * E-mail notification to the site managers of new comments.
        * Optional threaded comments support via django-threadedcomments_.
        * Optional Akismet_ integration for spam detection.
        * Optional reCAPTCHA2 support via django-recaptcha_ or django-nocaptcha-recaptcha_.
        * Optional simple captcha support via django-simple-captcha_.
        
        The application is designed to be plug&play;
        installing it should already give a better comment layout.
        
        Installation
        ============
        
        First install the module and django_comments, preferably in a virtual environment::
        
            pip install django-fluent-comments
        
        Configuration
        -------------
        
        Please follow the documentation at https://django-fluent-comments.readthedocs.io/
        
        
        Contributing
        ============
        
        This module is designed to be generic, and easy to plug into your site.
        In case there is anything you didn't like about it, or think it's not
        flexible enough, please let us know. We'd love to improve it!
        
        If you have any other valuable contribution, suggestion or idea,
        please let us know as well because we will look into it.
        Pull requests are welcome too. :-)
        
        
        .. _django_comments: https://github.com/django/django-contrib-comments
        .. _django-crispy-forms: http://django-crispy-forms.readthedocs.org/
        .. _django-nocaptcha-recaptcha: https://github.com/ImaginaryLandscape/django-nocaptcha-recaptcha
        .. _django-recaptcha: https://github.com/praekelt/django-recaptcha
        .. _django-simple-captcha: https://github.com/mbi/django-simple-captcha
        .. _django-threadedcomments: https://github.com/HonzaKral/django-threadedcomments.git
        .. _Akismet: http://akismet.com
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: Django (>=1.8)
