Benutzer:Andreas Plank/Sandkasten2: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 27: Zeile 27:
 
   node [style="rounded,filled,bold",color="#666666",fillcolor="#F0EEB7",shape=box,width=0.25,fontname="Arial",fontsize=10,penwidth=0.5];
 
   node [style="rounded,filled,bold",color="#666666",fillcolor="#F0EEB7",shape=box,width=0.25,fontname="Arial",fontsize=10,penwidth=0.5];
 
   edge [len=1.3];
 
   edge [len=1.3];
   OCV[label="OSE Core\nValues",fillcolor="#76B82A",image="Book (OSEG bg 76b82a fg F0EEB7, Griffin-Mono-v3.5, apps google-play-books).svg"];
+
   OCV[label="👤\nOSE Core\nValues",fillcolor="#76B82A"];
 
   socialJustice[label="Social\nJustice"];
 
   socialJustice[label="Social\nJustice"];
 
   responsibleDevelopment[label="Responsible\nDevelopment"];
 
   responsibleDevelopment[label="Responsible\nDevelopment"];

Version vom 23. August 2018, 10:09 Uhr

<graphviz renderer="neato" format="png" border="frame" caption="Open Source Ecology’s core values"> digraph OSE_Core_Values {

 graph [pad=0.1];
 node [style="rounded,filled,bold",color="#666666",fillcolor="#F0EEB7",shape=box,width=0.25,fontname="Arial",fontsize=10,penwidth=0.5];
 edge [len=1.3];
 OCV[label="OSE Core\nValues",fillcolor="#76B82A"];
 socialJustice[label="Social\nJustice"];
 responsibleDevelopment[label="Responsible\nDevelopment"];
 OCV->Open;
 OCV->socialJustice;
 OCV->Cooperation;
 OCV->Enthusiasm;
 OCV->Freedom;
 OCV->responsibleDevelopment;
 OCV->Transformation;
 OCV->Ethics;
 OCV->Transparency;
 OCV->Respect;
 OCV->Community;
 OCV->Scalability;

} </graphviz>

<graphviz renderer="neato" format="png" border="frame" alignment="left" caption="Open Source Ecology’s core values"> digraph OSE_Core_Values_imageaded {

 graph [pad=0.1];
 node [style="rounded,filled,bold",color="#666666",fillcolor="#F0EEB7",shape=box,width=0.25,fontname="Arial",fontsize=10,penwidth=0.5];
 edge [len=1.3];
 OCV[label="👤\nOSE Core\nValues",fillcolor="#76B82A"];
 socialJustice[label="Social\nJustice"];
 responsibleDevelopment[label="Responsible\nDevelopment"];
 OCV->Open;
 OCV->socialJustice;
 OCV->Cooperation;
 OCV->Enthusiasm;
 OCV->Freedom;
 OCV->responsibleDevelopment;
 OCV->Transformation;
 OCV->Ethics;
 OCV->Transparency;
 OCV->Respect;
 OCV->Community;
 OCV->Scalability;

} </graphviz>