Changes between Version 21 and Version 22 of GanttChartPlugin


Ignore:
Timestamp:
Mar 7, 2015, 5:52:21 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • GanttChartPlugin

    v21 v22  
    1 = Wiki processor to render Gantt charts =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= Wiki processor to render Gantt charts
     4
     5== Description
    46
    57Wiki processor that generates a gantt chart using a YAML text block.
    68
    7 == Bugs/Feature Requests ==
     9== Bugs/Feature Requests
    810
    911Existing bugs and feature requests for GanttChartPlugin are
     
    1315[http://trac-hacks.org/newticket?component=GanttChartPlugin&owner=malsmith new ticket].
    1416
    15 == Download ==
     17[[TicketQuery(component=GanttChartPlugin,group=type,format=progress)]]
     18
     19== Download
    1620
    1721Download the zipped source from [download:ganttchartplugin here].
    1822
    19 == Source ==
     23== Source
    2024
    2125You can check out GanttChartPlugin from [http://trac-hacks.org/svn/ganttchartplugin here] using Subversion, or [source:ganttchartplugin browse the source] with Trac.
    2226
    23 == Example ==
     27== Example
    2428
    25 Add this to the text of any wiki page
     29Add this to the text of any wiki page:
    2630{{{
    2731{{{
     
    3539}}}
    3640
     41which will then be displayed as follows:
     42
    3743[[Image(Example.png)]]
    3844
    39 == Setup Help ==
    40 Install Prerequisites:
     45== Installation
     46
     47Installation prerequisites:
    4148 * [http://pyyaml.org/wiki/PyYAML PyYAML]
    4249 * [http://labix.org/python-dateutil python-dateutil]
    4350 * [http://www.pythonware.com/products/pil/ Python Imaging library (PIL)]
    44  * `arial.ttf` font (On Ubuntu, install the `msttcorefonts` package and set `font_file = /usr/share/fonts/truetype/msttcorefonts/arial.ttf`).
     51 * `arial.ttf` font; for example, on Ubuntu install the `msttcorefonts` package and set `font_file = /usr/share/fonts/truetype/msttcorefonts/arial.ttf`.
    4552 * [http://pypi.python.org/pypi/hashlib/20060408a hashlib], if using Python 2.4 (part of Python core in >= 2.5).
    4653
    47 add the following to trac.ini
     54Add the following to `trac.ini`:
    4855
    4956{{{#!ini
     
    5865}}}
    5966
    60 == Recent Changes ==
     67== Recent Changes
    6168
    6269[[ChangeLog(ganttchartplugin, 3)]]
    6370
    64 == Author/Contributors ==
     71== Author/Contributors
    6572
    6673'''Author:''' [wiki:malsmith] [[BR]]