Archived
1
0

Structure: make it more generic

* changes `orgas` directory to `by_json` (explain what we do: using JSON
    to geneate schema)
* makes Makefile more generic to permit to generate more SVG files in
the future
This commit is contained in:
2020-02-07 14:06:20 +01:00
parent 51351b402a
commit 7bf5972250
18 changed files with 11 additions and 12 deletions

View File

@ -0,0 +1 @@
}

View File

@ -0,0 +1 @@
\"${identifier}\" [shape=${shape} color=\"transparent\" style=filled fillcolor=\"${color}\" label=${label} ${additionals}]

View File

@ -0,0 +1,3 @@
digraph {
rankdir = ${rankdir};
label = \"${title}\";

View File

@ -0,0 +1 @@
<${name}<br/>(code: ${code})<br/>PID: ${pid}>

View File

@ -0,0 +1 @@
<${name}<br/>PID: ${pid}>

View File

@ -0,0 +1 @@
<${first_name} ${last_name}<br/>${email}${info}>

View File

@ -0,0 +1 @@
\"${identifier}\" -> \"${relation}\"