Metadata-Version: 1.0
Name: silva.app.subscriptions
Version: 1.0
Summary: Let people subscribe to content changes
Home-page: http://infrae.com/products/silva
Author: Sylvain Viollon
Author-email: info@infrae.com
License: BSD
Description: ========================
        silva.core.subscriptions
        ========================
        
        ``silva.core.subscriptions`` let visitors subscribe to Silva content
        in order to receive notification emails on modification. You can only
        subscribe to a part of the site or only to a page.
        
        Subscription registration can be done by visitors via a form rendered
        inside the public layout. If the visitor is not authenticated, the
        form is protected with a Captcha. The registration requires a
        validation done by email.
        
        Site managers can directly administrate subscribed emails (add,
        remove) without that validation step.
        
        A local service contains some generic settings and all email templates
        used. You can be customized them at will.
        
        The service provides you with an API usable to develop extensions that
        send notification for any wanted action or event using a custom email
        template of your choice.
        
        Changes
        =======
        
        1.0 (2010/10/20)
        ----------------
        
        * Initial after split out of Silva.
        
Keywords: silva app redirect permanent http
Platform: UNKNOWN
Classifier: Framework :: Zope2
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
