Difference between revisions of "Network"

From Makers Local 256
Jump to: navigation, search
m (First thought of goals)
 
m (Logical Map: Trying to remember graphviz syntax)
Line 8: Line 8:
  
 
==Logical Map==
 
==Logical Map==
 +
<graphviz caption='Logical Map' alt='Logical Map' format='png'>
 +
digraph LogicalMap {
 +
  graph [rankdir=TB]
 +
  { node [shape=box]
 +
      Gateway [URL="Network/Gateway"];
 +
  } 
 +
  "The Internet" -> Gateway
 +
}
 +
</graphviz>
  
 
==Physical Map==
 
==Physical Map==

Revision as of 02:02, 24 November 2009

This is still in planning stages

Goals

  1. Facilitate members' access to information easily for the member
  2. Keep maintenance simple
  3. Promote collaboration between members
  4. Prevent abuse of the network that would interfere with the above and any 3rd party legal agreements

Logical Map

Physical Map