example.com -> example.org
[Seppo.git] / doc / subscribed.gv
blob94ee0ad7b53d792d5c14b2923d11f33eca82ecb0
1 digraph "subscribed"
4 bgcolor = "#ffffff"
6 node [
7 class = "node"
8 ,fillcolor = "#ffaa00",style = "filled"
9 ,width = "0.194444",height = "0.194444"
10 ,shape = "ellipse"
11 ,color = "#000000"
12 ,penwidth = "1"
16 "N1" [
17 label = "Pending"
20 "N6" [
21 label = "Blocked"
24 "N7" [
25 label = "None"
28 "N5" [
29 label = "Accepted"
34 edge [
35 class = "edge"
36 ,"_vis_" = "label"
37 ,"color" = "#a0a0a4"
38 ,"style" = "solid"
42 "N1" -> "N5" [id = "E1"
43 ,label = "accept"
44 ,"style" = "dashed"
47 "N7" -> "N6" [id = "E5"
48 ,dir=both
49 ,label = "un/block"
50 ,"style" = "dashed"
53 "N1" -> "N6" [id = "E3"
54 ,label = "block"
55 ,"style" = "dashed"
58 "N5" -> "N7" [id = "E2"
59 ,label = "unfollow"
60 ,"style" = "solid"
63 "N7" -> "N1" [id = "E6"
64 ,dir=both
65 ,label = "un/follow"
66 ,"style" = "solid"
69 "N5" -> "N6" [id = "E4"
70 ,label = "block"
71 ,"style" = "dashed"
74 "N1" -> "N7" [id = "E9"
75 ,label = "reject"
76 ,"style" = "dashed"