Changes between Version 8 and Version 9 of WikiNotificationPlugin


Ignore:
Timestamp:
Jan 14, 2008, 1:25:56 PM (16 years ago)
Author:
Pedro Algarvio, aka, s0undt3ch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiNotificationPlugin

    v8 v9  
    2020   wikinotification.* = enabled
    2121
    22 And optionally:
     22And optionally::
    2323
    2424   ctxtnavadd.* = enabled
     
    6262~~~~~~~~~~~~~~~~~
    6363
    64 As of time of this writing (Jan 5 2008), 0.11 support available only in trunk version (svn). Which is natural, since Trac 0.11 is still in beta as well. To install this development version type::
     64As of time of this writing (Jan 5 2008), 0.11 support available only in trunk version (svn). Which is natural, since Trac 0.11 is still in beta as well. You won't need ``ctxnavadd`` no more. To install this development version type::
    6565
    6666   > easy_install http://wikinotification.ufsoft.org/svn/trunk
    6767
    6868
    69 Some notes for the noobs amongst us:
     69Some notes for the *noobs* amongst us:
    7070
    71 1.  {{{easy_install}}} is run from the command line (on Linux) not from within Python.
     711. ``easy_install`` is run from the command line (on Linux) not from within Python.
    7272
    73 2.  After installing any plugin for Trac you'll need to restart Apache to see it (not all changes to {{{trac.ini}}} require a restart but adding a plugin does).
     732. After installing any plugin for Trac you'll need to restart Apache to see it (not all changes to ``trac.ini`` require a restart but adding a plugin does).
    7474
    75 3.  Make sure to add the new plugin to {{{trac.ini}}}:
    76 {{{
    77 [components]
    78 ctxtnavadd.* = enabled
    79 wikinotification.* = enabled
    80 }}}
     753. Make sure to add the new plugin to ``trac.ini``:
    8176
    82 4.  Also should be noted that the trac.ini configuration for the wiki notification should look something like:
     77::
    8378
    84 {{{
    85 [wiki-notification]
    86 smtp_always_cc = someone@somedomain
    87 smtp_from = trac.wiki@localhost
    88 }}}
     79  [components]
     80  wikinotification.* = enabled
    8981
    90    Another note: a user will never get a notice of his/her own wiki modification (which is a little tricky when testing the plugin :))
     82
     834. Also should be noted that the trac.ini configuration for the wiki notification should look something like:
     84
     85::
     86
     87  [wiki-notification]
     88  smtp_always_cc = someone@somedomain
     89  smtp_from = trac.wiki@localhost
     90
     915. **Another note**: a user will never get a notice of his/her own wiki modification (which is a little tricky when testing the plugin :))