Difference between revisions of "User:Gambitnut/Scratch"

From FreekiWiki
Jump to navigation Jump to search
(changed ands to thens)
 
(5 intermediate revisions by one other user not shown)
Line 6: Line 6:
 
     putoncart      [label="If you still have a case,\nput it on\nthe CART\n(label and back\nvisible)", fontsize="11", style="bold", shape="box"]
 
     putoncart      [label="If you still have a case,\nput it on\nthe CART\n(label and back\nvisible)", fontsize="11", style="bold", shape="box"]
 
     legacy          [label="Take system to\nLEGACY SYSTEM EVAL", fontsize="11", style="bold", shape="box"]
 
     legacy          [label="Take system to\nLEGACY SYSTEM EVAL", fontsize="11", style="bold", shape="box"]
     getlabel        [label="Get system labels\nfrom RECEIVING", fontsize="11", shape="box"]
+
     getlabel        [label="Get out of the way", fontsize="11", shape="box"]
     alreadyrejected [label="Has it\nalready been\nREJECTED?\n(reason for recycle or\nreject label?)", fontsize="11"]
+
     alreadyrejected [label="Are you hurt?", fontsize="11"]
 
     askwhere        [label="Ask where\nit goes", fontsize="11", style="bold", shape="box"]
 
     askwhere        [label="Ask where\nit goes", fontsize="11", style="bold", shape="box"]
     incompatible    [label="Is it on the list of INCOMPATIBLES?\n(see list below)", fontsize="11"]
+
     incompatible    [label="Did the driver stop?", fontsize="11"]
 
     at              [label="Does it have an\nonboard AT keyboard\nconnector?", fontsize="11"]
 
     at              [label="Does it have an\nonboard AT keyboard\nconnector?", fontsize="11"]
 
     tallyit        [label="Copy info\nfrom label to\nKEEPER TALLY SHEET", fontsize="11"]
 
     tallyit        [label="Copy info\nfrom label to\nKEEPER TALLY SHEET", fontsize="11"]
     received        [label="Has it been\nRECEIVED?\n(gizmo label?)", fontsize="11"]
+
     received        [label="Are you in danger?", fontsize="11"]
 
     start          [label="START HERE", shape="box", fontsize="11", style="bold"]
 
     start          [label="START HERE", shape="box", fontsize="11", style="bold"]
 
     tallyit        [label="Copy info\nfrom label to\nTALLY SHEET", fontsize="11", shape="box"]
 
     tallyit        [label="Copy info\nfrom label to\nTALLY SHEET", fontsize="11", shape="box"]
Line 27: Line 27:
 
     start -> received
 
     start -> received
  
     received -> getlabel [label="NO"]
+
     received -> getlabel [label="YES"]
     received -> alreadyrejected [taillabel="YES"]
+
     received -> alreadyrejected [taillabel="NO"]
  
 
     getlabel -> alreadyrejected
 
     getlabel -> alreadyrejected
Line 55: Line 55:
 
     wantmobo -> takethingsout [label="NO"]
 
     wantmobo -> takethingsout [label="NO"]
  
     ifcase -> recyclelabel [label="MOBO"]
+
     ifcase -> recyclelabel  
  
 
     ifmobo -> takethingsout
 
     ifmobo -> takethingsout
Line 75: Line 75:
 
* Silicon Graphics (SGI)
 
* Silicon Graphics (SGI)
 
** Indy (they're '''blue''')
 
** Indy (they're '''blue''')
 
[[Category: Prebuild]]
 
[[Category: Triage]]
 

Latest revision as of 14:08, 10 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.

Incompatibles

  • Amiga
  • Apple, etc:
    • Mac
    • Radius
    • PowerPC
    • PowerComputing
  • Commodore
  • DEC (Digital Equipment Corporation)
  • Sun
  • Silicon Graphics (SGI)
    • Indy (they're blue)