Wiki processor to render Gantt charts

Description

Wiki processor that generates a gantt chart using a YAML text block.

Bugs/Feature Requests

Existing bugs and feature requests for GanttChartPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out GanttChartPlugin from here using Subversion, or browse the source with Trac.

Example

Add this to the text of any wiki page

{{{
#!gantt
0 : {start: '2008-03-20', dur: 5d, title: Punchlist}
1 : {start: '2008-03-28', dur: 2w, title: Alpha Project}
2 : {start: '2008-03-28', end: '2008-05-15', title: Project V, color: green}
3 : {start: '2008-03-28', end: '2008-10-01', title: Testing 2.0, color: blue}
4 : {start: '2008-04-28', end: '2008-05-15', title: Bug Fixes, color: red}
}}}

Setup Help

Install Prerequisites:

add the following to trac.ini

[gantt]
cache_dir = path/to/cache/dir
font_path = path/to/font/dir
date_format = %m/%d/%Y
include_summary = true
show_opened = true
summary_length = 16
use_creation_date = true 

Recent Changes

[9455] by rjollos on 11/19/10 00:36:58

Removed image file that is the output of the test script.

[9454] by rjollos on 11/19/10 00:36:00

Added requirement for Trac >= 0.11. Removed image file that is the output of the test script.

[9453] by rjollos on 11/19/10 00:30:57

Replaced use of sha package with hashlib package, to avoid a warning about the use of the sha package being deprecated. Added Python 2.4 as the minimum required version. This seemed like a safe choice, but it may work on 2.3 or earlier versions. Removed some files that appeared to be unneccessary.

[9452] by rjollos on 11/19/10 00:08:12

Removing 0.10 version, which is broken and won\'t be maintained.

Author/Contributors

Author: malsmith
Maintainer: none
Contributors: StefanSimroth

Attachments