Metadata-Version: 1.0
Name: Products.SimpleCalendar
Version: 1.0a3
Summary: Simple to install and use calendaring solution
Home-page: http://www.nidelven-it.no/d
Author: Morten W. Petersen
Author-email: info@nidelven-it.no
License: GPL
Description: Products.SimpleCalendar is a simple, accessible display-only
        calendaring solution for Plone.  It was created to ensure that a
        simple, accessible (table-based listing) calendaring solution exists,
        and is a viable alternative to p4a.plonecalendar.
        
        In many ways it is similar to p4a.plonecalendar, as it makes use of
        the dateable.chronos and dateable.kalends code as well, and also
        depends on some p4a code, a dependency that was discovered when
        developing Products.SimpleCalendar.
        
        An alpha release for now, using hacks and adapter goodies to get
        things working.  Enjoy.  :)
        
        To install, add Products.SimpleCalendar to buildout and re-run
        buildout, restart Zope and install the SimpleCalendar and Chronos
        products in the Plone control panel add-ons section.
        
        Customize chronos.css in portal_view_customizations so that it
        contains
        
        #chronos-month td.dayNotInThisMonth a {
            display: inline;
        }
        
        to have events taking place in a day outside of the current month
        displayed.
        
        
        1.0a3 (2012-08-02)
        
            - Making portlets assignable on SimpleCalendar content type
        
        1.0a2 (2012-08-01)
        
            - Fixing readme/changes info in setup.py
        
            - Making dateable dependencies explicit
        
            - Enabling filter for the calendar based on event state
        
            - Adding more info to readme.
        
        1.0a (2012-07-31)
        
            - Initial release
        
Keywords: python zope plone calendaring calendar events
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone :: 4.1
Classifier: Operating System :: OS Independent
Classifier: Topic :: Office/Business :: Groupware
Classifier: Topic :: Office/Business :: Scheduling
