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
9 lines
145 B
Text
9 lines
145 B
Text
// $FreeBSD$
|
|
|
|
digraph directory {
|
|
root [label="Root\n/"];
|
|
root -> "A1/" -> "C1/";
|
|
"A1/" -> "C2/";
|
|
root -> "A2/" -> "B1/";
|
|
"A2/" -> "B2/";
|
|
}
|