Metadata-Version: 2.1
Name: ftw.faqblock
Version: 1.2.1
Summary: ftw.faqblock
Home-page: https://github.com/4teamwork/ftw.faqblock
Author: 4teamwork AG
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: .. contents:: Table of Contents
        
        
        Introduction
        ============
        
        
        This package is an addon for `ftw.simplelayout <http://github.com/4teamwork/ftw.simplelayout>`_. Please make sure you
        already installed ``ftw.simplelayout`` on your plone site before installing this addon.
        
        FaqBlock provides the integration of an FAQ styled collapsible block on a page
        powered by ftw.simplelayout. It uses the existing functionality of ``ftw.simplelayout.TextBlock``.
        
        Compatibility
        -------------
        
        - Plone 4.3
        - Plone 5.1
        
        
        Installation
        ============
        
        - Add the package to your buildout configuration:
        
        ::
        
            [instance]
            eggs +=
                ...
                ftw.faqblock
        
        
        Development
        ===========
        
        1. Fork this repo
        2. Clone your fork
        3. Shell: ``ln -s development.cfg buildout.cfg``
        4. Shell: ``python bootstrap.py``
        5. Shell: ``bin/buildout``
        
        Run ``bin/test`` to test your changes.
        
        Or start an instance by running ``bin/instance fg``.
        
        
        Links
        =====
        
        - Github: https://github.com/4teamwork/ftw.faqblock
        - Issues: https://github.com/4teamwork/ftw.faqblock/issues
        - Pypi: http://pypi.python.org/pypi/ftw.faqblock
        
        
        Copyright
        =========
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``ftw.faqblock`` is licensed under GNU General Public License, version 2.
        
        Changelog
        =========
        
        
        1.2.1 (2022-11-07)
        ------------------
        
        - Fix open faq block via location hash. [mathias.leimgruber]
        
        
        1.2.0 (2020-07-23)
        ------------------
        
        - Plone 5.1 compatibility [Nachtalb]
        
        
        1.0.1 (2018-10-23)
        ------------------
        
        - Title must be set [Nachtalb]
        - Add possibility to just add an image instead of having to add text [Nachtalb]
        
        
        1.0.0 (2018-10-22)
        ------------------
        
        - Initial implementation.
        
Keywords: ftw faqblock
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Plone :: 5.1
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: tests
