Differences between revisions 6 and 7
Revision 6 as of 2005-07-25 16:05:40
Size: 625
Editor: GaryBader
Comment:
Revision 7 as of 2005-07-25 16:07:42
Size: 681
Editor: GaryBader
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>
      <duration unit=weeks>4</duration>
      <constraint type=begin-at-date>2005/08/15</constraint>
    <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>

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