Metadata-Version: 1.1
Name: djangocms-inline-comment
Version: 0.0.1
Summary: Add comments to the django CMS structure board.
Home-page: https://github.com/arteria/djangocms-inline-comment
Author: arteria GmbH
Author-email: admin@arteria.ch
License: The MIT License
Description: ========================
        djangocms-inline-comment
        ========================
        
        |build| |coverage|
        
        **django CMS Inline Comment** is a plugin for `django CMS <http://django-cms.org>`_ that allows you to add comments to the structure board, visible to editors only. You can nest other plugins inside an inline comment, which renders them invisible on a published page.
        
        Supports Django >= 1.8 and django CMS >= 3.3. https://github.com/divio/djangocms-text-ckeditor is a requirement.
        
        (If you are looking for a plugin for public-facing comments, please have a look at https://github.com/Nekmo/djangocms-comments, https://github.com/aldryn/aldryn-disqus, or https://github.com/mishbahr/djangocms-fbcomments.)
        
        
        .. image:: inline_comment_demo.gif
        
        
        Installation
        ------------
        
        * run ``pip install djangocms-inline-comment``
        * add ``'djangocms_text_ckeditor' and 'djangocms_inline_comment'`` to your ``INSTALLED_APPS``
        * run ``python manage.py migrate djangocms_inline_comment``
        
        
        Running Tests
        -------------
        
        You can run tests by executing::
        
            virtualenv env
            source env/bin/activate
            pip install -r requirements-test.txt
            python setup.py test
        
        
        .. |build| image:: https://travis-ci.org/divio/djangocms-audio.svg?branch=master
            :target: https://travis-ci.org/divio/djangocms-video
        .. |coverage| image:: https://coveralls.io/repos/github/arteria/djangocms-inline-comment/badge.svg?branch=masterr
            :target: https://coveralls.io/github/arteria/djangocms-inline-comment?branch=master
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
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
