balsamine.2011-2012
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

osp3.dot
application/msword

Download raw (758 bytes)

digraph structs {
    graph [
        ranksep=1.2;
    ];
    node [
        //shape=plaintext,
        fontname="UmePlus CL Gothic"
    ];
    osp [
        shape=tripleoctagon,
        label="Open Source Publishing (OSP)",
    ];
    speculoos [
        shape=doubleoctagon,
        label="Speculoos",
    ];
    stdin [
        shape=doubleoctagon,
        label="<stdin>"
    ];
    pierre [
        label="Pierre"
    ];
    ludivine [
        label="Ludivine"
    ];
    alexandre [
        label="Alexandre"
    ];
    stephanie [
        label="Stéphanie"
    ];
    osp -> pierre;
    osp -> ludivine;
    osp -> alexandre;
    osp -> stephanie;
    speculoos -> pierre;
    speculoos -> ludivine;
    stdin -> alexandre;
    stdin -> stephanie;
}