Difference between revisions of "Motherboard Sorting"

From FreekiWiki
Jump to navigation Jump to search
Line 3: Line 3:
  
 
   start        [label="START HERE", fontsize="11", shape="box", style="bold"]
 
   start        [label="START HERE", fontsize="11", shape="box", style="bold"]
   recycle      [label="RECYCLE", fontsize="11", shape="box", style="bold", URL="/index.php/System_Evaluation_1_Overview"]
+
   recycle      [label="RECYCLE that mobo!", fontsize="11", shape="box", style="bold"]
   keep       [label="KEEP", fontsize="11", shape="box", style="bold", URL="/index.php?title=System_Evaluation_2_Overview"]
+
   keep         [label="KEEP it", fontsize="11", shape="box", style="bold"]
   atx         [label="Is there an\nATX CONNECTOR?", fontsize="11"]
+
   atx           [label="Is there an\nATX CONNECTOR?", fontsize="11"]
   dimmslots   [label="Are there any\nDIMM, RAMBUS or DDR SLOTS?", fontsize="11"]
+
   dimmslots     [label="Are there any\nDIMM slots?\n(SDRAM, RAMBUS, DDR)", fontsize="11"]
   proc   [label="Does it have a\n500 MHZ OR FASTER proc?\nor\n3 DIGIT ZIF SOCKET?\nor\nDUAL 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"]
+
   video         [label="Is there an\nAGP SLOT\nor\nONBOARD VIDEO?", fontsize="11"]
 
+
  multipleisas [label="Is there\nmore than 1 ISA slot?", fontsize="11"]
 
+
  proprietary   [label="Is there a\nRISER\nfor the cards?", fontsize="11"]
multipleisas   [label="Is there\nmore than 1 ISA slot?", fontsize="11"]
 
proprietary     [label="Is there a\nRISER\nfor the cards?", fontsize="11"]
 
zif            [label="Is there a\n3 DIGIT ZIF SOCKET?", fontsize="11"]
 
holdforstore    [label="Fill out\nand put a\nHOLD FOR STORE\nlabel on its front", shape="box", fontsize="11"]
 
 
 
 
 
  
  
Line 25: Line 19:
 
   atx        -> recycle [label="NO"]
 
   atx        -> recycle [label="NO"]
 
   video      -> recycle [label="NO"]
 
   video      -> recycle [label="NO"]
   video      -> proc [label="YES"]
+
   video      -> multipleisas [label="YES"]
 +
  video      -> recycle [label="NO"]
 +
  multipleisas -> proprietary [label="NO"]
 +
  multipleisas -> recycle [label="YES"]
 +
  proprietary -> proc [label="YES"]
 
   proc    -> keep [label="YES"]
 
   proc    -> keep [label="YES"]
 
   proc    -> recycle [label="NO"]
 
   proc    -> recycle [label="NO"]
 
 
 
    
 
    
 
   }
 
   }

Revision as of 16:27, 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.