← Revision 4 as of 2005-07-25 06:27:25
Size: 1015
Comment:
|
← Revision 5 as of 2005-07-25 16:00:41 →
Size: 701
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
{{{#!Gantt name=test, view-end=2005/08/14, renderer=png, <project xmlns:pg="http://www.logilab.org/namespaces/pygantt_docbook" id="monprojet"> <label>Specification</label> |
You can create Gantt charts on the wiki using an XML based project plan description. Instructions are here: http://www.logilab.org/projects/pygantt/documentation {{{#!Gantt name=CytoscapeReleaseSchedule, view-end=2005/10/15, renderer=png, <project xmlns:pg="http://www.logilab.org/namespaces/pygantt_docbook" id="myprojet"> <label>Cytoscape</label> |
Line 5: | Line 8: |
<label>Module Gantt.py</label> <task id="func1"> <label>Implementation Parser</label> <duration>2</duration> <constraint type="begin-after-date">2005/03/03</constraint> |
<label>Cytoscape v2.2</label> <task id="codeFreeze2.2"> <label>Code freeze</label> <time-slot from="2005/08/15" to="2005/08/16"/> |
Line 11: | Line 13: |
<task id="func2"> | <task id="testing2.2"> |
Line 13: | Line 15: |
<duration>3</duration> <constraint type="begin-after-date">2005/03/05</constraint> </task> </task> <task id="documentation"> <label>Documentation</label> <task id="doc_func1"> <label>Documentation Gantt.py</label> <duration>1</duration> <constraint type="begin-after-end">func1</constraint> </task> <task id="doc_func2"> <label>Examples</label> <duration>3</duration> <constraint type="begin-after-end">func2</constraint> |
<time-slot from="2005/08/16" to="2005/09/15"/> |
You can create Gantt charts on the wiki using an XML based project plan description. Instructions are here: http://www.logilab.org/projects/pygantt/documentation
<project xmlns:pg="http://www.logilab.org/namespaces/pygantt_docbook" id="myprojet"> <label>Cytoscape</label> <task id="module"> <label>Cytoscape v2.2</label> <task id="codeFreeze2.2"> <label>Code freeze</label> <time-slot from="2005/08/15" to="2005/08/16"/> </task> <task id="testing2.2"> <label>Testing</label> <time-slot from="2005/08/16" to="2005/09/15"/> </task> </task> </project>