Changes between Version 5 and Version 6 of TracReportManagerPlugin


Ignore:
Timestamp:
Nov 2, 2015, 10:02:59 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TracReportManagerPlugin

    v5 v6  
    1 = Manage trac reports =
    2 [[TOC]]
    3  SEE:'''ZoomQuiet''' ~ Collection KSPEG Trac hacking
     1[[PageOutline(2-5,Contents,pullout)]]
    42
    5 == Description ==
     3= Manage Trac reports
    64
    7  * Save/restore reports to/from history
    8  * Reorder report
     5== Description
     6
     7This plugin offers the following functionality:
     8 * Save/restore reports to/from history.
     9 * Reorder report.
    910 
     11See '''ZoomQuiet''' ~ Collection KSPEG Trac hacking.
    1012
    11 == Bugs/Feature Requests ==
     13== Bugs/Feature Requests
    1214
    1315Existing bugs and feature requests for TracReportManagerPlugin are
     
    1517
    1618If you have any issues, create a
    17 [http://trac-hacks.org/newticket?component=TracReportManagerPlugin&owner=richard new ticket].
     19[/newticket?component=TracReportManagerPlugin new ticket].
    1820
    19 == Download ==
     21[[TicketQuery(component=TracReportManagerPlugin&group=type,format=progress)]]
    2022
    21 Download the zipped source from [download:tracreportmanagerplugin here].
     23== Download
    2224
    23 == Source ==
     25Download the zipped source from [export:tracreportmanagerplugin here].
    2426
    25 You can check out TracReportManagerPlugin from [http://trac-hacks.org/svn/tracreportmanagerplugin here] using Subversion, or [source:tracreportmanagerplugin browse the source] with Trac.
     27== Source
    2628
    27 == Install ==
    28  1. Uninstall if you have installed before.
     29You can check out TracReportManagerPlugin from [/svn/tracreportmanagerplugin here] using Subversion, or [source:tracreportmanagerplugin browse the source] with Trac.
    2930
    30  2. Change to the directory containning setup.py.
     31== Installation
    3132
    32  3. If you want to install this plugin globally, that will install this plugin to the python path:
    33   * python setup.py install
    34 
    35  4. If you want to install this plugin to trac instance only:
    36   * python setup.py bdist_egg
    37   * copy the generated egg file to the trac instance's plugin directory
    38   {{{
     33 1. Uninstall the plugin if you have installed it before.
     34 1. Change to the directory containing `setup.py`.
     35 1. If you want to install this plugin globally, this will install this plugin to the Python path:
     36  * `python setup.py install`
     37 1. If you want to install this plugin to one Trac instance only:
     38  * `python setup.py bdist_egg`
     39  * Copy the generated egg file to the Trac instance's plugin directory.
     40  {{{#!sh
    3941cp dist/*.egg /srv/trac/env/plugins
    4042}}}
    41 
    42  5. Config trac.ini:
    43   {{{
     43 1. Add the following to your `trac.ini` file:
     44  {{{#!ini
    4445[components]
    4546reportmanager.* = enabled
    4647}}}
    4748
    48 == Example ==
     49== Example
    4950
    50  * Screenshots
    51   * [[Image(trac_reportmanager.png)]]
    52 == Recent Changes ==
     51[[Image(trac_reportmanager.png)]]
     52
     53== Recent Changes
    5354
    5455[[ChangeLog(tracreportmanagerplugin, 3)]]
    5556
    56 == Author/Contributors ==
     57== Author/Contributors
    5758
    5859'''Author:''' [wiki:richard] [[BR]]
     60'''Maintainer:''' [[Maintainer]] [[BR]]
    5961'''Contributors:'''