Metadata-Version: 1.1
Name: collective.miscbehaviors
Version: 0.2.2
Summary: Miscellaneous behaviors for Plone
Home-page: http://svn.plone.org/svn/collective/collective.miscbehaviors
Author: Izhar Firdaus
Author-email: izhar@inigo-tech.com
License: GPL
Description: Introduction
        ============
        
        This package provides several simple behaviors for dexterity which
        are similar to what already provided by some plone basic contenttypes
        
        Behaviors
        ----------
        
        Body Text
          Adds a rich text field
        
        File Attachment 
          Adds an attachment field
        
        Lead Image
          Adds an image field and an image caption field
        
        Remote URL
          Adds a link field
        
        Contact Info
          Adds contact name, contact email, and contact phone fields
        
        Paypal
          Adds paypal related fields and allow assigning of paypal portlet
        
        StartEndDate
          Adds startDate and endDate fields for events
        
        Changelog
        =========
        
        0.2.2 (2013-01-08)
        ------------------
        
        * added initial Finnish translation [koodamo]
        * added default viewlet for leadimage [izhar]
        
        0.2.1 
        -------------------
        
        * remove plone.indexer registration for bodytext, as it conflicts with 
          dexteritytextindexer
        
        0.2
        -------------------
        
        * Added leadimage portlet
        * Enable behavior marker interfaces
        * Added paypal behavior
        * Added startenddate behavior
        
        0.1 
        -------------------
        
        - Initial release
        
Keywords: plone dexterity behavior
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
