]> mj.ucw.cz Git - eval.git/blob - doc/index.html
Done.
[eval.git] / doc / index.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>The MO Contest Environment</title>
5 <link rev=made href="mailto:mj@ucw.cz">
6 <link rel=stylesheet title=Default href="mo-eval.css" type="text/css" media=all>
7 </head><body>
8
9 <h1>The MO Contest Environment</h1>
10
11 <p>The MO Contest Environment a.k.a. MO-Eval is a simple system for conducting programming competitions similar to the
12 <a href="http://olympiads.win.tue.nl/ioi/">International Olympiad in Informatics</a> &ndash; a contest
13 where the participants solve programming tasks, which are then evaluated off-line after the end of the
14 competition. It's built in a modular way, so extending to other types of programming contests
15 (e.g., to on-line contests like the <a href="http://icpc.baylor.edu/icpc/">ACM ICPC</a>) should be
16 pretty easy, but it hasn't been done yet.
17
18 <p>We use this environment at the <a href="http://mo.mff.cuni.cz/p/index.html.en">Czech Olympiad in programming</a>
19 (officially a part of the Mathematical Olympiad) since 2002 and also at the <a href="http://mo.mff.cuni.cz/cpspc/">CPSPC</a>
20 (Czech-Polish-Slovak Preparation Camp) when it's held in the Czech Republic.
21
22 <h2>Download</h2>
23
24 <p>You can download the current release <a href="http://atrey.karlin.mff.cuni.cz/~mj/download/eval/mo-eval-1.0.tar.gz">eval-1.0</a>
25 or browse <a href="http://atrey.karlin.mff.cuni.cz/~mj/download/eval/">the archive of past releases</a>.
26
27 <p>Everything is also available in <a href="ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/eval/">my FTP archive</a>.
28
29 <h2>Documentation</h2>
30
31 <ul>
32 <li><a href="anatomy.html">Anatomy of MO-Eval</a>
33 <li><a href="install.html">Installation</a>
34 <li><a href="tasks.html">Tasks and their types</a>
35 <li><a href="eval.html">Evaluating solutions</a>
36 <li><a href="public.html">Utilities for contestants</a>
37 </ul>
38
39 <h2>Portability</h2>
40
41 <p>The environment runs under Linux. We currently use a slightly modified installation of <a href="http://www.debian.org/">Debian
42 GNU/Linux</a>, but it will happily work with any other Linux distribution with a 2.4 or newer kernel. Everything except the sandbox
43 module (which heavily depends on the Linux kernel) should be easily portable to other UNIX systems, although you will probably
44 need to install some of the GNU utilities (especially bash) and Perl. Porting to Windows is out of question.
45
46 <h2>Author</h2>
47
48 <p>MO-Eval has been written by <a href="http://atrey.karlin.mff.cuni.cz/~mj/">Martin Mares</a>.
49 Great thanks go to Jan Kara and Milan Straka for their help and for many fine ideas.
50
51 <h2>License</h2>
52
53 <p>The MO-Eval package can be used and distributed under the terms of the <a href="http://www.gnu.org/copyleft/gpl.html">GNU General
54 Public License version 2.</a>
55
56 <h2>Feedback</h2>
57
58 <p>All bug reports, suggestions and patches are welcome. Please mail them to <a href="mailto:mj@ucw.cz">mj@ucw.cz</a>.
59
60 </body></html>