Difference between revisions of "Motherboard Sorting"

From FreekiWiki
Jump to navigation Jump to search
Line 2: Line 2:
 
   digraph D {
 
   digraph D {
  
start           [label="START HERE", shape="box", fontsize="11", style="bold"]
+
  start         [label="START HERE", fontsize="11", shape="box", style="bold"]
reject          [label="RECYCLE\nthe Motherboard", fontsize="11", shape="box", style="bold"]
+
  recycle      [label="RECYCLE", fontsize="11", shape="box", style="bold", URL="/index.php/System_Evaluation_1_Overview"]
keep           [label="KEEP\nthe Motherboard", fontsize="11", shape="box", style="bold"]
+
  keep       [label="KEEP", fontsize="11", shape="box", style="bold", URL="/index.php?title=System_Evaluation_2_Overview"]
 +
  atx        [label="Is there an\nATX CONNECTOR?", fontsize="11"]
 +
  dimmslots  [label="Are there any\nDIMM, RAMBUS or DDR SLOTS?", fontsize="11"]
 +
  proc    [label="Does it have a\n500 MHZ OR FASTER proc?\nor\n3 DIGIT ZIF SOCKET?\nor\nDUAL SLOTS?", fontsize="11"]
 +
  video      [label="Is there an\nAGP SLOT\nor\nONBOARD VIDEO?", fontsize="11"]
 +
 
 +
 
 
multipleisas    [label="Is there\nmore than 1 ISA slot?", fontsize="11"]
 
multipleisas    [label="Is there\nmore than 1 ISA slot?", fontsize="11"]
 
proprietary    [label="Is there a\nRISER\nfor the cards?", fontsize="11"]
 
proprietary    [label="Is there a\nRISER\nfor the cards?", fontsize="11"]
 
zif            [label="Is there a\n3 DIGIT ZIF SOCKET?", fontsize="11"]
 
zif            [label="Is there a\n3 DIGIT ZIF SOCKET?", fontsize="11"]
holdlabel      [label="Does it have a\nHOLD FOR STORE label\non it?", fontsize="11"]
 
goodcase        [label="Is is a\nGENERIC ATX CASE\nwith all its parts?", fontsize="11"]
 
 
holdforstore    [label="Fill out\nand put a\nHOLD FOR STORE\nlabel on its front", shape="box", fontsize="11"]
 
holdforstore    [label="Fill out\nand put a\nHOLD FOR STORE\nlabel on its front", shape="box", fontsize="11"]
  
start -> zif
 
zif ->  reject [label="NO"]
 
zif ->  multipleisas [label="YES"]
 
multipleisas -> reject [label="YES"]
 
multipleisas -> proprietary [label="NO"]
 
proprietary -> reject [label="YES"]
 
proprietary -> holdlabel [label="NO"]
 
holdlabel -> keep [label="YES"]
 
holdlabel -> goodcase [label="NO"]
 
goodcase -> holdforstore [label="YES"]
 
goodcase -> keep [label="NO"]
 
holdforstore -> keep
 
  
 +
 +
 +
  start      -> dimmslots
 +
  dimmslots  -> atx [label="YES"]
 +
  dimmslots  -> recycle [label="NO"]
 +
  atx        -> video [label="YES"]
 +
  atx        -> recycle [label="NO"]
 +
  video      -> recycle [label="NO"]
 +
  video      -> proc [label="YES"]
 +
  proc    -> keep [label="YES"]
 +
  proc    -> recycle [label="NO"]
 +
 
 +
 
 
   }
 
   }
 
</graphviz>
 
</graphviz>
 
 
[[Category: Prebuild]]
 
[[Category: Triage]]
 
 
 
  
 
[[Category: Triage]]
 
[[Category: Triage]]
 
[[Category: Prebuild]]
 
[[Category: Prebuild]]

Revision as of 16:21, 11 February 2006

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