Metadata-Version: 1.0
Name: VariousDisplayWidgets
Version: 0.4
Summary: Various usable displays of text content, for example URIs.
Home-page: http://svn.plone.org/svn/collective/
Author: UNKNOWN
Author-email: UNKNOWN
License: GPL
Description: Some simple widgets for better display and handling of URIs, as well
        as producing clickable email addresses.
        
        To use in your product, simply do
        
        from VariousDisplayWidgets.VariousDisplayWidgets.widgets.URI import URIWidget
        
        from VariousDisplayWidgets.VariousDisplayWidgets.widgets.Email import EmailWidget
        
        and use it in the Archetypes schema as a widget argument.
        
        
        0.4 (2012-05-09)
        
            - Tagging release
        
        0.3 (2012-05-05)
        
            - Making URIs accept all URL formats, including
              relative URIs 
        
        0.2 (2012-05-01)
        
            - Moving to Nidelven IT SVN, bumping for release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
