Changes between Version 8 and Version 9 of TicketToRtmPlugin


Ignore:
Timestamp:
Nov 24, 2015, 7:09:14 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TicketToRtmPlugin

    v8 v9  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Synchronize Trac tickets to Remember the Milk task manager =
    32
    4 == Description ==
     3= Synchronize Trac tickets to Remember the Milk task manager
    54
    6 A [http://trac.edgewall.com/ Trac] plugin that synchronizes Trac tickets and [http://www.rememberthemilk.com/ Remember the Milk] tasks.
     5== Description
    76
     7A plugin that synchronizes Trac tickets and [http://www.rememberthemilk.com/ Remember the Milk] tasks.
     8
     9Key features:
    810 * When a ticket is created, a RTM task also will be added.
    911 * When you close a ticket, the associated RTM task will be completed.
     
    1113This hack is hosted externally.  I have also added the code here in case the external page goes away, but you may find a more up to date version at the external page.  See [http://blog.deadbeaf.org/2008/01/18/ticket2rtm-01-en/ Ticket2RTM] and [http://github.com/mootoh/ticket2rtm/tree/master github] for more info.  I'm just adding a stub here to point to the author's page.
    1214
    13 '''License:''' This plugin currently has no license. Ticket #9810 has been opened to try and contact the author.
    14 
    15 == Bugs/Feature Requests ==
     15== Bugs/Feature Requests
    1616
    1717Existing bugs and feature requests for TicketToRtmPlugin are
     
    1919
    2020If you have any issues, create a
    21 [http://trac-hacks.org/newticket?component=TicketToRtmPlugin&owner=rjollos new ticket].
     21[/newticket?component=TicketToRtmPlugin new ticket].
    2222
    23 == Download ==
     23[[TicketQuery(component=TicketToRtmPlugin&group=type,format=progress)]]
    2424
    25 Download the zipped source from [download:tickettortmplugin here].
     25== Download
    2626
    27 == Source ==
     27Download the zipped source from [export:tickettortmplugin here].
    2828
    29 You can check out TicketToRtmPlugin from [http://trac-hacks.org/svn/tickettortmplugin here] using Subversion, or [source:tickettortmplugin browse the source] with Trac.
     29== Source
    3030
    31 == Installation ==
     31You can check out TicketToRtmPlugin from [/svn/tickettortmplugin here] using Subversion, or [source:tickettortmplugin browse the source] with Trac.
    3232
    33 === Build ===
     33== Installation
     34
     35=== Build
    3436
    3537 1. edit Makefile and set PLUGINS_DIR to your Trac plugin dir
     
    4143 1. copy dist/TracTicket2RTMPlugin*.egg into your Trac plugin dir
    4244
    43 === RTM API key, token ===
     45=== RTM API key, token
    4446
    45 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].
     47This 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].
    4648
    47 After acquired key and shared secret, you can get your token by using bundled script. Run as follow:
     49After acquired key and shared secret, you can get your token by using bundled script. Run as follows:
    4850
    49 {{{
    50 % python get_token.py <api key> <shared secret>
     51{{{#!sh
     52$ python get_token.py <api key> <shared secret>
    5153}}}
    5254
    53 == Configuration ==
     55== Configuration
    5456
    55  1. copy/paste contents of trac_ini_sample.txt to your trac.ini
    56  1. set rtm_api_key, rtm_api_secret, rtm_api_token to ones acquired above
     57 1. Copy/paste contents of trac_ini_sample.txt to your `trac.ini` file.
     58 1. Set rtm_api_key, rtm_api_secret, rtm_api_token to the ones acquired above.
    5759
    58 == Recent Changes ==
     60== Recent Changes
    5961
    6062[[ChangeLog(tickettortmplugin, 3)]]
    6163
    62 == Author/Contributors ==
     64== Author/Contributors
    6365
    6466'''Author:''' [[BR]]
    65 '''Maintainer:''' ''none'' [[BR]]
     67'''Maintainer:''' [[Maintainer]] [[BR]]
    6668'''Contributors:'''