Changes between Version 16 and Version 17 of ProjectPlanPlugin


Ignore:
Timestamp:
Jan 16, 2010, 12:50:55 AM (14 years ago)
Author:
Andreas
Comment:

example mpm network added

Legend:

Unmodified
Added
Removed
Modified
  • ProjectPlanPlugin

    v16 v17  
    2020{{{
    2121#!html
    22 <a href="/attachment/wiki/ProjectPlanPlugin/example_render2.png?format=raw" style="float:right;">
     22<div style="clear:both"></div>
     23<div style="float:right;">
     24<div style="text-align:center">
     25<a href="/attachment/wiki/ProjectPlanPlugin/example_render2.png?format=raw">
    2326<img src="/attachment/wiki/ProjectPlanPlugin/example_render2s.png?format=raw" style="border:0;" title="Example: [[ProjectPlan(renderer=gvrender,macroid=2]], thumbnail">
    2427</a>
     28</div>
     29
     30<img src="/attachment/wiki/ProjectPlanPlugin/example_legends.png?format=raw" style="border:0;align:center;" title="standard configuration, legends available in mpm network representations">
     31</div>
    2532}}}
    2633
    2734  * Current Testing Version is 0.70b (beta)
    28     * Features
     35    * Features:
     36      * works nearly out of the box
    2937      * !GraphViz based MPM Network
    30       * !GraphViz based Hierarchical MPM Network
    31       * Critical Path Analysis (Simple Workloadbases)
    32       * Sorted Reports for Delayed Tickets and Slacktimes
    33       * Other small things
    34     * Known Problems
    35       * possible unused Imports in several Modules
    36       * Other small things in code and documentation
     38      * !GraphViz based hierarchical MPM network
     39      * critical path analysis (simple workload bases)
     40      * sorted reports for delayed tickets and slacktimes
     41      * other small things
     42    * Known Problems:
     43      * possible unused imports in several modules
     44      * other small things in code and documentation
    3745
    3846== Software Requirements ==
     
    4755
    4856=== 1. Install the plug-in ===
     57 * check out the source code (you can also use export instead of checkout)
     58   {{{
     59svn checkout http://trac-hacks.org/svn/projectplanplugin/0.11/trunk
     60   }}}
    4961 * run on the shell
    5062   {{{
     
    7789   }}}
    7890
     91'''Note: If a standard Trac installation is used, the plug-in should work at this point in time.'''
    7992
    8093=== 3. Basic !GraphViz Configuration (needed for networks) ===