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

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

Policy Page Project

three sections in the page perhaps

Header

  • Policy name
  • Body that set the policy(s)
  • note on what the policy is about

Policy

  • wording of the policy as agreed upon

Notes

  • interpretation
  • exceptions
  • examples
  • related policies
  • etc