Metadata-Version: 1.0
Name: VariousDisplayWidgets
Version: 0.1
Summary: Various usable displays of text content, for example URLs.
Home-page: http://svn.plone.org/svn/collective/
Author: UNKNOWN
Author-email: UNKNOWN
License: GPL
Description: .. contents::
        
        .. Note!
        -----
        Update the following URLs to point to your:
        
        - code repository
        - bug tracker
        - questions/comments feedback mail
        (do not set a real mail, to avoid spams)
        
        Or remove it if not used.
        
        - Code repository: http://svn.somewhere.com/...
        - Questions and comments to somemailing_list
        - Report bugs at http://bug.somewhere.com/..
        
        
        Change history
        **************
        
        Changelog
        =========
        
        0.1 (xxxx-xx-xx)
        ----------------
        
        - Created recipe with ZopeSkel
        [""]
        
        Detailed Documentation
        **********************
        
        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.
        
        By Morten W. Petersen, morten@nidelven-it.no
        
        Contributors
        ************
        
        "", Author
        
        
        Download
        ********
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
