|
← Revision 15 as of 2005-07-25 16:13:40
Size: 1238
Comment:
|
← Revision 16 as of 2005-07-25 16:14:39 →
Size: 1230
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 6: | Line 6: |
| {{{#!Gantt name=CytoscapeReleaseSchedule, view-end=2005/03/14, | {{{#!Gantt name=CytoscapeReleaseSchedule, |
| Line 14: | Line 14: |
| <constraint type="begin-after-date">2005/03/03</constraint> | <constraint type="begin-after-date">2005/08/15</constraint> |
| Line 18: | Line 18: |
|
<duration>3</duration> <constraint type="begin-after-date">2005/03/05</constraint> |
<duration unit="weeks">4</duration> <constraint type="begin-after-date">2005/08/15</constraint> |
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] and [http://moinmoin.wikiwikiweb.de/ParserMarket/Gantt]
<project xmlns:pg="http://www.logilab.org/namespaces/pygantt_docbook" id="monprojet">
<label>Cytoscape</label>
<task id="module">
<label>Testing</label>
<task id="func1">
<label>Code Freeze</label>
<duration unit="days">1</duration>
<constraint type="begin-after-date">2005/08/15</constraint>
</task>
<task id="func2">
<label>Testing</label>
<duration unit="weeks">4</duration>
<constraint type="begin-after-date">2005/08/15</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>
</task>
</task>
</project>