Metadata-Version: 1.1
Name: collective.searchevent
Version: 0.5.2
Summary: Adds portlet to search event content types for Plone.
Home-page: https://github.com/collective/collective.searchevent
Author: Taito Horiuchi
Author-email: taito.horiuchi@gmail.com
License: BSD
Description: ======================
        collective.searchevent
        ======================
        
        collective.searchevent provides **Search Event Portlet** for searching Plone default Event content type.
        
        It is also possible to filter the search with tags (Subjects) and paths.
        
        Filtering
        ---------
        
        To make filtering work, you need to go to **Search Event Collections** from **Site Setup**: **Add-on Configuration** section and add **Event Search Collection** which will then be selected in the search event portlet management page.
        
        Exporting
        ---------
        
        Exporting search event results to csv file is available for roles who have Modify Portal Content permission who can see **Export** button on the portlet.
        The separation of each values are done by '``|``'.
        
        Currently tested with
        ---------------------
        
        * Plone-4.2.4 [taito]
        
        Changelog
        ---------
        
        0.5.2 (2013-02-01)
        ==================
        
        - Fixed exporting events number. [taito]
        
        0.5.1 (2013-01-06)
        ==================
        
        - Fixed test failures for Plone-4.2.3. [taito]
        
        0.5 (2012-12-10)
        ================
        
        - Addes CSS style. [taito]
        - Added testing integration to Travis CI. [taito]
        
        0.4 (2012-11-14)
        ================
        
        - Tested with Plone-4.2.2. [taito]
        
        0.3 (2012-09-03)
        ================
        
        - Setting paths now uses string lines. [taito]
        
        0.2.1 (2012-08-20)
        ==================
        
        - Order of form field in portlet fixed. [taito]
        
        0.2 (2012-08-07)
        ================
        
        - Added more control on batch start, size and orphan. [taito]
        - Exporting as csv file is now available. [taito]
        - Dropped support for Python-2.6. [taito]
        
        0.1 (2012-06-23)
        ================
        
        - Initial release. [taito]
        
        Contributors
        ------------
        
        Author
        ======
        
        * Taito Horiuchi <taito.horiuchi at gmail.com>
        
        Credits
        -------
        
        * The Finnish Association for Nature Conservation (`Suomen Luonnonsuojeluliitto <http://www.sll.fi/>`_).
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.2
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
