Changes between Initial Version and Version 1 of GanttChartPlugin


Ignore:
Timestamp:
Apr 1, 2008, 5:28:45 PM (16 years ago)
Author:
malsmith
Comment:

New hack GanttChartPlugin, created by malsmith

Legend:

Unmodified
Added
Removed
Modified
  • GanttChartPlugin

    v1 v1  
     1= Gantt Chart Plug in =
     2
     3== Description ==
     4
     5Plug in that generates a gantt chart using simple yaml text block.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for GanttChartPlugin are
     10[report:9?COMPONENT=GanttChartPlugin here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=GanttChartPlugin&owner=malsmith new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:ganttchartplugin here].
     18
     19== Source ==
     20
     21You can check out GanttChartPlugin from [http://trac-hacks.org/svn/ganttchartplugin here] using Subversion, or [source:ganttchartplugin browse the source] with Trac.
     22
     23== Example ==
     24
     25Add this to the text of any wiki page
     26
     27{{{
     28#!gantt
     290 : {start: '2008-03-20', dur: 5d, title: Punchlist}
     301 : {start: '2008-03-28', dur: 2w, title: Alpha Project}
     312 : {start: '2008-03-28', end: '2008-05-15', title: Project V, color: green}
     323 : {start: '2008-03-28', end: '2008-10-01', title: "Testing 2.0", color: blue}
     334 : {start: '2008-04-28', end: '2008-05-15', title: "Bug Fixes", color: red}
     34
     35}}}
     36
     37
     38
     39== Recent Changes ==
     40
     41[[ChangeLog(ganttchartplugin, 3)]]
     42
     43== Author/Contributors ==
     44
     45'''Author:''' [wiki:malsmith] [[BR]]
     46'''Contributors:'''