Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.
/ cms Public archive
forked from cms-dev/cms

Internal CMS fork ("future" branch = interesting but not merged yet PRs)

License

Unknown, AGPL-3.0 licenses found

Licenses found

Unknown
LICENSE.txt
AGPL-3.0
LICENSE-AGPL3.txt
Notifications You must be signed in to change notification settings

algorithm-ninja/cms

This branch is 136 commits ahead of, 875 commits behind cms-dev/cms:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f7d334e · Sep 25, 2022
Sep 25, 2022
Feb 10, 2018
Jun 19, 2014
Aug 22, 2018
Aug 27, 2018
Aug 14, 2017
Oct 23, 2018
Jul 24, 2017
Jan 25, 2018
Feb 12, 2018
Aug 24, 2017
Sep 19, 2015
Dec 31, 2016
Dec 31, 2016
Jan 5, 2016
Mar 14, 2017
Jan 25, 2018
Jan 27, 2018
Feb 23, 2013
Aug 31, 2013
May 26, 2016
Apr 4, 2017
Apr 7, 2017
Oct 30, 2017
Apr 10, 2018

Repository files navigation

Contest Management System

Homepage: http://cms-dev.github.io/

Build Status Join the chat at https://gitter.im/cms-dev/cms

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:

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 contestms@freelists.org. 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 contestms-dev@freelists.org. 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 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.

About

Internal CMS fork ("future" branch = interesting but not merged yet PRs)

Resources

License

Unknown, AGPL-3.0 licenses found

Licenses found

Unknown
LICENSE.txt
AGPL-3.0
LICENSE-AGPL3.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 73.9%
  • HTML 9.3%
  • JavaScript 8.0%
  • C++ 4.2%
  • CSS 2.8%
  • PLpgSQL 0.4%
  • Other 1.4%