Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
release: regenerate plugins overview picture
Browse files Browse the repository at this point in the history
  • Loading branch information
elektrabot committed Mar 3, 2023
1 parent 0f112c6 commit 45b0eb9
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 2 deletions.
12 changes: 11 additions & 1 deletion doc/images/plugins.dot
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ strict digraph G {
splines = true;
storage [shape=Mdiamond];
augeas -> storage;
backend [shape=Mdiamond];
backend -> backend;
binary [shape=Mdiamond];
base64 -> binary;
check [shape=Mdiamond];
Expand Down Expand Up @@ -110,7 +112,6 @@ strict digraph G {
line [shape=Mdiamond];
line -> line;
lineendings [shape=Mdiamond];
list [shape=Mdiamond];
tracing [shape=Mdiamond];
logchange -> tracing;
lua [shape=Mdiamond];
Expand All @@ -122,10 +123,13 @@ strict digraph G {
mini -> storage;
properties [shape=Mdiamond];
mini -> properties;
missing [shape=Mdiamond];
missing -> missing;
storage [shape=Mdiamond];
mmapstorage -> storage;
mmapstorage [shape=Mdiamond];
mmapstorage -> mmapstorage;
modules [shape=Mdiamond];
storage [shape=Mdiamond];
mozprefs -> storage;
resolver [shape=Mdiamond];
Expand Down Expand Up @@ -197,13 +201,19 @@ strict digraph G {
unit [shape=Mdiamond];
check [shape=Mdiamond];
validation -> check;
version [shape=Mdiamond];
version -> version;
resolver [shape=Mdiamond];
wresolver -> resolver;
storage [shape=Mdiamond];
xerces -> storage;
xml [shape=Mdiamond];
xerces -> xml;
storage [shape=Mdiamond];
xfconf -> storage;
xfconf [shape=Mdiamond];
xfconf -> xfconf;
storage [shape=Mdiamond];
xmltool -> storage;
xml [shape=Mdiamond];
xmltool -> xml;
Expand Down
11 changes: 10 additions & 1 deletion doc/images/plugins.dot.flatten
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ strict digraph G {
graph [splines=true];
storage [shape=Mdiamond];
augeas -> storage;
backend [shape=Mdiamond];
backend -> backend;
binary [shape=Mdiamond];
base64 -> binary;
check [shape=Mdiamond];
Expand Down Expand Up @@ -87,17 +89,19 @@ strict digraph G {
line -> storage;
line -> line;
lineendings [shape=Mdiamond];
list [shape=Mdiamond];
logchange -> tracing;
lua [shape=Mdiamond];
macaddr -> check;
mathcheck -> check;
mini -> storage;
properties [shape=Mdiamond];
mini -> properties;
missing [shape=Mdiamond];
missing -> missing;
mmapstorage [shape=Mdiamond];
mmapstorage -> storage;
mmapstorage -> mmapstorage;
modules [shape=Mdiamond];
mozprefs -> storage;
multifile -> storage;
multifile -> resolver;
Expand Down Expand Up @@ -142,10 +146,15 @@ strict digraph G {
uname -> info;
unit [shape=Mdiamond];
validation -> check;
version [shape=Mdiamond];
version -> version;
wresolver -> resolver;
xerces -> storage;
xml [shape=Mdiamond];
xerces -> xml;
xfconf [shape=Mdiamond];
xfconf -> storage;
xfconf -> xfconf;
xmltool -> storage;
xmltool -> xml;
yajl -> storage;
Expand Down
Binary file modified doc/images/plugins.pdf
Binary file not shown.
Binary file modified doc/images/plugins.png
Loading
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 45b0eb9

Please sign in to comment.