Skip to content

Commit

Permalink
release: regenerate plugins overview picture
Browse files Browse the repository at this point in the history
  • Loading branch information
elektrabot committed Jul 9, 2021
1 parent 857fe12 commit 739013f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions doc/images/plugins.dot
Expand Up @@ -4,6 +4,8 @@ strict digraph G {
augeas -> storage;
binary [shape=Mdiamond];
base64 -> binary;
check [shape=Mdiamond];
blacklist -> check;
resolver [shape=Mdiamond];
blockresolver -> resolver;
storage [shape=Mdiamond];
Expand Down Expand Up @@ -50,6 +52,8 @@ strict digraph G {
dump -> storage;
dump [shape=Mdiamond];
dump -> dump;
check [shape=Mdiamond];
email -> check;
error [shape=Mdiamond];
error -> error;
sync [shape=Mdiamond];
Expand Down Expand Up @@ -99,6 +103,8 @@ strict digraph G {
kconfig -> kconfig;
conv [shape=Mdiamond];
keytometa -> conv;
check [shape=Mdiamond];
length -> check;
storage [shape=Mdiamond];
line -> storage;
line [shape=Mdiamond];
Expand Down
9 changes: 6 additions & 3 deletions doc/images/plugins.dot.flatten
Expand Up @@ -4,6 +4,8 @@ strict digraph G {
augeas -> storage;
binary [shape=Mdiamond];
base64 -> binary;
check [shape=Mdiamond];
blacklist -> check;
resolver [shape=Mdiamond];
resolver -> resolver;
blockresolver -> resolver;
Expand Down Expand Up @@ -41,6 +43,7 @@ strict digraph G {
dump [shape=Mdiamond];
dump -> storage;
dump -> dump;
email -> check;
error [shape=Mdiamond];
error -> error;
sync [shape=Mdiamond];
Expand All @@ -63,9 +66,8 @@ strict digraph G {
gpgme -> crypto;
hexcode -> code;
conv [shape=Mdiamond];
hexnumber -> conv;
check [shape=Mdiamond];
hexnumber -> check;
hexnumber -> conv;
hosts [shape=Mdiamond];
hosts -> storage;
hosts -> hosts;
Expand All @@ -80,6 +82,7 @@ strict digraph G {
kconfig -> storage;
kconfig -> kconfig;
keytometa -> conv;
length -> check;
line [shape=Mdiamond];
line -> storage;
line -> line;
Expand Down Expand Up @@ -122,8 +125,8 @@ strict digraph G {
shell [shape=Mdiamond];
simpleini -> storage;
simpleini -> properties;
spec -> apply;
spec -> check;
spec -> apply;
specload [shape=Mdiamond];
specload -> storage;
specload -> specload;
Expand Down
Binary file modified doc/images/plugins.pdf
Binary file not shown.
Binary file modified doc/images/plugins.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/plugins.ps
Binary file not shown.

0 comments on commit 739013f

Please sign in to comment.