Difference between revisions of "User:Arrogantrabbit"

From FreekiWiki
Jump to navigation Jump to search
Line 4: Line 4:
 
digraph KB {
 
digraph KB {
  
   node [fontname="Helvetica", fontsize="11"]
+
   node [fontname="Helvetica", fontsize="12"]
 
   edge [fontname="Helvetica"]
 
   edge [fontname="Helvetica"]
  
Line 14: Line 14:
 
   blkbox [style="bold", shape="box"]
 
   blkbox [style="bold", shape="box"]
 
   whtbox [style="bold", shape="box"]
 
   whtbox [style="bold", shape="box"]
 +
  wbox [style="bold", shape="box"]
  
 +
  START [fontsize="14"]
 
   basic [label="Is it a keyboard?"]
 
   basic [label="Is it a keyboard?"]
   aesthetic  [label="Is the keyboard in decent shape?"]  
+
   aesthetic  [label="Pick the keyboard up and look at it.\nIs it in good condition?"]  
   usbk [label="Put it in the USB KEYBOARDS box"]
+
   usbk [label="Put it in the\nUSB KEYBOARDS BOX", fontsize="14"]
 
   color [label="Is it mostly black or white?"]
 
   color [label="Is it mostly black or white?"]
 
   clicky [label="Feel the keys.\nIs the keyboard CLICKY?"]
 
   clicky [label="Feel the keys.\nIs the keyboard CLICKY?"]
 
   ergo [label="Inspect it.\nIs it an ergonomic, foldable model?"]
 
   ergo [label="Inspect it.\nIs it an ergonomic, foldable model?"]
   staff [label="Ask a STAFF MEMBER", style="bold"]
+
   staff [label="Ask a STAFF MEMBER", fontsize="14"]
   obox [label="Put it in the ONLINE SALES box"]
+
   obox [label="Put it in the\nONLINE SALES BOX", fontsize="14"]
   recycle [label="RECYCLE the keyboard", style="bold"]
+
   recycle [label="RECYCLE the keyboard", fontsize="14"]
   port [label="What kind of connector does it have?"]
+
   port [label="What kind of CONNECTOR does it have?"]
 
   ps2 [label ="PS2"]
 
   ps2 [label ="PS2"]
 
   usb [label="USB"]
 
   usb [label="USB"]
  other [label="Other"]
+
   color [label="What color are the KEYS?"]
   color [label="What color are the keys?"]
+
   black [label="Mostly BLACK"]
   black [label="Mostly black"]
+
   white [label="Mostly WHITE"]
   white [label="Mostly white"]
+
  neither [label="NEITHER black nor white"]
   neither [label="Neither"]
+
   weird [label="Look at the cable.\nDoes it have a USB or PS2 connector?"]
   test [label="Plug it in and test it. Does it work?"]
+
   test [label="Plug it in and test it.\nDOES IT WORK?"]
   blkbox [label="Put it in the TESTED BLACK PS2s BOX"]
+
   blkbox [label="Put it in the\nTESTED BLACK PS2s BOX", fontsize="14"]
   whtbox [label="Put it in the TESTED WHITE PS2s BOX"]
+
   whtbox [label="Put it in the\nTESTED WHITE PS2s BOX", fontsize="14"]
 +
  wireless [label="Is it a WIRELESS KEYBOARD?"]
 +
  wbox [label="Take it to the\nWIRELESS KEYBOARDS AND MICE BOX", fontsize="14"]
  
 
   START -> basic
 
   START -> basic
  
   basic -> aesthetic[label="Yes"]
+
   basic -> wireless[label="Yes"]
   basic ->staff [label="No", color="blue"]
+
   basic -> staff [label="No", color="blue"]
 +
 
 +
  wireless -> aesthetic [label="No"]
 +
  wireless -> wbox [label="Yes"]
  
 
   aesthetic -> clicky [label="Yes"]
 
   aesthetic -> clicky [label="Yes"]
Line 47: Line 54:
 
   clicky -> obox [label="Yes", color="green"]
 
   clicky -> obox [label="Yes", color="green"]
  
   ergo -> test [label="No"]
+
   ergo -> weird [label="No"]
   ergo-> obox [label="Yes", color="green"]
+
   ergo -> obox [label="Yes", color="green"]
 +
 
 +
  weird -> test [label="Yes"]
 +
  weird -> recycle [label="No", color="red"]
  
 
   test -> port [label="Yes"]
 
   test -> port [label="Yes"]
Line 55: Line 65:
 
   port -> ps2
 
   port -> ps2
 
   port -> usb
 
   port -> usb
  port -> other
 
  
 
   ps2 -> color
 
   ps2 -> color
Line 70: Line 79:
  
 
   usb -> usbk
 
   usb -> usbk
 
  other -> staff [color="blue"]
 
  
 
}
 
}
 
</graphviz>
 
</graphviz>
 +
 +
<gallery caption="Sample gallery" widths="100px" heights="100px" perrow="3">
 +
File:PS2.png
 +
File:Zuid_Holland-Position.png, AT Keyboard Connector
 +
</gallery>

Revision as of 12:05, 29 May 2010

Current Project: Updating Keyboard Testing Flowchart

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