Difference between revisions of "User:Arrogantrabbit"

From FreekiWiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
<graphviz>
 
<graphviz>
digraph{
+
digraph KB {
  
 
   node [fontname="Helvetica", fontsize="11"]
 
   node [fontname="Helvetica", fontsize="11"]
 
   edge [fontname="Helvetica"]
 
   edge [fontname="Helvetica"]
  
   start [label="START HERE", shape="box", fontsize="12"]
+
   start [style="bold", shape="box"]
   aesthetic  [label="Is the keyboard old, dingy, yellowed,\n dirty, or missing keys?", fontsize="12"]  
+
  recycle [style="bold", shape="box"]
  RECYCLE
+
   staff [style="bold", shape="box"]
  connection
 
  
   connection [label="Test it. Does every key work?", fontsize="12"]
+
   aesthetic  [label="Is the keyboard old, dingy, yellowed,\n dirty, or missing keys?"]
   Yes
+
  store [label="Put it in the STORE box"]
  No
+
   color [label="Is it mostly black or white?"]
  connection 
 
  
  connection [label="Type", fontsize="12"]
 
  PS2
 
 
   USB [label="USB or\n WIRELESS", fontzie="12"]
 
   USB [label="USB or\n WIRELESS", fontzie="12"]
  OTHER
 
  connection
 
  
   store [label="Put it in the STORE box", fontsize="12"]
+
   start -> aesthetic
  test [label="Is it mostly black or white?", fontsize="12"]
 
  
   start -> aesthetic
+
   aesthetic -> testable
   aesthetic -> RECYCLE[label="YES"]
+
  aesthetic -> recycle
   aesthetic -> connection[label="NO"]
+
 
 +
   testable -> testit
 +
   testable -> staff
  
   connection -> USB
+
   testit  -> connector
   connection -> PS2
+
   testit  -> recycle
  connection -> OTHER
 
  
  USB -> store
 
  PS2 -> test
 
  OTHER -> RECYCLE
 
  
 +
}
 
</graphviz>
 
</graphviz>

Revision as of 17:09, 27 May 2010

Current Project: Updating Keyboard Testing Flowchart

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