Difference between revisions of "User:Rfs/Other Scratch Page"

From FreekiWiki
Jump to navigation Jump to search
Line 6: Line 6:
 
   digraph D {
 
   digraph D {
  
   start        [label="START HERE", fontsize="11", shape="box", style="bold"]
+
   start        [label="THE IDEA STARTS HERE", fontsize="11", shape="box", style="bold"]
   programplan  [label="Develop a Program Planning Sheet", fontsize="11", shape="box"]
+
   programplan  [label="Develop a\nProgram Planning Sheet", fontsize="11", shape="box"]
   prioritize    [label="Integrate into General Priorities Document", fontsize="11", shape="box"]
+
   prioritize    [label="Integrate into\nGeneral Priorities Document", fontsize="11", shape="box"]
 
   council      [label="Review by Council", fontsize="11", shape="box"]
 
   council      [label="Review by Council", fontsize="11", shape="box"]
 
   board        [label="Review by Board", fontsize="11", shape="box"]
 
   board        [label="Review by Board", fontsize="11", shape="box"]
 
   budget        [label="Integrate into Budget", fontsize="11", shape="box"]
 
   budget        [label="Integrate into Budget", fontsize="11", shape="box"]
 +
  whee          [label="WHEE!\nWe get to do it!", fontsize="11", shape="box", style="bold"]
 +
  shucks        [label="AW SHUCKS!\nIt won't work!", fontsize="11", shape="box", style="bold"]
  
 
   start        -> programplan
 
   start        -> programplan
 
   programplan  -> prioritize
 
   programplan  -> prioritize
 
   prioritize  -> council
 
   prioritize  -> council
   council      -> board
+
 
   board        -> budget
+
   council      -> board       [label="Approve"]
 +
  council      -> shucks      [label="Disapprove"]
 +
  council      -> programplan [label="Needs more thought"]
 +
  council      -> prioritize  [label="Reprioritize"]
 +
 
 +
   board        -> budget     [label="Approve"]
 +
  board        -> programplan [label="Needs more thought"]
 +
 
 +
  budget      -> whee
 
    
 
    
 
   }
 
   }
 
</graphviz>
 
</graphviz>

Revision as of 09:28, 22 September 2006

Optimization

Priorities Maintenance

Budget

Visual

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.