This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
mootoh (author)
Sat Jan 19 06:52:45 -0800 2008
| name | age | message | |
|---|---|---|---|
| |
Makefile | Sat Jan 19 06:52:45 -0800 2008 | [mootoh] |
| |
README | Sat Jan 19 06:52:45 -0800 2008 | [mootoh] |
| |
setup.py | Sat Jan 19 06:52:45 -0800 2008 | [mootoh] |
| |
ticket2rtm/ | Sat Jan 19 06:52:45 -0800 2008 | [mootoh] |
| |
trac_ini_sample.txt | Sat Jan 19 06:52:45 -0800 2008 | [mootoh] |
README
= ticket2rtm = A Trac plugin that synchronizes Trac tickets and RTM tasks. - when a ticket is created, a RTM task also will be added. - when you close a ticket, the associated RTM task will be completed. == Install == === build === 1. edit Makefile and set PLUGINS_DIR to your Trac plugin dir 2. make or: 1. python setup.py --bdist_egg 2. copy dist/TracTicket2RTMPlugin*.egg into your Trac plugin dir === RTM API key, token === This plugin requires RTM API key, shared secret, and write-permitted token. You can obtain your API key and shared secret from [http://www.rememberthemilk.com/services/api/requestkey.rtm here]. After acquired key and shared secret, you can get your token by using bundled script. Run as follow: {{{ % python get_token.py <API key> <shared secret> }}} == Configuration == 1. copy/paste contents of trac_ini_sample.txt to your trac.ini 2. set rtm_api_key, rtm_api_secret, rtm_api_token to ones acquired above ---- Motohiro Takayama <mootoh@gmail.com>




