Difference between revisions of "User:Matteo/scratch.03"

From FreekiWiki
Jump to navigation Jump to search
m (Tagged Policy Header)
m (Reverted edits by Matteo (Talk); changed back to last version by Rfs)
Line 1: Line 1:
{{Policy Header}}
+
<graphviz>#!/usr/bin/fdp
 +
digraph structure {
 +
graph [
 +
rankdir = "LR"
 +
];
 +
node [ fontsize = "16" shape = "ellipse" ];
 +
edge [ ];
  
 +
"Action" [ label = "<f0> Action| | |" shape = "record" ];
 +
"C7" [ label = "<f0> C7 | |" shape = "record" ];
 +
"HR" [ label = "<f0> HR| <f1> | <f2> |" shape = "record" ];
 +
"Knowledge Bees" [ label = "<f0> Knowledge Bees| | |" shape = "record" ];
 +
"Outreach" [ label = "<f0> Outreach| <f1> | <f2> |"shape = "record" ];
 +
"Reuse" [ label = "<f0> Reuse| <f1> | <f2> |" shape = "record" ];
 +
"Technocrats" [ label = "<f0> Technocrats| | |" shape = "record" ];
 +
"AdHocStaff" [ label = "<f0> AdHocStaff| | |" shape = "record" ];
 +
"Council" [ label = "<f0> Council " shape = "record" ];
 +
"Board" [ label = "<f0> Board " shape = "record" ];
 +
"Staff" [ label = "<f0> Staff " shape = "record" ];
  
==Policy Page Project==
+
"Staff" -> "Council":f0 [ id = 0 ];
''three sections in the page perhaps''
+
"Staff" -> "Board":f0 [ id = 0 ];
===Header===
+
 
* Policy name
+
"Board" -> "Council":f0 [ id = 0 ];
* Body that set the policy(s)
+
"Board" -> "Staff":f0 [ id = 0 ];
* note on what the policy is about
+
 
===Policy===
+
"Council" -> "Staff":f0 [ id = 0 ];
* wording of the policy as agreed upon
+
"Council" -> "Board":f0 [ id = 0 ];
===Notes===
+
 
* interpretation
+
"Staff" -> "AdHocStaff":f0 [ id = 0 ];
* exceptions
+
"Staff" -> "C7":f0 [ id = 1 ];
* examples
+
"Staff" -> "HR":f0 [ id = 2 ];
* related policies
+
"Staff" -> "Knowledge Bees":f0 [ id = 3];
* etc
+
"Staff" -> "Outreach":f0 [ id = 4  ];
 +
"Staff" -> "Reuse":f0 [ id = 5 ];
 +
"Staff" -> "Technocrats":f0 [ id = 6 ];
 +
"Staff" -> "Action":f0 [ id = 7 ];
 +
 
 +
}
 +
</graphviz>

Revision as of 15:41, 30 September 2006

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.