Changes between Version 5 and Version 6 of Trac2mitePlugin


Ignore:
Timestamp:
Nov 5, 2015, 9:09:14 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • Trac2mitePlugin

    v5 v6  
    1 = Trac2mite =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 [[PageOutline]]
     3= Trac2mite
    44
    5 == Description ==
    6 Trac2mite connects Trac with ''[http://mite.yo.lk/en mite]'', a web-based time tracking tool. Track your time easily on issues within Trac and get them automatically send to your ''mite''.account.
     5== Description
    76
    8 == Requirements ==
     7Trac2mite connects Trac with [http://mite.yo.lk/en mite], a web-based time tracking tool. Track your time easily on issues within Trac and get them automatically send to your mite.account.
     8
     9== Download and where to report bugs
     10
     11The plugin is hosted on Github: http://github.com/thomasklein/Trac2mite.
     12
     13If you encounter any bugs or problems, I would appreciate it if you let me know through the [http://github.com/thomasklein/Trac2mite/issues issue system on Github].
     14
     15== Installation
     16
     17This plugin requires the following:
    918 * [http://trac.edgewall.org/wiki/TracDownload Trac] >= v0.11
    1019 * [http://trac-hacks.org/wiki/TracHoursPlugin TracHoursPlugin] >= r7148
    11  * a ''mite''.account (you can easily signup for a [https://signup.mite.yo.lk/signup/en free 30 days trial account])
     20 * a ''mite''.account; you can signup for a [https://signup.mite.yo.lk/signup/en free 30 days trial account]
    1221
    13 == Installation ==
    14 '''Please note:''' Currently there’s a problem when installing the plugin the normal way. Until this issue is resolved you have to install the plugin in development mode as described in the steps below.
     22'''Note:''' Currently there is a problem when installing the plugin the normal way. Until this issue is resolved you have to install the plugin in development mode as described in the steps below.
    1523
    1624 1. Make sure the TracHoursPlugin is installed and enabled.
    17  2. Place all source files of the Trac2mite plugin into the plugin directory of your Trac environment.
    18  3. Change to `/path/to/your/projenv/plugins/Trac2mite/0.11` via console and run the command
    19 {{{
     25 1. Place all source files of the Trac2mite plugin into the plugin directory of your Trac environment.
     26 1. Change to `/path/to/your/projenv/plugins/Trac2mite/0.11` via console and run the command:
     27 {{{#!sh
    2028python setup.py develop -md /path/to/your/projenv/plugins
    2129}}}
    22  4. Login as a user with admin privileges and go to `Admin > Plugins` to enable all components for 'trac2mite', which should now be listed as a available plugin.
    23  5 You are prompted to upgrade your Trac environment via the trac-admin tool. Do so and restart your webserver.
     30 1. Login as a user with admin privileges and go to `Admin > Plugins` to enable all components for 'trac2mite', which should now be listed as a available plugin.
     31 1. You are prompted to upgrade your Trac environment via the trac-admin tool. Do so and restart your webserver.
    2432
    25 == Setup ==
    26 '''Please note:''' Only users with the permission `TICKET_ADD_HOURS` can use the features of the TracHoursPlugin and Trac2mite. The following steps assume you have this permission.
     33== Configuration
     34
     35'''Note:''' Only users with the permission `TICKET_ADD_HOURS` can use the features of the TracHoursPlugin and Trac2mite. The following steps assume you have this permission.
    2736
    2837Go to `Preferences > mite` and try to connect to your ''mite''.account.
     
    3039After providing your account data you can now select your ''mite''.projects and ''mite''.services that will appear when you create a new time entry with the TracHoursPlugin.
    3140
    32 == Tracking time ==
     41== Tracking time
     42
    3343Once the connection to your ''mite''.account is verified, you should now have the possibility to assign one of your ''mite''.projects and ''mite''.services to every new and existing time entry. When saving the time entry, Trac2mite will send this data to your ''mite''.account.
    3444
    35 == Download and where to report bugs ==
    36 The plugin is hosted on Github: http://github.com/thomasklein/Trac2mite
     45== Author
    3746
    38 If you encounter any bugs or problems, i would appreciate it if you let me know through the [http://github.com/thomasklein/Trac2mite/issues issue system on Github].
    39 
    40 == Author ==
    4147[mailto:thomas.klein83@gmail.com thomasklein]
    42 
    43 == License ==
    44 Trac2mite is licensed under the terms of the MIT License, see the included MIT-LICENSE file.