Changes between Version 23 and Version 24 of GanttChartPlugin


Ignore:
Timestamp:
Nov 26, 2015, 10:01:00 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • GanttChartPlugin

    v23 v24  
    55== Description
    66
    7 This plugin implements a wiki processor that generates a gantt chart using a YAML text block. [http://en.wikipedia.org/wiki/YAML YAML] is a data serialisation markup language, suited for tasks where humans are likely to view or edit data structures.
     7This plugin implements a wiki processor that generates a Gantt chart using a YAML text block. [http://en.wikipedia.org/wiki/YAML YAML] is a data serialisation markup language, suited for tasks where humans are likely to view or edit data structures.
    88
    99The Gantt chart is output in one of the following image formats: jpg, png (default), gif.
     
    1515
    1616If you have any issues, create a
    17 [http://trac-hacks.org/newticket?component=GanttChartPlugin&owner=malsmith new ticket].
     17[/newticket?component=GanttChartPlugin new ticket].
    1818
    1919[[TicketQuery(component=GanttChartPlugin,group=type,format=progress)]]
     
    2121== Download
    2222
    23 Download the zipped source from [download:ganttchartplugin here].
     23Download the zipped source from [export:ganttchartplugin here].
    2424
    2525== Source
    2626
    27 You can check out GanttChartPlugin from [http://trac-hacks.org/svn/ganttchartplugin here] using Subversion, or [source:ganttchartplugin browse the source] with Trac.
     27You can check out GanttChartPlugin from [/svn/ganttchartplugin here] using Subversion, or [source:ganttchartplugin browse the source] with Trac.
    2828
    2929== Installation
    3030
    3131Installation prerequisites:
    32  * [http://pyyaml.org/wiki/PyYAML PyYAML]
    33  * [http://labix.org/python-dateutil python-dateutil]
     32 * [http://pyyaml.org/wiki/PyYAML PyYAML]..
     33 * [http://labix.org/python-dateutil python-dateutil].
    3434 * [http://www.pythonware.com/products/pil/ Python Imaging library (PIL)]
    3535 * `arial.ttf` font; for example, on Ubuntu install the `msttcorefonts` package and set `font_file = /usr/share/fonts/truetype/msttcorefonts/arial.ttf`.
    3636 * [pypi:hashlib/20060408a hashlib], if using Python 2.4, and it is part of Python core in >= 2.5.
    3737
    38 Add the following to `trac.ini`:
     38Add the following to your `trac.ini` file:
    3939
    4040{{{#!ini