Difference between revisions of "Network"
From Makers Local 256
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
- Facilitate members' access to information easily for the member
- Keep maintenance simple
- Promote collaboration between members
- Prevent abuse of the network that would interfere with the above and any 3rd party legal agreements
Logical Map