Metadata-Version: 1.0
Name: collective.dtwidget
Version: 0.2
Summary: Munges the ATDateTime CalendarWidget into a formlib widget.  Plone only
Home-page: http://pypi.python.org/pypi/collective.dtwidget
Author: Matthew Wilkes
Author-email: matthew.wilkes@circulartriangle.eu
License: GPL
Description: Overview
        ========
        
        Takes the CalendarWidget shipped with Archetypes and Plone and displays the user
        input section as a formlib widget. Use overrides.zcml to make this the default
        widget. Correct functionality requires the CalendarWidget javascripts from core
        Plone being accessible, as well as having ATContentTypes installed. No unit
        tests yet, this is a proof of concept and quite some evil.
        
        Changelog
        =========
        
        0.2 - 2011-08-25
        ----------------
        
        - Updated distribution metadata / structure and removed unused import.
          [hannosch]
        
        0.1 - 2008-03-04
        ----------------
        
        - Evil code.
          [wilkes, fschulze]
        
        - Initial package structure.
          [zopeskel]
        
Keywords: formlib widget Datetime
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Programming Language :: Python
