<?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-FlickrPlugin</name>
<shortdesc>Flickr photo search widget for Chandler</shortdesc>
<description>This plugin provides support for Flickr photo searches in Chandler. 

To download and install the plugin from the Chandler UI, 
use the "Plugins -&gt; Download" and "Plugins -&gt; Install" menus.

To download and install the plugin from the command line, use Chandler's
InstallPlugin script and restart Chandler::

    InstallPlugin Chandler-FlickrPlugin

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://lists.osafoundation.org/pipermail/chandler-dev/2006-March/005552.html

The svn sources for this plugin are at:

 http://svn.osafoundation.org/chandler/trunk/chandler/projects/Chandler-FlickrPlugin#egg=Chandler_FlickrPlugin-dev

and can be retrieved with::

    RunPython -m easy_install --editable -b . Chandler_FlickrPlugin==dev</description>
<maintainer><foaf:Person><foaf:name>OSAF</foaf:name>
</foaf:Person></maintainer>
<release><Version><revision>0.8-r16144</revision></Version></release>
</Project></rdf:RDF>