SI28/Publication/Workflow graph: Difference between revisions

From XPUB & Lens-Based wiki
(Create workflow graph dedicated page)
 
m (Fix syntax error)
 
Line 1: Line 1:
This is the graph explaining the [[SI28/Publication#Workflow|SI28 Publication workflow]].
This is the graph explaining the [[SI28/Publication#Workflow|SI28 Publication workflow]].


<includeonly>
<onlyinclude>
[[File:Amazine.gv.png]]
[[File:Amazine.gv.png]]
<includeonly>
</onlyinclude>


== Graphviz source code ==
== Graphviz source code ==

Latest revision as of 13:54, 3 December 2025

This is the graph explaining the SI28 Publication workflow.


Amazine.gv.png


Graphviz source code

digraph{

{rank=same "Amazine.css\nwiki page" "wiki page" }
{rank=same "?action=raw" "?action=render"}

"Amazine.css\nwiki page" [shape=box fillcolor=black fontcolor=white style=filled]
"wiki page" [shape=box fillcolor=black fontcolor=white style=filled]
zine [label="amazine.pdf" shape=note]
sergio [shape=box fillcolor=black fontcolor=white style=filled]

"Amazine.css\nwiki page" -> "?action=raw" -> "shared.css"

{ "shared.css", "local.css" } -> weasyprint

"wiki page" -> "?action=render" ->  weasyprint -> { PDF }

{PDF, "local.css"} -> sergio -> pdfunite -> zine

}