Changes between Version 14 and Version 15 of TicketToRtmPlugin


Ignore:
Timestamp:
Oct 1, 2016, 9:56:05 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TicketToRtmPlugin

    v14 v15  
    55== Description
    66
    7 A plugin that synchronizes Trac tickets and [http://www.rememberthemilk.com/ Remember the Milk] tasks.
     7This is a plugin that synchronizes Trac tickets and [http://www.rememberthemilk.com/ Remember the Milk] tasks.
    88
    99Key features:
     
    1515* Check tickets from mobile
    1616
    17 == Example
    18 
    1917Create a Trac ticket:
    2018
    21 [[Image(http://gyazo.com/8e5a1b1f891637402b09dcdb764d69d6.png, 50%)]]
     19[[Image(http://gyazo.com/8e5a1b1f891637402b09dcdb764d69d6.png, 50%, border=2)]]
    2220
    2321which is then reflected as an RTM task:
    2422
    25 [[Image(http://gyazo.com/cdaffa9d1233b93838cf1e29865e6ed4.png, 25%)]]
     23[[Image(http://gyazo.com/cdaffa9d1233b93838cf1e29865e6ed4.png, 25%, border=2)]]
    2624
    2725For additional examples see [http://www.youtube.com/watch?v=M3FysiH8ykY YouTube].
     
    4543== Installation
    4644
    47 === Build
    48 
    4945General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    5046
    5147You may also choose to use the provided Makefile:
    52  1. edit Makefile and set `PLUGINS_DIR` to your Trac plugin dir
     48 1. edit Makefile and set `PLUGINS_DIR` to your Trac plugin directory
    5349 1. make
    5450
    55 === RTM API key, token
     51== Configuration
    5652
    57 This plugin requires a 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].
     53This plugin requires a RTM API key, shared secret and write-permitted token. You can obtain your API key and shared secret from the [http://www.rememberthemilk.com/services/api/requestkey.rtm Remember the Milk website].
    5854
    59 After acquired key and shared secret, you can get your token by using bundled script. Run as follows:
     55After acquiring the key and shared secret, you can get your token by using the bundled script. Run it as follows:
    6056
    6157{{{#!sh
     
    6359}}}
    6460
    65 === Configuration
    66 
     61Then do the following:
    6762 1. Copy/paste contents of `trac_ini_sample.txt` to your `trac.ini` file.
    6863 1. Set `rtm_api_key`, `rtm_api_secret`, `rtm_api_token` to the values acquired above.