Changes between Initial Version and Version 1 of WikiNotificationPlugin


Ignore:
Timestamp:
Sep 30, 2006, 6:32:35 AM (18 years ago)
Author:
Pedro Algarvio, aka, s0undt3ch
Comment:

First version of plugin info page

Legend:

Unmodified
Added
Removed
Modified
  • WikiNotificationPlugin

    v1 v1  
     1{{{
     2#!text/x-rst
     3==============================
     4 Trac Wiki Notification Plugin
     5==============================
     6
     7Trac Wiki Notification is a pluggin that allows users(even anonymous,
     8as long as email is set) to select the wiki pages that they wish to
     9be notified(by email) when a change occurs on it.
     10
     11You can find more info on the
     12`Trac WikiNotification <http://wikinotification.ufsoft.org/>`_ site where bugs and new
     13feature requests should go to.
     14
     15Enabling the Plugin
     16-------------------
     17It's as simple as::
     18
     19   [componentes]
     20   wikinotification.* = enabled
     21
     22Available Config Options
     23------------------------
     24These are the options available to include on your *trac.ini*.
     25
     26=====================  ====================  ================================
     27 **Config Setting**     **Default Value**     **Explanation**
     28---------------------  --------------------  --------------------------------
     29*redirect_time*        5 (in secconds)       The default secconds a redirect should take when
     30                                             watching/un-watching a wiki page.
     31                                             This value is also definable per user, ie, user
     32                                             is able to configure this, of course for himself.
     33---------------------  --------------------  --------------------------------
     34*smtp_always_bcc*      *empty*               Email address(es) to always send notifications to,
     35                                             addresses do not appear publicly (Bcc:).
     36---------------------  --------------------  --------------------------------
     37*smtp_always_cc*       *empty*               Email address(es) to always send notifications to,
     38                                             addresses can be see by all recipients (Cc:).
     39---------------------  --------------------  --------------------------------
     40*smtp_from*            trac.wiki\@localhost  Sender address to use in notification emails.
     41---------------------  --------------------  --------------------------------
     42*use_public_cc*        False                 Recipients can see email addresses of other
     43                                             CC'ed recipients. If this option is
     44                                             disabled(the default), recipients are put on BCC.
     45=====================  ====================  ================================
     46
     47
     48Download and Installation
     49-------------------------
     50
     51Trac WikiNotification can be installed with `Easy Install
     52<http://peak.telecommunity.com/DevCenter/EasyInstall>`_ by typing::
     53
     54    > easy_install TracWikiNotification
     55}}}
     56