<?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>Chandler-ReportPlugin</name>
<shortdesc>Progress reports for Chandler</shortdesc>
<description>The Report Plug-in is an experimental plug-in. As we've made changes and 
improvements to the app, plug-ins such as this one have not been updated or tested. As a result, to 
safeguard against data corruption, we recommend that you run a separate, clean version of Chandler 
when installing plug-ins.

The Report Plug-in provides support for progress reporting in Chandler.

If you want to work on its code, you can use::

    RunPython setup.py develop

to install it in development mode (where you can make changes and have them
take effect whenever Chandler is restarted), or you can use::

    RunPython setup.py install

to install it as an ``.egg`` file.

Note that when installed as an egg file, changes made to the source code will
not affect Chandler execution, until you run ``setup.py install`` or ``setup.py
develop`` again.

After making changes to this plugin, you should update its version number in
``setup.py`` and in the chandler/Makefile, so that people using "quick builds"
of Chandler will use your new version.

If you want to run this plugin's tests use::

    RunPython setup.py test

For more information on the plugin development process, see the original
proposal at:

 	http://chandlerproject.org/Journal/VeraSheinmanNotes</description>
<maintainer><foaf:Person><foaf:name>Vera Sheinman</foaf:name>
<foaf:mbox_sha1sum>e9fd9ef4a171d9cb4d039fce9af9cf140feabb12</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1</revision></Version></release>
</Project></rdf:RDF>