| 1 | = Virtual Servers Housed at our XO Location = |
| 2 | {{{ |
| 3 | #!graphviz |
| 4 | digraph G { |
| 5 | size=15 |
| 6 | rankdir="LR" |
| 7 | node[shape=octagon,style=filled,color=red] |
| 8 | subgraph cluster_0{ |
| 9 | style=filled; |
| 10 | color="#48E4CB"; |
| 11 | node [style=filled,color="white",shape=box]; |
| 12 | label = "MOSH Servers" |
| 13 | didier |
| 14 | } |
| 15 | axiom -> didier |
| 16 | subgraph cluster_1{ |
| 17 | style=filled; |
| 18 | color="#E495F0"; |
| 19 | node [style=filled,color="lightgray",shape=box]; |
| 20 | label = "Specialty Servers" |
| 21 | kramer |
| 22 | } |
| 23 | |
| 24 | axiom -> kramer |
| 25 | subgraph cluster_2{ |
| 26 | style=filled; |
| 27 | color="#48E4CB"; |
| 28 | node [style=filled,color="white",shape=box]; |
| 29 | label = "MOSH Servers" |
| 30 | daza -> ella -> rodolpho -> sojourner |
| 31 | } |
| 32 | clr -> daza |
| 33 | subgraph cluster_3{ |
| 34 | style=filled; |
| 35 | color="#E495F0"; |
| 36 | node [style=filled,color="lightgray",shape=box]; |
| 37 | label = "Specialty Servers" |
| 38 | sankara -> che |
| 39 | } |
| 40 | |
| 41 | clr -> sankara |
| 42 | subgraph cluster_4{ |
| 43 | style=filled; |
| 44 | color="#48E4CB"; |
| 45 | node [style=filled,color="white",shape=box]; |
| 46 | label = "MOSH Servers" |
| 47 | attucks -> goldman -> kinoy -> maria -> kerr -> mcchesney -> molina -> gaspar |
| 48 | } |
| 49 | malaka -> attucks |
| 50 | subgraph cluster_5{ |
| 51 | style=filled; |
| 52 | color="#E495F0"; |
| 53 | node [style=filled,color="lightgray",shape=box]; |
| 54 | label = "Specialty Servers" |
| 55 | achebe -> mx1 -> mx24 -> mx3 -> paulo -> mx25 |
| 56 | } |
| 57 | |
| 58 | malaka -> achebe |
| 59 | subgraph cluster_6{ |
| 60 | style=filled; |
| 61 | color="#48E4CB"; |
| 62 | node [style=filled,color="white",shape=box]; |
| 63 | label = "MOSH Servers" |
| 64 | june -> lucy |
| 65 | } |
| 66 | ottorene -> june |
| 67 | subgraph cluster_7{ |
| 68 | style=filled; |
| 69 | color="#E495F0"; |
| 70 | node [style=filled,color="lightgray",shape=box]; |
| 71 | label = "Specialty Servers" |
| 72 | jacobo -> zimmermann |
| 73 | } |
| 74 | |
| 75 | ottorene -> jacobo |
| 76 | subgraph cluster_8{ |
| 77 | style=filled; |
| 78 | color="#48E4CB"; |
| 79 | node [style=filled,color="white",shape=box]; |
| 80 | label = "MOSH Servers" |
| 81 | annette -> clara -> colin -> eagle -> julia |
| 82 | } |
| 83 | pietri -> annette |
| 84 | subgraph cluster_9{ |
| 85 | style=filled; |
| 86 | color="#E495F0"; |
| 87 | node [style=filled,color="lightgray",shape=box]; |
| 88 | label = "Specialty Servers" |
| 89 | kwame -> moses -> paul |
| 90 | } |
| 91 | |
| 92 | pietri -> kwame |
| 93 | subgraph cluster_10{ |
| 94 | style=filled; |
| 95 | color="#E495F0"; |
| 96 | node [style=filled,color="lightgray",shape=box]; |
| 97 | label = "Specialty Servers" |
| 98 | augusto -> braschi -> cortazar -> ernesto -> fuentes -> llosa -> neruda -> nicolas -> poniatowska -> roque -> rossi -> rulfo -> malvina |
| 99 | } |
| 100 | |
| 101 | ramona -> augusto |
| 102 | subgraph cluster_11{ |
| 103 | style=filled; |
| 104 | color="#E495F0"; |
| 105 | node [style=filled,color="lightgray",shape=box]; |
| 106 | label = "Specialty Servers" |
| 107 | wole -> deadeasy -> ekpo |
| 108 | } |
| 109 | |
| 110 | franz -> wole |
| 111 | subgraph cluster_12{ |
| 112 | style=filled; |
| 113 | color="#E495F0"; |
| 114 | node [style=filled,color="lightgray",shape=box]; |
| 115 | label = "Specialty Servers" |
| 116 | dubois |
| 117 | } |
| 118 | |
| 119 | pianeta -> dubois |
| 120 | didier [URL="http://servers.mayfirst.org/server/didier" |
| 121 | fontcolor=red ] |
| 122 | kramer [URL="http://servers.mayfirst.org/server/kramer" |
| 123 | fontcolor=red ] |
| 124 | daza [URL="http://servers.mayfirst.org/server/daza" |
| 125 | fontcolor=red ] |
| 126 | ella [URL="http://servers.mayfirst.org/server/ella" |
| 127 | fontcolor=red ] |
| 128 | rodolpho [URL="http://servers.mayfirst.org/server/rodolpho" |
| 129 | fontcolor=red ] |
| 130 | sankara [URL="http://servers.mayfirst.org/server/sankara" |
| 131 | fontcolor=red ] |
| 132 | sojourner [URL="http://servers.mayfirst.org/server/sojourner" |
| 133 | fontcolor=red ] |
| 134 | che [URL="http://servers.mayfirst.org/server/che" |
| 135 | fontcolor=red ] |
| 136 | achebe [URL="http://servers.mayfirst.org/server/achebe" |
| 137 | fontcolor=red ] |
| 138 | attucks [URL="http://servers.mayfirst.org/server/attucks" |
| 139 | fontcolor=red ] |
| 140 | goldman [URL="http://servers.mayfirst.org/server/goldman" |
| 141 | fontcolor=red ] |
| 142 | kinoy [URL="http://servers.mayfirst.org/server/kinoy" |
| 143 | fontcolor=red ] |
| 144 | maria [URL="http://servers.mayfirst.org/server/maria" |
| 145 | fontcolor=red ] |
| 146 | mx1 [URL="http://servers.mayfirst.org/server/mx1" |
| 147 | fontcolor=red ] |
| 148 | mx24 [URL="http://servers.mayfirst.org/server/mx24" |
| 149 | fontcolor=red ] |
| 150 | mx3 [URL="http://servers.mayfirst.org/server/mx3" |
| 151 | fontcolor=red ] |
| 152 | paulo [URL="http://servers.mayfirst.org/server/paulo" |
| 153 | fontcolor=red ] |
| 154 | kerr [URL="http://servers.mayfirst.org/server/kerr" |
| 155 | fontcolor=red ] |
| 156 | mcchesney [URL="http://servers.mayfirst.org/server/mcchesney" |
| 157 | fontcolor=red ] |
| 158 | mx25 [URL="http://servers.mayfirst.org/server/mx25" |
| 159 | fontcolor=red ] |
| 160 | molina [URL="http://servers.mayfirst.org/server/molina" |
| 161 | fontcolor=red ] |
| 162 | gaspar [URL="http://servers.mayfirst.org/server/gaspar" |
| 163 | fontcolor=red ] |
| 164 | jacobo [URL="http://servers.mayfirst.org/server/jacobo" |
| 165 | fontcolor=red ] |
| 166 | june [URL="http://servers.mayfirst.org/server/june" |
| 167 | fontcolor=red ] |
| 168 | lucy [URL="http://servers.mayfirst.org/server/lucy" |
| 169 | fontcolor=red ] |
| 170 | zimmermann [URL="http://servers.mayfirst.org/server/zimmermann" |
| 171 | fontcolor=red ] |
| 172 | annette [URL="http://servers.mayfirst.org/server/annette" |
| 173 | fontcolor=red ] |
| 174 | clara [URL="http://servers.mayfirst.org/server/clara" |
| 175 | fontcolor=red ] |
| 176 | colin [URL="http://servers.mayfirst.org/server/colin" |
| 177 | fontcolor=red ] |
| 178 | eagle [URL="http://servers.mayfirst.org/server/eagle" |
| 179 | fontcolor=red ] |
| 180 | julia [URL="http://servers.mayfirst.org/server/julia" |
| 181 | fontcolor=red ] |
| 182 | kwame [URL="http://servers.mayfirst.org/server/kwame" |
| 183 | fontcolor=red ] |
| 184 | moses [URL="http://servers.mayfirst.org/server/moses" |
| 185 | fontcolor=red ] |
| 186 | paul [URL="http://servers.mayfirst.org/server/paul" |
| 187 | fontcolor=red ] |
| 188 | augusto [URL="http://servers.mayfirst.org/server/augusto" |
| 189 | fontcolor=red ] |
| 190 | braschi [URL="http://servers.mayfirst.org/server/braschi" |
| 191 | fontcolor=red ] |
| 192 | cortazar [URL="http://servers.mayfirst.org/server/cortazar" |
| 193 | fontcolor=red ] |
| 194 | ernesto [URL="http://servers.mayfirst.org/server/ernesto" |
| 195 | fontcolor=red ] |
| 196 | fuentes [URL="http://servers.mayfirst.org/server/fuentes" |
| 197 | fontcolor=red ] |
| 198 | llosa [URL="http://servers.mayfirst.org/server/llosa" |
| 199 | fontcolor=red ] |
| 200 | neruda [URL="http://servers.mayfirst.org/server/neruda" |
| 201 | fontcolor=red ] |
| 202 | nicolas [URL="http://servers.mayfirst.org/server/nicolas" |
| 203 | fontcolor=red ] |
| 204 | poniatowska [URL="http://servers.mayfirst.org/server/poniatowska" |
| 205 | fontcolor=red ] |
| 206 | roque [URL="http://servers.mayfirst.org/server/roque" |
| 207 | fontcolor=red ] |
| 208 | rossi [URL="http://servers.mayfirst.org/server/rossi" |
| 209 | fontcolor=red ] |
| 210 | rulfo [URL="http://servers.mayfirst.org/server/rulfo" |
| 211 | fontcolor=red ] |
| 212 | malvina [URL="http://servers.mayfirst.org/server/malvina" |
| 213 | fontcolor=red ] |
| 214 | wole [URL="http://servers.mayfirst.org/server/wole" |
| 215 | fontcolor=red ] |
| 216 | deadeasy [URL="http://servers.mayfirst.org/server/deadeasy" |
| 217 | fontcolor=red ] |
| 218 | ekpo [URL="http://servers.mayfirst.org/server/ekpo" |
| 219 | fontcolor=red ] |
| 220 | dubois [URL="http://servers.mayfirst.org/server/dubois" |
| 221 | fontcolor=red ] |
| 222 | } |
| 223 | }}} |