Difference between revisions of "Power Supply Triage"

From FreekiWiki
Jump to navigation Jump to search
Line 3: Line 3:
 
start          [label="START HERE", shape="box", style="bold"]
 
start          [label="START HERE", shape="box", style="bold"]
 
blackcord      [label="Does it have a thick black cord?"]
 
blackcord      [label="Does it have a thick black cord?"]
shape          [label="Is it the same shape and size as the power supply marked 'EXAMPLE'?"]
+
shape          [label="Is it the same shape and size as the power supply marked 'EXAMPLE'?\nLittle metal rails don't count as different; external fans do."]
compaq          [label="Is it marked 'COMPAQ'?"]
+
compaq         [label="Does it say 'Compaq' on it?"]
 +
broken         [label="Is it broken?  Does it have clipped cords or an open case?  Did somebody write 'BAD' on it?"]
 
recycle        [label="RECYCLE\nClip all cords. Separate cords into thick and thin wire bins.\nPut the power supply in the 'RECYCLE' bin on the cart." shape="box", style="bold"]   
 
recycle        [label="RECYCLE\nClip all cords. Separate cords into thick and thin wire bins.\nPut the power supply in the 'RECYCLE' bin on the cart." shape="box", style="bold"]   
 
keep            [label="KEEP\nPut the power supply in one of the 'KEEP' bins on the cart."  shape="box", style="bold"]
 
keep            [label="KEEP\nPut the power supply in one of the 'KEEP' bins on the cart."  shape="box", style="bold"]
 +
 
start -> blackcord
 
start -> blackcord
 
blackcord -> recycle [label="YES"]  
 
blackcord -> recycle [label="YES"]  
 
blackcord -> shape [label="NO"]
 
blackcord -> shape [label="NO"]
 
shape -> recycle [label="NO"]
 
shape -> recycle [label="NO"]
shape -> compaq {label="NOT SURE"]
+
shape -> compaq [label="NOT SURE"]
 +
compaq -> recycle [label="YES"]
 +
compaq -> broken [label="NO"]
 +
broken -> recycle [label="YES"]
 +
 
 +
 
 
   }
 
   }
 
</graphviz>
 
</graphviz>

Revision as of 15:48, 17 August 2007

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