Changes between Version 12 and Version 13 of ProgressMeterMacro


Ignore:
Timestamp:
Jun 28, 2008, 7:43:04 PM (16 years ago)
Author:
Andrej Tokarčík
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProgressMeterMacro

    v12 v13  
    99A longer description can be found at the mentioned web page of GHOP task.
    1010
    11 == Download & Installation ==
     11== Download ==
    1212
    13 '''Available versions for download:'''
    14  * Current egg file (v0.1): attachment:TracProgressMeterMacro-0.1-py2.5.egg
    15  * v0.1b: attachment:TracProgressMeterMacro-0.1b-py2.5.egg
    16  * v0.1a: attachment:TracProgressMeterMacro-0.1a-py2.5.egg
     13Download the zipped source from [download:progressmetermacro here].
    1714
    18 '''Source:'''
     15== Source ==
     16
    1917You can check out ProgressMeterMacro from [http://trac-hacks.org/svn/progressmetermacro here] using Subversion, or [source:progressmetermacro browse the source] with Trac.
    2018
    21 Download egg file and copy/move it to ''[your trac env dir]''/plugins directory. Then edit your trac.ini configuration file so it will contain these lines:
    22 {{{
    23 [components]
    24 progressmeter.* = enabled
    25 }}}
     19== Usage examples ==
    2620
    27 For other options of installing Trac plugins see [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin basic plugin installation documentation].
    28 
    29 == Examples ==
    30 
    31 Displays meter of progress on tickets owned by 'qwp0' within milestone '0.1a':
     21Displays progress meter on tickets owned by 'qwp0' within milestone '0.1a':
    3222{{{
    3323[[ProgressMeter(owner=qwp0, milestone=0.1a)]]
    3424}}}
    3525
    36 Display meter of progress on tickets associated with component 'wiki':
     26Progress meter on tickets associated with component 'wiki':
    3727{{{
    3828[[ProgressMeter(component=wiki)]]
     
    4131== Bugs/Feature Requests ==
    4232
    43 Existing bugs and feature requests for ProgressMeterMacro are [query:status!=closed&component=ProgressMeterMacro&order=priority here]. If you have any issues, create a
    44 [/newticket?component=ProgressMeterMacro&owner=qwp0 new ticket].
     33Existing bugs and feature requests for ProgressMeterMacro are [query:status!=closed&component=ProgressMeterMacro&order=priority here]. If you have any issues, create a [/newticket?component=ProgressMeterMacro&owner=qwp0 new ticket].
    4534
    4635== Recent Changes ==
     
    5039== Author/Contributors ==
    5140
    52 '''Author:''' [wiki:qwp0]
     41'''Author:''' [wiki:qwp0][[br]]
     42'''Thanks to:''' dhellmann, osimons