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:
1
by_json/templates/footer.tmpl
Normal file
1
by_json/templates/footer.tmpl
Normal file
@ -0,0 +1 @@
|
||||
}
|
1
by_json/templates/gizmo.tmpl
Normal file
1
by_json/templates/gizmo.tmpl
Normal file
@ -0,0 +1 @@
|
||||
\"${identifier}\" [shape=${shape} color=\"transparent\" style=filled fillcolor=\"${color}\" label=${label} ${additionals}]
|
3
by_json/templates/header.tmpl
Normal file
3
by_json/templates/header.tmpl
Normal file
@ -0,0 +1,3 @@
|
||||
digraph {
|
||||
rankdir = ${rankdir};
|
||||
label = \"${title}\";
|
1
by_json/templates/label_default.tmpl
Normal file
1
by_json/templates/label_default.tmpl
Normal file
@ -0,0 +1 @@
|
||||
<${name}<br/>(code: ${code})<br/>PID: ${pid}>
|
1
by_json/templates/label_patron_types.tmpl
Normal file
1
by_json/templates/label_patron_types.tmpl
Normal file
@ -0,0 +1 @@
|
||||
<${name}<br/>PID: ${pid}>
|
1
by_json/templates/label_users.tmpl
Normal file
1
by_json/templates/label_users.tmpl
Normal file
@ -0,0 +1 @@
|
||||
<${first_name} ${last_name}<br/>${email}${info}>
|
1
by_json/templates/link.tmpl
Normal file
1
by_json/templates/link.tmpl
Normal file
@ -0,0 +1 @@
|
||||
\"${identifier}\" -> \"${relation}\"
|
Reference in New Issue
Block a user