forked from cms-dev/cms
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,77 +1,9 @@ | ||
Contest Management System | ||
========================= | ||
IOI 2017 Contest Management System | ||
================================== | ||
|
||
Homepage: <http://cms-dev.github.io/> | ||
This is a copy of the [Contest Management System](http://cms-dev.github.io/) | ||
customized and used in the IOI 2017. | ||
|
||
[![Build Status](https://travis-ci.org/cms-dev/cms.svg?branch=master)](https://travis-ci.org/cms-dev/cms) | ||
[![Join the chat at https://gitter.im/cms-dev/cms](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cms-dev/cms?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
|
||
Introduction | ||
------------ | ||
|
||
CMS, or Contest Management System, is a distributed system for running | ||
and (to some extent) organizing a programming contest. | ||
|
||
CMS has been designed to be general and to handle many different types | ||
of contests, tasks, scorings, etc. Nonetheless, CMS has been | ||
explicitly build to be used in the 2012 International Olympiad in | ||
Informatics, held in September 2012 in Italy. | ||
|
||
|
||
Download | ||
-------- | ||
|
||
**For end-users it's best to download the latest stable version of CMS, | ||
which can be found already packaged at <http://cms-dev.github.io/>.** | ||
|
||
This git repository, which contains the development version in its | ||
master branch, is intended for developers and everyone interested in | ||
contributing or just curious to see how the code works and wanting to | ||
hack on it. | ||
|
||
Please note that since the sandbox is contained in a [git submodule] | ||
(http://git-scm.com/docs/git-submodule) you should append `--recursive` | ||
to the standard `git clone` command to obtain it. Or, if you have | ||
already cloned CMS, simply run the following command from inside the | ||
repository: | ||
|
||
```bash | ||
git submodule update --init | ||
``` | ||
|
||
|
||
Support | ||
------- | ||
|
||
The complete CMS documentation is at <https://cms.readthedocs.org/>. | ||
|
||
The mailing list for announcements, user support and general discussion | ||
is <[email protected]>. You can subscribe at | ||
<http://www.freelists.org/list/contestms>. So far, it is an extremely | ||
low traffic mailing list. | ||
|
||
The mailing list for development discussion (to submit feedback, | ||
proposals and critics, get opinions and reviews, etc.) is | ||
<[email protected]>. You can subscribe at | ||
<http://www.freelists.org/list/contestms-dev>. | ||
|
||
**Please don't use these mailing lists for bug reports. File them on | ||
[github](https://github.com/cms-dev/cms/issues) instead.** | ||
|
||
For extemporaneous support and discussion, join the Gitter chat (see | ||
link above). | ||
|
||
To help with the troubleshooting, you can collect the complete log | ||
files that are placed in /var/local/log/cms/ (if CMS was running | ||
installed) or in ./log (if it was running from the local copy). | ||
|
||
|
||
Testimonials | ||
------------ | ||
|
||
CMS has been used in several official and unofficial contests. Please | ||
find an updated list at <http://cms-dev.github.io/testimonials.html>. | ||
|
||
If you used CMS for a contest, selection, or a similar event, and want | ||
to publicize this information, we would be more than happy to hear | ||
from you and add it to that list. | ||
This copy is maintained here for historical record. | ||
Main changes in this version will be ported to the original CMS at | ||
<http://cms-dev.github.io/> |