Log in or register to vote.

Chandler-FeedsPlugin

Simple RSS/Atom feed support for Chandler

This plugin provides support for RSS and Atom feeds in Chandler.

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

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

InstallPlugin Chandler-FeedsPlugin

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 ...

0