Archived
1
0

Orgas: Add template system to render graph in output file

This commit is contained in:
2020-02-07 12:20:33 +01:00
parent ba8093b2b0
commit 3be903d794
8 changed files with 59 additions and 24 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 = RL;
label = \"Link between organisations, libraries and users.\";

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}\"