]> mj.ucw.cz Git - moe.git/commitdiff
Finish rename of MO-Eval to Moe
authorMartin Mares <mj@ucw.cz>
Mon, 24 Sep 2012 12:42:12 +0000 (14:42 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 24 Sep 2012 12:42:12 +0000 (14:42 +0200)
19 files changed:
Makefile
README
box/Makefile
configure
default.cfg
doc/anatomy.html
doc/index.html
doc/install.html
doc/public.html
doc/tasks.html
eval/Makefile
isolate/Makefile
judge/Makefile
judge/judge.h
submit/Makefile
submit/ca-cert.tpl
submit/client-cert.tpl
submit/server-cert.tpl
utils/Makefile

index 49a55b17ff5fa8018be2717cff74a4c4707312c6..bd1c58c6f45159b503aebd3f3b4f1447637d2bd3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-# Makefile for MO-Eval
-# (c) 2008--2009 Martin Mares <mj@ucw.cz>
+# Makefile for Moe
+# (c) 2008--2012 Martin Mares <mj@ucw.cz>
 
 VERSION=1.0.99-20080220
 
diff --git a/README b/README
index 5ba6397b00a6303de6ee2ea15f2a6d52d6f779d4..17ae449b6393cc2f62066aaaafec6660728bdd7e 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 ================================================================================
 
-                        The MO Contest Environment @VERSION@
+                         Moe Contest Environment @VERSION@
 
                    (c) 2001--2008 Martin Mares <mj@ucw.cz>
 
@@ -11,7 +11,7 @@ This is the programming contest environment used by the Czech Programming Olympi
 and some other competitions.
 
 You will find a brief documentation in the doc/ directory inside the package (start
-with doc/index.html) or on-line at http://mj.ucw.cz/mo-eval/.
+with doc/index.html) or on-line at http://www.ucw.cz/moe/.
 
 The whole package can be distributed and used under the terms of the GNU General
 Public License version 2.
index c5d6b2a612402c8388ef9abaa8b9e22ed5963cb5..3aba68b52fd21637813eac081c970f273dc10edb 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile for MO-Eval sandbox
+# Makefile for Moe sandbox
 # (c) 2008--2010 Martin Mares <mj@ucw.cz>
 
 DIRS+=box
index dbd86f76793e924f3bc8fb9d03a0d7ef708803a1..f2a192cb3ba7405c7ce62df23095b6134d7bf8f0 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# Configure script for MO-Eval
+# Configure script for Moe
 # (c) 2008--2009 Martin Mares <mj@ucw.cz>
 
 use warnings;
@@ -25,7 +25,7 @@ use UCW::Configure::Pkg;
 
 Init($srcdir, "default.cfg");
 Include "ucw/default.cfg";
-Log "### Configuring MO-Eval ###\n\n";
+Log "### Configuring Moe ###\n\n";
 Include Get("CONFIG");
 require UCW::Configure::Paths;
 require UCW::Configure::C;
index 1c6b762ca62aa08e39dce7b8fa91b38539209cf0..a1fba31dfae4a062c12361a73e62cdab58758285 100644 (file)
@@ -1,4 +1,4 @@
-# Default configuration file for MO-Eval
+# Default configuration file for Moe
 
 # Compile the submit server
 Set("CONFIG_SUBMIT" => 1);
index 50c4c3889ca339167ee4abb263990bc46c2c2058..95af7a4b05f96895b9e6016fc320c42612f2e781 100644 (file)
@@ -6,9 +6,9 @@
 <link rel=stylesheet title=Default href="mo-eval.css" type="text/css" media=all>
 </head><body>
 
-<h1>The Anatomy of MO-Eval</h1>
+<h1>The Anatomy of Moe</h1>
 
-<p>MO-Eval lives in the following directory structure:
+<p>Moe lives in the following directory structure:
 
 <ul>
 <li><code>bin/</code> &ndash; all programs (usually shell scripts)
index f2b25a973cf1e9d1eed03b4fcae049e55e10b50b..ad199de2ec0cbf3e3af150e0b0998d91c6cd79e1 100644 (file)
@@ -8,7 +8,7 @@
 
 <h1>The Moe Contest Environment</h1>
 
-<p>The Moe Contest Environment (formerly MO-Eval) is a system for conducting
+<p>The Moe Contest Environment (formerly Moe) is a system for conducting
 programming competitions similar in spirit to the
 <a href="http://www.ioinformatics.org/">International Olympiad in Informatics</a> &ndash;
 contestants solve programming tasks, submit the source code of their solutions,
@@ -77,7 +77,7 @@ the repository online</a>.
 to get a more up-to-date picture.
 
 <ul>
-<li><a href="anatomy.html">Anatomy of MO-Eval</a>
+<li><a href="anatomy.html">Anatomy of Moe</a>
 <li><a href="install.html">Installation</a>
 <li><a href="tasks.html">Tasks and their types</a>
 <li><a href="eval.html">Evaluating solutions</a>
index ca0357b6e547bd6abf21c15093db9eec7f5e4fe4..eaa6bb392c7d4657a02b6b2d6edbc2081c474652 100644 (file)
@@ -6,9 +6,9 @@
 <link rel=stylesheet title=Default href="mo-eval.css" type="text/css" media=all>
 </head><body>
 
-<h1>The Installation of MO-Eval</h1>
+<h1>The Installation of Moe</h1>
 
-<p>MO-Eval can be installed in two possible ways:
+<p>Moe can be installed in two possible ways:
 
 <h2>Minimal Installation</h2>
 
@@ -63,7 +63,7 @@ install all parts of the evaluator there and set the correct access rights.
 
 <h2>Contestants' homes</h2>
 
-<p>MO-Eval can either take care of the home directories of contestants or use
+<p>Moe can either take care of the home directories of contestants or use
 an existing infrastructure. In the former case, you need to do the following:
 
 <ul>
index 6ac5efd4fecdc6dcce20c752851026ba59229486..69942c87a4f018edffd010320e86b3dc5eb49890 100644 (file)
@@ -8,7 +8,7 @@
 
 <h1>Utilities of contestants</h1>
 
-<p>MO-Eval also offers several utilities for use by the contestants. They are by default
+<p>Moe also offers several utilities for use by the contestants. They are by default
 installed to the <code>public</code> directory, where you also should install a subset
 of the <code>problems</code> hierarchy containing the config files and public test
 cases (e.g., the example input/output from the problem description sheet).
index afddd7cfe1ad86baf148eb77cb7a408d918d9937..50097efa747c64d9ec19fbf4ece5bd162a8766e2 100644 (file)
@@ -8,7 +8,7 @@
 
 <h1>Tasks and their types</h1>
 
-<p>MO-Eval supports the following standard types of tasks (new task types can be defined, but
+<p>Moe supports the following standard types of tasks (new task types can be defined, but
 it takes some effort):
 
 <ul>
index ad396417af16f26e432d872ba6097418d4d7f32d..176e6a0d8535512dbc8ac4e823b9e3e1ad65b4e3 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile for MO-Eval evaluator
+# Makefile for Moe evaluator
 # (c) 2008 Martin Mares <mj@ucw.cz>
 
 DIRS+=eval
index 00174634758c11bb90eec01e5fdd6f5fd243f6fa..3ebe9ac2b773ace37816272a23adefee1ef57377 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile for MO-Eval isolator
+# Makefile for Moe isolator
 # (c) 2012 Martin Mares <mj@ucw.cz>
 
 DIRS+=isolate
index 561df24a7894e68192fde50b2292bdfee0d46bae..38f668b5e99cc7d004afa7ec3c10f68ec7fb179f 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile for MO-Eval judges
+# Makefile for Moe judges
 # (c) 2008--2009 Martin Mares <mj@ucw.cz>
 
 DIRS+=judge
index ac9d7e4f4aac980e80df34509579206fd63bf59f..fa63dbf81e26cbea404dd058a071a76563d6a5bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     A simple library for MO-Eval judges
+ *     A simple library for Moe judges
  *
  *     (c) 2007 Martin Mares <mj@ucw.cz>
  */
index 0fa14ec8687b48a356f4e3eabf506d2a8c1392d1..8c0e53c3f1854835766dd9fea7658ae960111eb5 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile for MO-Eval submitter
+# Makefile for Moe submitter
 # (c) 2008 Martin Mares <mj@ucw.cz>
 
 SUBCF=$(LIBGCRYPT_CFLAGS) $(LIBGNUTLS_CFLAGS) $(GNUTLS_CFLAGS)
index 0169ca743632d0215cf3c197f209f2a16bbd5c2f..733475f3414408ba55eb5b18ab9b57e895d5c31b 100644 (file)
@@ -3,10 +3,10 @@
 # DN options
 
 # The organization of the subject.
-organization = "MO-Eval"
+organization = "Moe"
 
 # The organizational unit of the subject.
-#unit = "MO-Eval"
+#unit = "Moe"
 
 # The locality of the subject.
 # locality =
index 70761dcc575327e1c28eec6abc3f6e113781e833..007163cb944af33151ca6d7edcab9e6a9fdbd1fb 100644 (file)
@@ -3,10 +3,10 @@
 # DN options
 
 # The organization of the subject.
-organization = "MO-Eval"
+organization = "Moe"
 
 # The organizational unit of the subject.
-#unit = "MO-Eval"
+#unit = "Moe"
 
 # The locality of the subject.
 # locality =
index 098c94bb27d30ddcb500bd86d19a9acb0e1aad27..eb24290fe546c0b10f57b1e83793d4df52b0fe66 100644 (file)
@@ -3,10 +3,10 @@
 # DN options
 
 # The organization of the subject.
-organization = "MO-Eval"
+organization = "Moe"
 
 # The organizational unit of the subject.
-#unit = "MO-Eval"
+#unit = "Moe"
 
 # The locality of the subject.
 # locality =
index 23077086ef0d4eaef835033829980c0fab0a9c7f..29da1e6d19b39c40d5d63dc83a17a91c178b31eb 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile for MO-Eval utilities
+# Makefile for Moe utilities
 # (c) 2008 Martin Mares <mj@ucw.cz>
 
 DIRS+=utils