Difference between revisions of "Budget Reorganization"

From FreekiWiki
Jump to navigation Jump to search
Line 1: Line 1:
<graphviz>#!/usr/bin/dot
+
Sample text.  Sample text.  Sample text.  Sample text.  Sample text.  Sample text.  Sample text.  Sample text.  Sample text.  Sample text.  Sample text.  Sample text.  Sample text.  Sample text.  Sample text.  Sample text.  Sample text.  Sample text.  Sample text.  Sample text.  Sample text.  Sample text.  Sample text.  Sample text.  Sample text.  Sample text. 
   digraph FREEGEEK {
+
<graphvizl>
  root=Receiving
+
   digraph BUILDPATH {
  label="Reuse and Recycling\nof Systems, Printers, and Laptops\nat Free Geek\n(dot)"
 
  
  Receiving
+
    size = "7, 10"
  Build
+
    commit          [label="Do you want\nto build 6 (or more)\ncomputers?", fontsize="10"]
  Prebuild
+
    cardmobo        [label="CARD AND MOTHERBOARD SORTING\n*Read documentation\n*Learn to identify cards\n*Learn motherboard parts", shape="box", fontsize="10", URL="http://freegeek.org"]
  Recycling
+
    eval            [label="EVALUATION I & II\nRead documentation\nLearn about systems,\ntroubleshooting, and\nFree Geek's\nproduction procedures", shape="box", fontsize="10"]
  ThriftStore
+
    commit2        [label="Do you still\nwant to build\n6 (or more)\ncomputers?", fontsize="10"]
  Printers
+
    commandline    [label="COMMAND LINE CLASS\nLearn about Linux's\ncommand line", shape="box", fontsize="10"]
  Laptops
+
    build          [label="BUILD WORKSHOPS\nLearn to quality control,\nbuild, and install\nLinux onto computers", shape="box", fontsize="10"]
  WhiteHole
+
    next            [label="NEXT STEPS:\nbuild assistant/instructor\nspecial projects\nserver build\nlaptop build\nadvanced testing\n(these steps require approval of a build instructor)", fontsize="10"]
  HardwareGrants
+
    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", fontsize="10"]
  Infrastructure
+
    note          [label="NOTE: Card sorting,\nmotherboard sorting, and\ncommand line class\ncan be tested out of.", style="dotted", fontsize="10"]
  
  Receiving -> Prebuild
+
 
  Receiving -> WhiteHole
+
  commit -> cardmobo [taillabel="YES", fontsize="11"]
  Receiving -> Printers
+
  commit -> copout [taillabel="NO", fontsize="11"]
  Receiving -> Laptops
+
  cardmobo -> eval
  Receiving -> Recycling
+
  eval -> commit2
  Receiving -> ThriftStore
+
  commit2 -> commandline
  Prebuild -> Recycling
+
  commit2 -> copout
  Prebuild -> Build
+
  commandline -> build
  Prebuild -> WhiteHole
+
  build -> next
  WhiteHole -> ThriftStore
+
 
  Build -> ThriftStore
 
  Build -> HardwareGrants
 
  Build -> Infrastructure
 
  Laptops -> ThriftStore
 
  Laptops -> HardwareGrants
 
  Laptops -> Infrastructure
 
  Printers -> ThriftStore
 
  Printers -> HardwareGrants
 
  Printers -> Infrastructure
 
  
 
   }
 
   }
</graphviz>
+
</graphvizl>
 
 
  
* [[Graph Types]]
+
More sample text.  More sample text.  More sample text.  More sample text.  More sample text.  More sample text.  More sample text.  More sample text.  More sample text.  More sample text.  More sample text.  More sample text.  More sample text.  More sample text.  More sample text.  More sample text.
* [[System Evaluation 1 Overview]]
 
* [[System Evaluation 2 Overview]]
 

Revision as of 10:11, 29 October 2005

Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. Sample text. <graphvizl>

 digraph BUILDPATH {
   size = "7, 10"
   commit          [label="Do you want\nto build 6 (or more)\ncomputers?", fontsize="10"]
   cardmobo        [label="CARD AND MOTHERBOARD SORTING\n*Read documentation\n*Learn to identify cards\n*Learn motherboard parts", shape="box", 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", fontsize="10"]
   commit2         [label="Do you still\nwant to build\n6 (or more)\ncomputers?", fontsize="10"]
   commandline     [label="COMMAND LINE CLASS\nLearn about Linux's\ncommand line", shape="box", fontsize="10"]
   build           [label="BUILD WORKSHOPS\nLearn to quality control,\nbuild, and install\nLinux onto computers", shape="box", 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)", 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", fontsize="10"]
   note           [label="NOTE: Card sorting,\nmotherboard sorting, and\ncommand line class\ncan be tested out of.", style="dotted", fontsize="10"]


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

</graphvizl>

More sample text. More sample text. More sample text. More sample text. More sample text. More sample text. More sample text. More sample text. More sample text. More sample text. More sample text. More sample text. More sample text. More sample text. More sample text. More sample text.