Metadata-Version: 2.0
Name: aldryn-faq
Version: 2.1.0
Summary: FAQ addon for django CMS
Home-page: https://github.com/aldryn/aldryn-faq
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.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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 :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Dist: aldryn-apphooks-config (>=0.4.0)
Requires-Dist: aldryn-boilerplates (<0.8,>=0.7.4)
Requires-Dist: aldryn-search
Requires-Dist: aldryn-translation-tools (>=0.2.1)
Requires-Dist: django (>=1.8,<2.0)
Requires-Dist: django-admin-sortable
Requires-Dist: django-admin-sortable2 (>=0.5.2)
Requires-Dist: django-cms (>=3.4)
Requires-Dist: django-parler (>=1.4,<1.7)
Requires-Dist: django-sortedm2m (>=1.4.0)
Requires-Dist: django-taggit
Requires-Dist: djangocms-text-ckeditor

#########################
Aldryn FAQ for django CMS
#########################

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

Aldryn FAQ is an `Aldryn <http://aldryn.com>`_-compatible simple Frequently
Asked Questions (FAQ) application for `django CMS <http://django-cms.org>`_.

It allows you to present categorized lists of frequently asked questions and
their answers.

**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.

.. _user manual: http://aldryn-faq.readthedocs.org/en/latest/user/index.html


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

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

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

.. _documentation: http://aldryn-faq.readthedocs.org/en/latest/how_to/index.html
.. _how to upgrade: http://aldryn-faq.readthedocs.org/en/latest/how_to/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-faq/issues
.. _pull requests: https://github.com/aldryn/aldryn-faq/pulls
.. _Aldryn addons: http://docs.aldryn.com/en/latest/reference/addons/index.html


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


