X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fanatomy.html;h=d98312ddd1081586490c0c21f301272b92ed24bf;hb=b4265e33bcc79e708e0cb06a748902cc95b926f9;hp=50c4c3889ca339167ee4abb263990bc46c2c2058;hpb=0070c7b0968cfcc243038dc8d23e8537fdb16433;p=eval.git diff --git a/doc/anatomy.html b/doc/anatomy.html index 50c4c38..d98312d 100644 --- a/doc/anatomy.html +++ b/doc/anatomy.html @@ -3,28 +3,26 @@ MO Eval - Anatomy - + -

The Anatomy of MO-Eval

+

The Anatomy of Moe

-

MO-Eval lives in the following directory structure: +

Moe lives in the following directory structure:

When installed, it will create the following hierarchy: @@ -35,10 +33,4 @@

  • users – home directories of the contestants -

    We have tried to make the whole system as flexible as possible, which has lead to writing -almost everything as simple shell scripts, building on a library of shell functions contained -in bin/lib. The config files are also shell scripts, making it possible to do lots -of fancy (and also confusing, to be honest :) ) things there, the most useful being variable -substitutions. -