Metadata-Version: 1.0
Name: plone.formwidget.datetime
Version: 1.0a2
Summary: Datetime widgets for Plone
Home-page: https://github.com/collective/plone.formwidget.datetime
Author: Plone Foundation
Author-email: plone-developers@lists.sourceforge.net
License: GPL
Description: Introduction
        ============
        
        The package plone.formwidget.datetime provides date and time widgets for plone
        to be used with z3c.form and Archetypes. The calendar widget is based on
        JQueryTools Dateinput, provided by plone.app.jquerytools.
        
        The package is a merge of collective.z3cform.datetimewidget
        and archetypes.datetimewidget (which itself derives also from
        collective.z3cform.datetimewidget).
        
        TODO
        ====
        
        * Include popup_calendar.gif as browser-resource in this package.
        * create DateDeltaWidget and DatetimeDeltaWidget
        * use timepicker
        
        Contributors
        ============
        
        * Vincent Fretin - vincentfretin
        * Rok Garbas - garbas
        * David Glick - davisagli
        * Simone Orsi
        * Johannes Raggam - thet
        * Carsten Senger - csenger
        * Taito Horiuchi - taito
        
        Changelog
        =========
        
        1.0a2 (unreleased)
        ------------------
        
        - Include z3c.form's meta.zcml, so widgetsTemplate directive is registered.
          [thet]
        
        - For conditional zcml incudes, use zcml:condition instead of zcml:provides.
          [thet]
        
        - Code cleanup.
          [thet]
        
        1.0a1 (2012-02-24)
        ------------------
        
        - Initial alpha (!) release from the Plone Konferenz 2012 in Munich.
          [thet]
        
Keywords: plone date time datetime event widget archetypes z3c.form
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
