Metadata-Version: 2.1
Name: collective.faq
Version: 1.0.0a2
Summary: UNKNOWN
Home-page: https://github.com/collective/collective.faq
Author: kitconcept GmbH
Author-email: info@kitconcept.com
License: GPL version 2
Description: .. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
           If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
           This text does not appear on pypi or github. It is a comment.
        
        ==============================================================================
        collective.faq
        ==============================================================================
        
        .. image:: https://travis-ci.org/collective/collective.faq.svg?branch=master
            :target: https://travis-ci.org/collective/collective.faq
        
        .. image:: https://img.shields.io/pypi/v/collective.faq.svg
            :target: https://pypi.python.org/pypi/collective.faq/
            :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/l/collective.faq.svg
            :target: https://pypi.python.org/pypi/collective.faq/
            :alt: License
        
        |
        
        .. image:: https://raw.githubusercontent.com/collective/collective.faq/master/kitconcept.png
           :alt: kitconcept
           :target: https://kitconcept.com/
        
        
        Features
        --------
        
        - As reviewer, I can add an FAQ.
        - As reviewer, I can add an FAQ item to an FAQ.
        - As reviewer, I can add an FAQ item to an FAQ item.
        - As reviewer, I can use rich text to create an FAQ item.
        - As reviewer, I can link to an existing FAQ item.
        - As anonymous user, I can see an FAQ list.
        - As anonymous user, I can search the FAQ and FAQ Entry.
        
        .. image:: https://raw.githubusercontent.com/collective/collective.faq/master/docs/collective.faq.gif
           :alt: collective.faq
           :target: https://github.com/collective/collective.faq
        
        
        Installation
        ------------
        
        Install collective.faq by adding it to your buildout::
        
           [buildout]
        
            ...
        
            eggs =
                collective.faq
        
        
        and then run "bin/buildout".
        
        
        Contribute
        ----------
        
        - `Source code at Github <https://github.com/collective/collective.faq>`_
        - `Issue tracker at Github <https://github.com/collective/collective.faq/issues>`_ or same
        
        
        Support
        -------
        
        If you are having issues, `please let us know <https://github.com/collective/collective.faq/issues>`_.
        
        
        Development
        -----------
        
        Requirements:
        
        - Python 2.7
        - Virtualenv
        
        Setup::
        
          make
        
        Run Static Code Analysis::
        
          make code-Analysis
        
        Run Unit / Integration Tests::
        
          make test
        
        Run Robot Framework based acceptance tests::
        
          make test-acceptance
        
        
        Credits
        -------
        
        .. image:: https://www.hu-berlin.de/++resource++humboldt.logo.Logo.png
           :height: 97px
           :width: 434px
           :scale: 100 %
           :alt: HU Berlin
           :align: left
           :target: https://www.hu-berlin.de
        
        The development of this plugin has been kindly sponsored by `Humboldt-Universität zu Berlin`_.
        
        .. image:: https://raw.githubusercontent.com/collective/collective.faq/master/kitconcept.png
           :alt: kitconcept
           :target: https://kitconcept.com/
        
        Developed by `kitconcept`_.
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        .. _Humboldt-Universität zu Berlin: https://www.hu-berlin.de
        .. _kitconcept: http://www.kitconcept.com/
        
        
        Contributors
        ============
        
        - kitconcept GmbH, info@kitconcept.com
        
        
        Changelog
        =========
        
        
        1.0.0a2 (2019-01-07)
        --------------------
        
        - Add FAQ content type to displayed_types (which show up in the navigation).
         [rodfersou]
        
        
        1.0.0a1 (2019-01-04)
        --------------------
        
        - Initial release.
          [kitconcept]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Plone :: 5.1
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test
