Metadata-Version: 1.0
Name: Products.PloneboardNotify
Version: 0.3.0beta
Summary: A configurable product that rely on Zope 3 events, for sending emails when new message is added on Ploneboard forum
Home-page: http://svn.plone.org/svn/collective/Products.PloneboardNotify
Author: keul
Author-email: luca.fabbri@redturtle.net
License: GPL
Description: What is this?
        =============
        
        An event based Plone product.
        Add some configuration to your Plone site for sending email on new messages or replies
        added on forums.
        
        You also need `Ploneboard`__ product to be installed.
        
        __ http://pypi.python.org/pypi/Products.Ploneboard
        
        Plone 2.5
        ---------
        
        Yes, this is done to be compatible with Plone 2.5 and older versions of Ploneboard.
        To install this for Plone 2.5 just copy the *PloneboardNotify* directory in the *Products* directory
        provided by older Zope releases.
        
        TODO
        ----
        
        * Current version support global configuration and forum specific ones; the long-term
        plan wanna reach also forum area configurations.
        * Also manipulate the FROM part of the mail, configurable globally, for single forum, etc.
        * Forum outside the Forum Area are not supported by the configuration UI.
        * Add user info to notification?
        * A complete, clean uninstall procedure that remove all unwanted stuff.
        
        
        Changelog
        =========
        
        0.3.0
        -----
        
        * Added local configuration for the Forum content.
        * The forum title added in the mail was not the real forum title.
        * Added some other infos to the sent mail.
        * Mail using BCC now supported.
        * Added i18n support and italian complete translation.
        * Fixed criticals problem with email encodings.
        * Added a local setting for changing text encoding in email sent.
        * A lot of UI enhancement.
        
        0.2.0
        -----
        
        * Added the debug mode to print mail contents but not send anything.
        
        0.1.0 - Unreleased
        ------------------
        
        * Initial release.
        
        
Keywords: ploneboard forum event notify
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
