]> mj.ucw.cz Git - eval.git/blob - doc/anatomy.html
Merge branch 'container'
[eval.git] / doc / anatomy.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html40/strict.dtd">
2
3 <html><head>
4 <title>MO Eval - Anatomy</title>
5 <link rev=made href="mailto:mj@ucw.cz">
6 <link rel=stylesheet title=Default href="moe.css" type="text/css" media=all>
7 </head><body>
8
9 <h1>The Anatomy of Moe</h1>
10
11 <p>Moe lives in the following directory structure:
12
13 <ul>
14 <li><code>box/</code> &ndash; the sandbox module
15 <li><code>build/</code> &ndash; scripts used for compilatuon
16 <li><code>doc/</code> &ndash; this documentation
17 <li><code>eval/</code> &ndash; the evaluator (grader)
18 <li><code>examples/</code> &ndash; example problems
19 <li><code>judge/</code> &ndash; judging helpers
20 <li><code>maint/</code> &ndash; scripts used by Moe's maintainers
21 <li><code>mop/</code> &ndash; various stuff for the MO-P contest
22 <li><code>sherlock/</code> &ndash; libsherlock, used by the submit server
23 <li><code>submit/</code> &ndash; the submit server
24 <li><code>ucw/</code> &ndash; libucw, used by the submit server
25 <li><code>utils/</code> &ndash; various utilities
26 </ul>
27
28 <p>When installed, it will create the following hierarchy:
29
30 <ul>
31 <li><code>eval</code> &ndash; all data belonging to the evaluator, inaccessible to contestants
32 <li><code>public</code> &ndash; public data made available to the contestants
33 <li><code>users</code> &ndash; home directories of the contestants
34 </ul>
35
36 </body></html>