]> mj.ucw.cz Git - eval.git/commitdiff
Doc: mo-eval.css is long gone
authorMartin Mares <mj@ucw.cz>
Mon, 24 Sep 2012 13:11:46 +0000 (15:11 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 24 Sep 2012 13:11:46 +0000 (15:11 +0200)
doc/anatomy.html
doc/eval.html
doc/install.html
doc/public.html
doc/tasks.html

index 95af7a4b05f96895b9e6016fc320c42612f2e781..d5cf5e7cc5eb00b1d9f0980e266415cba9a74bd4 100644 (file)
@@ -3,7 +3,7 @@
 <html><head>
 <title>MO Eval - Anatomy</title>
 <link rev=made href="mailto:mj@ucw.cz">
-<link rel=stylesheet title=Default href="mo-eval.css" type="text/css" media=all>
+<link rel=stylesheet title=Default href="moe.css" type="text/css" media=all>
 </head><body>
 
 <h1>The Anatomy of Moe</h1>
index 7dc18e54c5326dc6d944b19b2a192a01594b1a18..3d5f0ca3b173619e5adf12f0158f2d4243c68040 100644 (file)
@@ -3,7 +3,7 @@
 <html><head>
 <title>MO Eval - Evaluation</title>
 <link rev=made href="mailto:mj@ucw.cz">
-<link rel=stylesheet title=Default href="mo-eval.css" type="text/css" media=all>
+<link rel=stylesheet title=Default href="moe.css" type="text/css" media=all>
 </head><body>
 
 <h1>Evaluating solutions</h1>
index eaa6bb392c7d4657a02b6b2d6edbc2081c474652..b27cffe6112d5c8dea4db7407db57cad2eda5f11 100644 (file)
@@ -3,7 +3,7 @@
 <html><head>
 <title>MO Eval - Installation</title>
 <link rev=made href="mailto:mj@ucw.cz">
-<link rel=stylesheet title=Default href="mo-eval.css" type="text/css" media=all>
+<link rel=stylesheet title=Default href="moe.css" type="text/css" media=all>
 </head><body>
 
 <h1>The Installation of Moe</h1>
@@ -26,7 +26,7 @@ playing with the package, not for any real competition.</em>
 <h2>Normal Installation</h2>
 
 <p>The recommended way is to let the evaluator use two user accounts. One (let's
-call the user <code>mo-eval</code>) runs the evaluator and keeps all secret
+call the user <code>moe</code>) runs the evaluator and keeps all secret
 files like the test data, another one (<code>mo-test</code>) runs the tested
 programs. There can be multiple test users if you want to run several evaluators
 in parallel. However, in practice the evaluation is so fast that this is seldom
@@ -41,17 +41,17 @@ needed.
 <li>Create <code>$MO_ROOT</code> (here we will assume that it's set to <code>/aux/mo</code>
 <li>Create the evaluation users:
 <pre>
-       mo-eval:x:65000:65000:MO Evaluator:/aux/mo/eval/mo-eval:/bin/bash
+       moe:x:65000:65000:MO Evaluator:/aux/mo/eval/moe:/bin/bash
        mo-test1:x:65001:65000:MO Tester 1:/aux/mo/eval/mo-test1:/bin/bash
        mo-test2:x:65002:65000:MO Tester 2:/aux/mo/eval/mo-test2:/bin/bash
 </pre>
 <li>And the evaluation group:
 <pre>
-       mo-eval:x:65000:
+       moe:x:65000:
 </pre>
 <li>Run <code>bin/mo-install</code> as root to create the directory hierarchy under <code>$MO_ROOT</code>
 install all parts of the evaluator there and set the correct access rights.
-<li>Log in as <code>mo-eval</code> and do everything else from there.
+<li>Log in as <code>moe</code> and do everything else from there.
 <li>Later, you can reinstall parts of the hierarchy, without affecting the rest, by running:
    <ul>
    <li><code>mo-create-public</code> to update the public data available to contestants
index 69942c87a4f018edffd010320e86b3dc5eb49890..dfe36c2a6a0f8f377b9d66187a2b97079751c836 100644 (file)
@@ -3,7 +3,7 @@
 <html><head>
 <title>MO Eval - Utilities for contestants</title>
 <link rev=made href="mailto:mj@ucw.cz">
-<link rel=stylesheet title=Default href="mo-eval.css" type="text/css" media=all>
+<link rel=stylesheet title=Default href="moe.css" type="text/css" media=all>
 </head><body>
 
 <h1>Utilities of contestants</h1>
index 50097efa747c64d9ec19fbf4ece5bd162a8766e2..523710036febe8a62c3fa4071656fc550a348a41 100644 (file)
@@ -3,7 +3,7 @@
 <html><head>
 <title>MO Eval - Tasks</title>
 <link rev=made href="mailto:mj@ucw.cz">
-<link rel=stylesheet title=Default href="mo-eval.css" type="text/css" media=all>
+<link rel=stylesheet title=Default href="moe.css" type="text/css" media=all>
 </head><body>
 
 <h1>Tasks and their types</h1>