Metadata-Version: 2.0
Name: TracNewsFlash
Version: 1.0.3
Summary: A Trac macro to make a colored box.
Home-page: https://trac-hacks.org/wiki/NewsFlashMacro
Author: Noah Kantrowitz
Author-email: noah@coderanger.net
License: BSD
Keywords: trac plugin macro news flash
Platform: UNKNOWN
Classifier: Framework :: Trac
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Requires-Dist: Trac

Notes
=====
A simple macro the create a colored sidebar.

Configuration
=============

To enable the plugin::

  [components]
  newsflash.* = enabled

Example
=======
An example usage::

  {{{
  #!NewsFlash
  = Version 2.0 =
  Version 2.0 has been released. Check out the [wiki:Download] page.

  = New website =
  Our project has a new website. Welcome!
  }}}


