Changes between Version 12 and Version 13 of TicketToRtmPlugin


Ignore:
Timestamp:
Dec 2, 2015, 1:31:48 AM (8 years ago)
Author:
Ryan J Ollos
Comment:

Formatting changes.

Legend:

Unmodified
Added
Removed
Modified
  • TicketToRtmPlugin

    v12 v13  
    3131=== Build
    3232
    33  1. edit Makefile and set PLUGINS_DIR to your Trac plugin dir
     33General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     34
     35You may also choose to use the provided Makefile:
     36 1. edit Makefile and set `PLUGINS_DIR` to your Trac plugin dir
    3437 1. make
    35 
    36 or:
    37 
    38  1. `python setup.py bdist_egg`
    39  1. copy `dist/TracTicket2RTMPlugin*.egg` into your Trac plugin dir
    4038
    4139=== RTM API key, token
     
    5149=== Configuration
    5250
    53  1. Copy/paste contents of trac_ini_sample.txt to your `trac.ini` file.
    54  1. Set rtm_api_key, rtm_api_secret, rtm_api_token to the ones acquired above.
     51 1. Copy/paste contents of `trac_ini_sample.txt` to your `trac.ini` file.
     52 1. Set `rtm_api_key`, `rtm_api_secret`, `rtm_api_token` to the values acquired above.
    5553
    5654== !Author/Contributors