Simple RSS/Atom feed support for Chandler
Project description
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 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:
and can be retrieved with:
RunPython -m easy_install --editable -b . Chandler_FeedsPlugin==dev
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Chandler-FeedsPlugin-0.7-r15188.tar.gz
.
File metadata
- Download URL: Chandler-FeedsPlugin-0.7-r15188.tar.gz
- Upload date:
- Size: 51.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06de1222820fd406ca184c9d3d786415859d47e88869ebf4681c7b754b1ea8b0 |
|
MD5 | 02fe237bd4e4184f80f90539d2ba753a |
|
BLAKE2b-256 | 2c70a4c321467199b0b37fc3ab1f2a7b334876e063afeb2f654a9540bfcb4438 |