Changes between Version 1 and Version 2 of TicketToRtmPlugin


Ignore:
Timestamp:
Aug 31, 2009, 10:40:58 PM (15 years ago)
Author:
Ryan J Ollos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TicketToRtmPlugin

    v1 v2  
    2727You can check out TicketToRtmPlugin from [http://trac-hacks.org/svn/tickettortmplugin here] using Subversion, or [source:tickettortmplugin browse the source] with Trac.
    2828
    29 == Example ==
     29== Installation ==
    3030
    31 None.
     31=== Build ===
     32
     33 1. edit Makefile and set PLUGINS_DIR to your Trac plugin dir
     34 1. make
     35
     36or:
     37
     38 1. python setup.py –bdist_egg
     39 1. copy dist/TracTicket2RTMPlugin*.egg into your Trac plugin dir
     40
     41=== RTM API key, token ===
     42
     43This 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].
     44
     45After acquired key and shared secret, you can get your token by using bundled script. Run as follow:
     46
     47{{{
     48% python get_token.py <api key> <shared secret>
     49}}}
     50
     51== Configuration ==
     52
     53 1. copy/paste contents of trac_ini_sample.txt to your trac.ini
     54 1. set rtm_api_key, rtm_api_secret, rtm_api_token to ones acquired above
    3255
    3356== Recent Changes ==