Metadata-Version: 1.0
Name: cciaa.portlet.calendar
Version: 1.2.1
Summary: Alternative calendar portlet for Plone that perform some additional search
Home-page: http://plone.org/products/cciaa.portlet.calendar
Author: RedTurtle Technology
Author-email: sviluppoplone@redturtle.net
License: GPL
Description: Introduction
        ============
        
        This is a simple replacement of Plone base calendar, that add only some new features
        and change somw behaviour for better *accessibility*.
        
        Why show a search when only an event is found?
        ----------------------------------------------
        
        In the basic Plone calendar, when you click on a day with one event inside, you are
        redirected to a search result view... where the only clickable thing is the event itself.
        
        This step is a waste of time. This new calendar will move you directly to the event itself.
        
        Why show a search (in any case)?
        --------------------------------
        
        Showing a search results view when using the calendar is not very user-friendly. The user
        will read "*Results for the search...*" but from his point of view this action is not a search
        operation.
        
        This calendar will move the user to a specific view, with better explanatory texts.
        
        .. image:: http://keul.it/images/plone/cciaa.portlet.calendar-1.1.0-01.png
           :alt: 'The Events of the day' view
        
        New feature: events of the month
        --------------------------------
        
        Simple, but useful: clicking on the month name will redirect the user to a view that display
        all event of the month.
        
        .. image:: http://keul.it/images/plone/cciaa.portlet.calendar-1.1.0-02.png
           :alt: 'The Events of ...' + month's name view
        
        Credits
        =======
        
        Developed with the support of `Camera di Commercio di Ferrara`__; Camera di Commercio supports
        the `PloneGov initiative`__.
        
        .. image:: http://www.fe.camcom.it/cciaa-logo.png/
           :alt: CCIAA Ferrara - Logo
        
        __ http://www.fe.camcom.it/
        __ http://www.plonegov.it/
        
        Updated to Plone 4.1 with the support of `Agencia Alagoas de Noticias`__;
        Agencia Alagoas supports the `PloneGovBr initiative`__.
        
        __ http://www.agenciaalagoas.al.gov.br/
        __ http://www.softwarelivre.gov.br/plone
        
        Authors
        =======
        
        This product was developed by RedTurtle Technology team. Updated to Plone 4.1 by Imagem Empresarial team.
        
        .. image:: http://www.redturtle.it/redturtle_banner.png
           :alt: RedTurtle Technology Site
           :target: http://www.redturtle.it/
        
        
        Changelog
        =========
        
        1.2.1 (2011-12-20)
        ------------------
        
        * Fixed a bug for missing ``syntool`` reference on Plone 4.1
          (thanks to Michel for reporting this)
          [keul]
        * Fixed a bug for a wrong variable definition in ``searchmonth.pt``
          [keul]
        * Apply ``SearchableText`` query parameter to month search only if
          really used in the calling request
          [keul]
        * Changed the portlet edit permission to "plone.app.portlets.ManagePortlets".
          This solve the problem of importing ``permissions.zcml`` and is a better
          permission
          [keul]
        * Pyflakes cleanup
          [keul]
        
        1.2.0 (2011-06-27)
        ------------------
        
        * Updated to Plone 4.1 [davilima6]
        * Fixed some styles issues with Sunburst theme [keul]
        
        1.1.0 (2011-01-21)
        ------------------
        
        * Translations moved to locales from i18n [keul]
        * Missing translation support for some HTML titles [keul]
        * Removed "relevance", totally useless with events search [keul]
        
        1.0.1
        -----
        
        * Fixed *search_events* that break when parameters are missing [fdelia]
        
        1.0.0
        -----
        
        * Initial release
        
        
Keywords: plone plonegov calendar portlet
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 3.3
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
