<?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>cc.buildout_reports</name>
<shortdesc>Recipes for generating developer reports with zc.buildout.</shortdesc>
<description>****************
Buildout Reports
****************

.. contents::

cc.buildout_reports provides recipe[s] for generating developer reports 
using zc.buildout.  

XXX/TODO Report
***************

The cc.bulidout_reports:xxx recipe can be used to scan a project for comments
flagged with a specifed pattern (XXX|TODO by default).  The recipe does not
scan temporary files (``*~``) or traverse into ``egg`` and ``.svn`` 
directories.

The recipe supports two optional parameters:

pattern
    The pattern to scan for; if not specified, defaults to ``(XXX|TODO)``.
        
report_file
    The file to save the report to; if not specified, defaults
    to ``XXXreport.html``, stored in the buildout directory.  If specified
    as a relative path, it is interpreted as relative to the buildout
    directory.


History
*******

0.1
---

* Initial public release.

Download
**********************</description>
<homepage rdf:resource="http://python.org/pypi/cc.buildout_reports/" />
<maintainer><foaf:Person><foaf:name>Nathan R. Yergler</foaf:name>
<foaf:mbox_sha1sum>e6fd927e2c047c0aa9740bcc67f8b04fcd2d9ae5</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1</revision></Version></release>
</Project></rdf:RDF>