Difference between revisions of "Regular Mac Triage"

From FreekiWiki
Jump to navigation Jump to search
(New page: <graphviz> digraph D { mac -> monitor [label="YES"] mac -> ask [label="NO"] monitor -> macland [label="YES"] monitor -> beige [label="NO"] beige -> bright_blue [label="NO"] beige -> rec...)
 
Line 1: Line 1:
 
<graphviz>
 
<graphviz>
 
digraph D {
 
digraph D {
 +
 +
node [fontname="Helvetica", fontsize="11"]
 +
edge [fontname="Helvetica"]
 +
 +
mac [label="Is it a\nMACINTOSH\nComputer?"]
 +
monitor [label="Does it have a\nbuilt in MONITOR?"]
 +
ask [label="Ask an instructor\nwhat to do", shape="box", sytle="bold"]
 +
keep [label="KEEP", shape="box", sytle="bold"]
 +
recycle [label="RECYCLE", shape="box", sytle="bold"]
 +
beige [label="Is it\nBEIGE?"]
 +
bright_blue [label="Is it\nBRIGHT BLUE?\n('candy' colored)"]
 +
grey_blue [label="Is it\nGREY BLUE?\n(dull blue colored)"]
 +
label [label="Does it have a\n??? LABEL\non it?"]
 +
macland [label="Send it to\nMAC LAND\nfor Evaluation", shape="box", sytle="bold"]
  
 
mac -> monitor [label="YES"]
 
mac -> monitor [label="YES"]
Line 15: Line 29:
  
 
grey_blue -> label [label="YES"]
 
grey_blue -> label [label="YES"]
grey_blue -> recycle [label="NO"]
+
grey_blue -> macland [label="NO"]
  
 
label -> recycle [label="NO"]
 
label -> recycle [label="NO"]

Revision as of 10:06, 20 March 2010

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

Blue-macs.png