|
← Revision 5 as of 2005-07-25 16:00:41
Size: 701
Comment:
|
← Revision 6 as of 2005-07-25 16:05:40 →
Size: 625
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 11: | Line 11: |
|
<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"/> |
<duration unit=weeks>4</duration> <constraint type=begin-at-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
<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>
<duration unit=weeks>4</duration>
<constraint type=begin-at-date>2005/08/15</constraint>
</task>
</task>
</project>