Changes between Version 57 and Version 58 of TracHoursPlugin


Ignore:
Timestamp:
Aug 8, 2015, 1:32:32 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, substituted code.google.com link

Legend:

Unmodified
Added
Removed
Modified
  • TracHoursPlugin

    v57 v58  
    2828 * How much time has been spent on a project?
    2929 * How much time remains in a budget (estimate for a project)?
    30  * How much time have we committed to for the next time period ?
     30 * How much time have we committed to for the next time period?
    3131 * How much time is a developer committed to over the next time period?
    3232
     
    8989[[TicketQuery(component=TracHoursPlugin&group=type,format=progress)]]
    9090
     91== Download
     92
     93Download the [download:trachoursplugin zipped source].
     94
     95== Source
     96
     97Check out [/svn/trachoursplugin using Subversion], or [source:trachoursplugin browse the source] with Trac.
     98
    9199== Installation
    92100
    93 TracHoursPlugin requires the following components:
     101This plugin requires the following components:
    94102
    95103 * ComponentDependencyPlugin
     
    97105 * TracSqlHelperScript
    98106
    99 See [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin InstallingaTracPlugin] for more information on installing plugins. Additionally, you will require on your server:
     107Additionally, you will require on your server:
    100108
    101  * !DateUtil, available [pypi:python-dateutil/1.4.1 here] or package ''python-dateutil'' on Debian based systems.
    102  * !FeedParser, available [http://code.google.com/p/feedparser/downloads/list here] or package ''python-feedparser'' on Debian based systems.
     109 * [pypi:python-dateutil/1.4.1 DateUtil], or package ''python-dateutil'' on Debian based systems.
     110 * [pypi:feedparser FeedParser], or package ''python-feedparser'' on Debian based systems.
    103111
    104 Now, TracHoursPlugin is enabled like any other Trac plugin:
    105 
    106 Download the [download:trachoursplugin zipped source], check out [/svn/trachoursplugin using Subversion], or [source:trachoursplugin browse the source] with Trac.
    107 
     112See [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin InstallingaTracPlugin] for more information on installing plugins. To enable this plugin:
    108113 * Download and install the plugin.
    109  * Enable the plugin. Use either the webadmin interface or add the following lines to the `trac.ini` file:
     114 * Enable the plugin, by using either the webadmin interface or adding the following lines to your `trac.ini` file:
    110115{{{#!ini
    111116[components]