doc/el_GR.ISO8859-7/books/handbook/basics/example-dir5.dot
Giorgos Keramidas eb2c85db96 Update of the doc/el_GR.ISO8859-7 documentation, to catch up with
the latest developments in the Greek translation team.  This one
brings in many resync/MFen changes for articles, and a new book:

        The Greek Handbook

We still have a lot of work to do in the Handbook tree, but the
work of the following people has been instrumental in getting us
so far already:

        Giorgos Iordanou
        Manolis Kiagias
        Nikos Kokkalis
        Leonidas Tsampros
        Baggelis Typaldos
2007-11-02 16:14:25 +00:00

9 lines
145 B
Text

// $FreeBSD$
digraph directory {
root [label="Root\n/"];
root -> "A1/" -> "C1/";
"A1/" -> "C2/";
root -> "A2/" -> "B1/";
"A2/" -> "B2/";
}