Differences between revisions 7 and 8
Revision 7 as of 2005-07-25 16:07:42
Size: 681
Editor: GaryBader
Comment:
Revision 8 as of 2005-07-25 16:08:10
Size: 1217
Editor: GaryBader
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
{{{#!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>
{{{#!Gantt view-end=2005/03/14,
<project xmlns:pg="http://www.logilab.org/namespaces/pygantt_docbook" id="monprojet">
  <label>Specification</label>
Line 10: Line 10:
    <label>Cytoscape v2.2</label>     <label>Module Gantt.py</label>
Line 16: Line 16:
    <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>

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>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>

GanttTest (last edited 2009-02-12 01:03:07 by localhost)

Funding for Cytoscape is provided by a federal grant from the U.S. National Institute of General Medical Sciences (NIGMS) of the Na tional Institutes of Health (NIH) under award number GM070743-01. Corporate funding is provided through a contract from Unilever PLC.

MoinMoin Appliance - Powered by TurnKey Linux