Home
Name Modified Size InfoDownloads / Week
noticepublisher.0.1.1.zip 2012-04-17 50.9 kB
README.txt 2012-04-17 2.7 kB
noticepublisher.0.1.1.src.zip 2012-04-17 52.4 kB
noticepublisher.0.1.0.zip 2012-01-08 49.7 kB
noticepublisher.0.1.0.src.zip 2012-01-08 51.4 kB
Totals: 5 Items   207.0 kB 0
Notice Publisher plugin for Trac

  Copyright 2011 Roberto Bordolanghi
  
  The Notice Publisher plugin for Trac is free software: you can redistribute it 
  and/or modify it under the terms of the GNU General Public License 
  as published by the Free Software Foundation, either version 3 of the 
  License, or (at your option) any later version.
  
  The Notice Publisher plugin for Trac is distributed in the hope that it will be
  useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
  
  You should have received a copy of the GNU General Public License
  along with he Notice Publisher plugin for Trac. See LICENSE.txt.
  If not, see <http://www.gnu.org/licenses/>.


  Project web page on TracHacks: http://trac-hacks.org/wiki/NoticePublisherPlugin
  
  Project web page on SourceForge.net: https://sourceforge.net/projects/notices4trac
  

A Trac plugin to display Notices to any User visiting any page in Trac.
This is useful to bring everyone attention on news that affect all users,
like the system going down, a solution to a common problem, and so on.
Notices can contain Wiki-formatted syntax, thus allowing for rich content.
Notices can have an expiration, expressed in hours, after which they 
automatically disappear.
In addition to the automatic expiration, each notice has a "close" icon,
allowing each User to close it. The plugin remembers each User closing a
Notice and will not show it again to that User.
A Notice Administration panel allows for showing which notices are active,
the time of expiration and for deleting them.

****************************
Note: 
   Requires the Trac Generic Class plugin v. 1.1.1+, which is part of TestManagerForTracPlugin. 
      - Download it here:  https://sourceforge.net/projects/testman4trac/
      - Then [build and] install the TracGenericClass.egg file into Trac before installing the Notice Publisher plugin. 
      
   Requires python-dateutil
      - install with:
            easy_install python-dateutil
      - documentation cn be found here:
            http://labix.org/python-dateutil
            
****************************

Refer to BUILD.txt for details about how to build.

Refer to INSTALL.txt for installation details.

=================================================================================================  
Change History:

(Refer to the tickets on trac-hacks or SourceForge for complete descriptions.)

Release 0.1.1 (2012-04-17):
  o Added local timezone support

Release 0.1.0 (2012-01-08):
  o First release publicly available
  
Source: README.txt, updated 2012-04-17