<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>TracNewsFlash</name>
<shortdesc>A Trac macro to make a colored box.</shortdesc>
<description>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!
  }}}</description>
<homepage rdf:resource="http://trac-hacks.org/wiki/NewsFlashMacro" />
<maintainer><foaf:Person><foaf:name>Noah Kantrowitz</foaf:name>
<foaf:mbox_sha1sum>a66849b4b572dd5e197e0ca2d771db196d8a3c4c</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.0.1</revision></Version></release>
</Project></rdf:RDF>