Metadata-Version: 1.0
Name: TracWikiNotification
Version: 0.1.0rc1
Summary: Trac Plugin to allow email notification of changes on wiki pages
Home-page: http://wikinotification.ufsoft.org
Author: Pedro Algarvio
Author-email: ufs@ufsoft.org
License: BSD
Download-URL: http://python.org/pypi/TracWikiNotification
Description: 
        ==============================
        Trac Wiki Notification Plugin
        ==============================
        
        Trac Wiki Notification is a pluggin that allows users to select the wiki pages
        that they wish to be notified(by email) when a change occurs on it.
        
        You can find more info on the
        `Trac WikiNotification <http://wikinotification.ufsoft.org/>`_ site where bugs and new
        feature requests should go to.
        
        
        
        Enabling the Plugin
        -------------------
        It's as simple as::
        
        [componentes]
        wikinotification.* = enabled
        
        
        
        Available Config Options
        ------------------------
        These are the options available to include on your *trac.ini*.
        
        =====================  ====================  ================================
        **Config Setting**     **Default Value**     **Explanation**
        ---------------------  --------------------  --------------------------------
        *redirect_time*        5 (in secconds)       The default secconds a redirect should take when
        watching/un-watching a wiki page.
        This value is also definable per user, ie, user
        is able to configure this, of course for himself.
        ---------------------  --------------------  --------------------------------
        *smtp_always_bcc*      *empty*               Email address(es) to always send notifications to,
        addresses do not appear publicly (Bcc:).
        ---------------------  --------------------  --------------------------------
        *smtp_always_cc*       *empty*               Email address(es) to always send notifications to,
        addresses can be see by all recipients (Cc:).
        ---------------------  --------------------  --------------------------------
        *smtp_from*            trac.wiki\@localhost  Sender address to use in notification emails.
        ---------------------  --------------------  --------------------------------
        *use_public_cc*        False                 Recipients can see email addresses of other
        CC'ed recipients. If this option is
        disabled(the default), recipients are put on BCC.
        =====================  ====================  ================================
        
        
        
        Download and Installation
        -------------------------
        
        Trac WikiNotification can be installed with `Easy Install
        <http://peak.telecommunity.com/DevCenter/EasyInstall>`_ by typing::
        
        > easy_install TracWikiNotification
        
        
Platform: OS Independent - Anywhere Python and Trac >=0.10 is known to run.
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
