Difference between revisions of "User:Shawn/Scratch"

From FreekiWiki
Jump to navigation Jump to search
 
Line 3: Line 3:
  
 
     commit          [label="Do you want\nto build 6 (or more)\ncomputers?", fontname="helvetica", fontsize="10"]
 
     commit          [label="Do you want\nto build 6 (or more)\ncomputers?", fontname="helvetica", fontsize="10"]
 +
 
     cardmobo        [label="CARD AND MOTHERBOARD SORTING\n*Read documentation\n*Learn to identify cards\n*Learn motherboard parts", shape="box", fontname="helvetica", fontsize="10", URL="http://freegeek.org"]
 
     cardmobo        [label="CARD AND MOTHERBOARD SORTING\n*Read documentation\n*Learn to identify cards\n*Learn motherboard parts", shape="box", fontname="helvetica", fontsize="10", URL="http://freegeek.org"]
 +
 
     eval            [label="EVALUATION I & II\nRead documentation\nLearn about systems,\ntroubleshooting, and\nFree Geek's\nproduction procedures", shape="box", fontname="helvetica", fontsize="10"]
 
     eval            [label="EVALUATION I & II\nRead documentation\nLearn about systems,\ntroubleshooting, and\nFree Geek's\nproduction procedures", shape="box", fontname="helvetica", fontsize="10"]
    commit2        [label="Do you still\nwant to build\n6 (or more)\ncomputers?", fontname="helvetica", fontsize="10"]
+
 
 +
  commit2        [label="Do you still\nwant to build\n6 (or more)\ncomputers?", fontname="helvetica", fontsize="10"]
 +
 
 
     commandline    [label="COMMAND LINE CLASS\nLearn about Linux's\ncommand line", shape="box", fontname="helvetica", fontsize="10"]
 
     commandline    [label="COMMAND LINE CLASS\nLearn about Linux's\ncommand line", shape="box", fontname="helvetica", fontsize="10"]
 +
 
     build          [label="BUILD WORKSHOPS\nLearn to quality control,\nbuild, and install\nLinux onto computers", shape="box", fontname="helvetica", fontsize="10"]
 
     build          [label="BUILD WORKSHOPS\nLearn to quality control,\nbuild, and install\nLinux onto computers", shape="box", fontname="helvetica", fontsize="10"]
     next            [label="NEXT STEPS:\nbuild assistant/instructor\nspecial projects\nserver build\nlaptop build\nadvanced testing\n(these steps require approval of a build instructor)", fontname="helvetica", fontsize="10"]
+
 
 +
     next            [label="NEXT STEPS:\nBuild assistant/instructor\nSpecial projects\nServer build\nLaptop build\nAdvanced testing\n(these steps require approval of a build instructor)", fontname="helvetica", fontsize="10"]
 +
 
 
     copout          [label="It takes a lot of time and energy\nto show even the most experienced builders\nhow to build at Free Geek.\nWe need people who are building at least\n6 computers to make it worthwhile.\nAlso, in order to learn the\njob well, a builder needs to be\nexposed to about six computers.", shape="box", fontname="helvetica", fontsize="10"]
 
     copout          [label="It takes a lot of time and energy\nto show even the most experienced builders\nhow to build at Free Geek.\nWe need people who are building at least\n6 computers to make it worthwhile.\nAlso, in order to learn the\njob well, a builder needs to be\nexposed to about six computers.", shape="box", fontname="helvetica", fontsize="10"]
 +
 
     note          [label="NOTE: Card sorting,\nmotherboard sorting, and\ncommand line class\ncan be tested out of.", style="dotted", fontname="helvetica", fontsize="10"]
 
     note          [label="NOTE: Card sorting,\nmotherboard sorting, and\ncommand line class\ncan be tested out of.", style="dotted", fontname="helvetica", fontsize="10"]
  
Line 17: Line 25:
 
   cardmobo -> eval
 
   cardmobo -> eval
 
   eval -> commit2
 
   eval -> commit2
   commit2 -> commandline
+
   commit2 -> commandline [taillabel="YES"]
   commit2 -> copout
+
   commit2 -> copout [taillabel="NO"]
 
   commandline -> build
 
   commandline -> build
 
   build -> next
 
   build -> next

Revision as of 17:12, 2 December 2005

<graphvizl>

 digraph BUILDPATH {
   commit          [label="Do you want\nto build 6 (or more)\ncomputers?", fontname="helvetica", fontsize="10"]
   cardmobo        [label="CARD AND MOTHERBOARD SORTING\n*Read documentation\n*Learn to identify cards\n*Learn motherboard parts", shape="box", fontname="helvetica", fontsize="10", URL="http://freegeek.org"]
   eval            [label="EVALUATION I & II\nRead documentation\nLearn about systems,\ntroubleshooting, and\nFree Geek's\nproduction procedures", shape="box", fontname="helvetica", fontsize="10"]
  commit2         [label="Do you still\nwant to build\n6 (or more)\ncomputers?", fontname="helvetica", fontsize="10"]
   commandline     [label="COMMAND LINE CLASS\nLearn about Linux's\ncommand line", shape="box", fontname="helvetica", fontsize="10"]
   build           [label="BUILD WORKSHOPS\nLearn to quality control,\nbuild, and install\nLinux onto computers", shape="box", fontname="helvetica", fontsize="10"]
   next            [label="NEXT STEPS:\nBuild assistant/instructor\nSpecial projects\nServer build\nLaptop build\nAdvanced testing\n(these steps require approval of a build instructor)", fontname="helvetica", fontsize="10"]
   copout          [label="It takes a lot of time and energy\nto show even the most experienced builders\nhow to build at Free Geek.\nWe need people who are building at least\n6 computers to make it worthwhile.\nAlso, in order to learn the\njob well, a builder needs to be\nexposed to about six computers.", shape="box", fontname="helvetica", fontsize="10"]
   note           [label="NOTE: Card sorting,\nmotherboard sorting, and\ncommand line class\ncan be tested out of.", style="dotted", fontname="helvetica", fontsize="10"]


  commit -> cardmobo [taillabel="YES"]
  commit -> copout [taillabel="NO"]
  cardmobo -> eval
  eval -> commit2
  commit2 -> commandline  [taillabel="YES"]
  commit2 -> copout  [taillabel="NO"]
  commandline -> build
  build -> next
  
 }

</graphvizl>