Metadata-Version: 1.1
Name: Products.Faq
Version: 1.3.1
Summary: FAQ - An AT contenttype for Plone
Home-page: https://github.com/tomgross/Products.Faq
Author: Four Digits
Author-email: info@fourdigits.nl
License: GPL
Description: ===================
        Products.Faq README
        ===================
        
        .. contents::
        
        .. image:: https://travis-ci.org/collective/Products.Faq.png
        
        Introduction
        ============
        
        This product is a simple Faq content type for Plone. It provides the
        following features:
        
         * Two new types, FaqFolder and FaqEntry. FaqFolder can contain FaqEntry and
           FaqFolder to create categories of questions.
         * Questions are collapsable in the FaqEntry's view to show or hide answers.
         * A delay can be specified to marked recent questions as new (display of a
           small icon before titles).
        
        Installation
        ============
        
        You install it the usual way - Add the product to your buildout and install
        it via the Plone controlpanel
        
        Requirements
        ============
        
         * Plone 4.0 or later (probably it works with Plone 3 but was not tested)
         * for running the tests plone.app.testing is needed.
        
        Credits
        =======
        
         * Jean-Charles Rogez (jean-charles.rogez@edf.fr)  -- maintainer
         * Tim Terlegard (tim@se.linux.org)
         * Edward Muller (edwardam@interlix.com)
         * Tom Gross (itconsense@gmail.com)
        
        
        Changelog
        =========
        
        1.3.1 (2013-08-12)
        ------------------
        
        - Fixed "show/hide all" option. There was a conflict with jquery.
          [rristow]
        
        
        1.3 (2013-07-22)
        ----------------
        
        - Test by travis
          [tom_gross]
        
        - Added rolemap. Now Contributors can add FaqEntries and FaqFolders
          [cekk]
        
        - Added Italian translation
          [cekk]
        
        - Plone 4.3 compatibility
          [tom_gross]
        
        - Fixed and simplified JS toggle code in folder view
          [tom_gross]
        
        - Added local copy of the images that are deprecated in Plone
          [rristow]
        
        
        1.2 (2012-04-11)
        ----------------
        
        - Show description of the Faq subfolders.
          [maurits]
        
        - Added module alias to support older content locations
          [tom_gross]
        
        - Added migrator for BTree based folder implementation
          [tom_gross]
        
        - Added minimal tests
          [tom_gross]
        
        1.1.2 (2011-01-04)
        ------------------
        
        - Nothing changed yet.
        
        
        1.1.1 (2011-01-04)
        ------------------
        
        - FaqFolder and FaqEntry are ATCT based now
          [naro]
          
        - replaced i18n directory with locales. Existing translations are preserved.
          [naro]
          
        - i18n cleanup
          [naro]
        
        
Keywords: FAQ Archetypes Plone Contenttype
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
