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

From FreekiWiki
Jump to navigation Jump to search
(→‎R: build program steps is boxes)
Line 19: Line 19:
 
node [style=filled];
 
node [style=filled];
 
a0 -> a1;
 
a0 -> a1;
label = "Moniter";
+
label = "Monitor";
 
                 color=green
 
                 color=green
 
}
 
}

Revision as of 11:04, 27 November 2007

R

We are doing things

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

L

<graphvizr> digraph G {

Policy_idea -> Read_Policies Policy_intrest -> Read_Policies Read_Policies -> Link_to_List Read_Policies -> Policy_still_relivent Read_Policies -> More_info_needed Link_to_List -> Look_for_link Policy_still_relivent -> ask_the_question More_info_needed -> ask_the_question ask_the_question -> document Look_for_link -> document document -> Read_Policies } </graphvizr>