Size: 1124
Comment:
|
← Revision 3 as of 2009-12-25 07:15:47 ⇥
Size: 1126
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
[[TableOfContents]] | <<TableOfContents>> |
Line 6: | Line 6: |
{{{#!Gantt view-end=2005/03/14, | {{{ #!Gantt view-end=2005/03/14, |
Line 39: | Line 40: |
-- ZoomQuiet ([[Date(2005-07-11T03:11:04Z)]]) | -- ZoomQuiet (<<Date(2005-07-11T03:11:04Z)>>) |
Contents
1. Gantt
<project xmlns:pg="http://www.logilab.org/namespaces/pygantt_docbook" id="monprojet"> <label>Specification</label> <task id="module"> <label>Module Gantt.py</label> <task id="func1"> <label>Implementation Parser</label> <duration>2</duration> <constraint type="begin-after-date">2005/03/03</constraint> </task> <task id="func2"> <label>Testing</label> <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> </task> </task> </project>
-- ZoomQuiet (2005-07-11)