|
Size: 701
Comment:
|
Size: 681
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 2: | Line 2: |
| http://www.logilab.org/projects/pygantt/documentation |
[http://www.logilab.org/projects/pygantt/documentation] and [http://moinmoin.wikiwikiweb.de/ParserMarket/Gantt] |
| Line 9: | Line 11: |
|
<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 id="func1"> <label>Implementation Parser</label> <duration>2</duration> <constraint type="begin-after-date">2005/03/03</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="myprojet">
<label>Cytoscape</label>
<task id="module">
<label>Cytoscape v2.2</label>
<task id="func1">
<label>Implementation Parser</label>
<duration>2</duration>
<constraint type="begin-after-date">2005/03/03</constraint>
</task>
</task>
</project>