Metadata-Version: 2.0
Name: aldryn-newsblog
Version: 1.3.3
Summary: Adds blogging and newsing capabilities to django CMS
Home-page: https://github.com/aldryn/aldryn-newsblog
Author: Divio AG
Author-email: info@divio.ch
License: LICENSE.txt
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.6
Classifier: Framework :: Django :: 1.7
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: News/Diary
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Dist: Django (>=1.6,<1.10)
Requires-Dist: aldryn-apphooks-config (>=0.2.4)
Requires-Dist: aldryn-boilerplates (>=0.7.2)
Requires-Dist: aldryn-categories
Requires-Dist: aldryn-common (>=0.1.3)
Requires-Dist: aldryn-people (>=1.1.0)
Requires-Dist: aldryn-reversion (>=0.1.0)
Requires-Dist: aldryn-translation-tools (>=0.2.0)
Requires-Dist: backport-collections (==0.1)
Requires-Dist: django-appdata (>=0.1.4)
Requires-Dist: django-cms (>=3.2)
Requires-Dist: django-filer (>=0.9.9)
Requires-Dist: django-parler (>=1.4)
Requires-Dist: django-reversion (>=1.8.2,<1.11)
Requires-Dist: django-sortedm2m (>=1.2.2,!=1.3.0,!=1.3.1)
Requires-Dist: django-taggit
Requires-Dist: djangocms-text-ckeditor
Requires-Dist: lxml
Requires-Dist: python-dateutil
Requires-Dist: python-dateutil
Requires-Dist: pytz
Requires-Dist: six

#################################
Aldryn News & Blog for django CMS
#################################

|PyPI Version| |Build Status| |Coverage Status| |codeclimate| |requires_io|

Aldryn News & Blog is an `Aldryn <http://aldryn.com>`_-compatible news and
weblog application for `django CMS <http://django-cms.org>`_.

**Content editors** looking for documentation on how to use the editing
interface should refer to our `user manual`_ section.

**Django developers** who want to learn more about django CMS, as well as
how to install, configure and customize it for their own projects should
refer to the `documentation`_ sections.

Aldryn News & Blog is intended to serve as a model of good practice for
development of django CMS and Aldryn applications.

.. _user manual: http://aldryn-newsblog.readthedocs.io/en/latest/


======================
Installation & Updates
======================

Please head over to our `documentation`_ for all the details on how to install,
configure and use Aldryn News & Blog.

You can also find instructions on `how to upgrade`_ from earlier versions.

.. _documentation: http://aldryn-newsblog.readthedocs.io/en/latest/
.. _how to upgrade: http://aldryn-newsblog.readthedocs.io/en/latest/upgrade.html


============
Contributing
============

This is a community project. We love to get any feedback in the form of
`issues`_ and `pull requests`_. Before submitting your pull request, please
review our guidelines for `Aldryn addons`_.

.. _issues: https://github.com/aldryn/aldryn-newsblog/issues
.. _pull requests: https://github.com/aldryn/aldryn-newsblog/pulls
.. _Aldryn addons: http://docs.aldryn.com/en/latest/reference/addons/index.html


.. |PyPI Version| image:: http://img.shields.io/pypi/v/aldryn-newsblog.svg
   :target: https://pypi.python.org/pypi/aldryn-newsblog
.. |Build Status| image:: http://img.shields.io/travis/aldryn/aldryn-newsblog/master.svg
   :target: https://travis-ci.org/aldryn/aldryn-newsblog
.. |Coverage Status| image:: http://img.shields.io/coveralls/aldryn/aldryn-newsblog/master.svg
   :target: https://coveralls.io/r/aldryn/aldryn-newsblog?branch=master
.. |codeclimate| image:: https://codeclimate.com/github/aldryn/aldryn-newsblog/badges/gpa.svg
   :target: https://codeclimate.com/github/aldryn/aldryn-newsblog
   :alt: Code Climate
.. |requires_io| image:: https://requires.io/github/aldryn/aldryn-newsblog/requirements.svg?branch=master
   :target: https://requires.io/github/aldryn/aldryn-newsblog/requirements/?branch=master
   :alt: Requirements Status


