The Wayback Machine - https://web.archive.org/web/20180611031211/https://github.com/DOMjudge/domjudge
Skip to content
PHP C JavaScript Shell M4 CSS Other
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
doc Sync Dutch team manual with English one. Mar 26, 2018
etc Revert "Use v4 for now when generating restapi.secret" Apr 23, 2018
judge Efficiency: only json-decode a testcase API result once. Mar 25, 2018
lib Hide clarification queue-related settings when we have no queues conf… Apr 27, 2018
m4 Update autoconf M4 and install-sh scripts to latest upstream. Feb 12, 2017
misc-tools Use correct ids in eventlog function in eventdaemon. May 28, 2018
sql Add SQL upgrade statement for clarification.queue column. May 5, 2018
submit Add Python 2 to the list of Python language names. Mar 25, 2018
tests Clarify possible outcomes of test source that forks. Apr 18, 2018
webapp Return null for absolute time when passing null May 28, 2018
www Add status endpoint with num of total, queued and active submissions. May 28, 2018
.codeclimate.yml d3 charts for stats instead of flot Feb 17, 2018
.editorconfig Set indent size to match tab size and leave that up to the user. Feb 1, 2016
.gitattributes Add .gitattributes file for keyword expansion and ignoring Jan 15, 2012
.gitignore Add Makefile rules to configure and build for Coverity scan. Jun 5, 2016
.phpmd-ruleset.xml Ignore some more Code Climate issues. Oct 29, 2016
.travis.yml Drop trusty-backports APT repo since Travis now includes shellcheck Sep 9, 2017
CODINGSTYLE Fix typo. Jul 14, 2010
CONTRIBUTING.md Minor improvements to CONTRIBUTING.md. Mar 10, 2018
COPYING Update FSF address Sep 21, 2005
COPYING.BSD Replace included static bash by dash shell. Sep 14, 2008
COPYING.MIT Update MIT licence text and JS libraries copyright info. Jul 4, 2014
ChangeLog Update ACE editor to version 1.3.3. Mar 31, 2018
ISSUE_TEMPLATE.md Add ISSUE_TEMPLATE for github. Mar 10, 2018
Makefile Make explcit that these commands do require root. Feb 25, 2018
Makefile.global Export Makefile QUIET variable so it can be used in shell scripts. Jul 9, 2017
README.md Remove flot from documentation, mention in ChangeLog. Feb 18, 2018
bootstrap Add note on bootstrapping Git sources, rename autogen.sh Oct 29, 2013
composer.json d3 charts for stats instead of flot Feb 17, 2018
composer.lock d3 charts for stats instead of flot Feb 17, 2018
config.guess Fix m4 macro dependencies after upgrade from upstream in 937d6d3. Feb 25, 2014
config.sub Fix m4 macro dependencies after upgrade from upstream in 937d6d3. Feb 25, 2014
configure.ac Use same defaults in (non-)FHS configure context for chroot and cgroup. Feb 25, 2018
docker-compose.yml Add docker-compose file for maintainer docker image Jan 20, 2018
install-sh Update autoconf M4 and install-sh scripts to latest upstream. Feb 12, 2017
paths.mk.in Fix /www/feed not created Apr 24, 2018
travis.sh Revert "Add domjudge.useexternalids to travis file" Apr 23, 2018

README.md

DOMjudge

Build Status Coverity Scan Status Code Climate

This is the Programming Contest Jury System "DOMjudge" version 6.0.0DEV

DOMjudge is a system for running a programming contest, like the ACM ICPC regional and world championship programming contests.

Documentation

For more information on installation and requirements see the documentation under the doc/admin directory. There are HTML and PDF versions of the documentation available, prebuilt from SGML sources.

The doc/ directory also contains documentation for users of DOMjudge, namely for jury members (under doc/judge) and teams (under doc/team).

The jury documentation is also available in HTML and PDF format.

The team documentation is available prebuilt in PDF format, but it contains default/example settings. To include the correct settings for your local environment, DOMjudge has to be properly configured first, as parts of the configuration are used in it (e.g. the URL to the team interface of DOMjudge). A LaTeX installation including the packages svn and expdlist is required to rebuild the team documentation. For more information, see the administrator documentation.

All documentation is also available online at the DOMjudge homepage: https://www.domjudge.org/documentation Please note that this documentation is from the latest stable release and thus might not apply to your version.

A fresh copy of the repository source tree must first be bootstrapped, generating the configure script and documentation. This can be done by running 'make dist', see the online documentation, section "Developer information" for more details.

Copyright & Licencing

DOMjudge is Copyright (c) 2004 - 2018 by the DOMjudge developers and all respective contributors. The current DOMjudge developers are Jaap Eldering, Nicky Gerritsen, Keith Johnson, Thijs Kinkhorst and Tobias Werth; see the administrator's manual for a complete list of contributors.

DOMjudge, including its documentation, is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. See the file COPYING.

Additionally, parts of this system are based on other programs, which are covered by other copyrights. This will be noted in the files themselves and these copyrights/attributions can also be found in the administrator manual.

Various JavaScript libraries/snippets are included under www/js/:

  • sorttable.js: copyright Stuart Langridge, licenced under the MIT licence, see COPYING.MIT.
  • jscolor.js: copyright Jan Odvarko, licenced under the GNU LGPL.
  • tabber.js: copyright Patrick Fitzgerald, licenced under the MIT licence.
  • Ace editor: licenced under the BSD licence, see COPYING.BSD.
  • jQuery: licenced under the MIT licence, see COPYING.MIT.
  • jQuery TokenInput: dual licensed under GPL and MIT licences, see COPYING and COPYING.MIT.
  • JavaScript Cookie: licenced under the MIT licence, see COPYING.MIT.

The Spyc PHP YAML parser is included, licenced under the MIT licence, see COPYING.MIT.

GitHub Octicons are copyright 2012-2016 Github. Font License: SIL OFL 1.1 (http://scripts.sil.org/OFL) Code License: the MIT licence, see COPYING.MIT.

The default validator from the Kattis problemtools package is included, licenced under the MIT licence, see COPYING.MIT.

The M4 autoconf macros are licenced under all-permissive and GPL3+ licences; see the respective files under m4/ for details.

Furthermore, a binary version of the dash shell (statically compiled) is distributed with DOMjudge. This program is copyright by various people under the BSD licence and a part under the GNU GPL version 2, see doc/dash.copyright for more details. Sources can be downloaded from: https://www.domjudge.org/sources/

Contact

The DOMjudge homepage can be found at: https://www.domjudge.org/

Announcements of new releases are sent to our low volume announcements mailinglist. Subscription to this list is done via https://www.domjudge.org/mailman/listinfo/domjudge-announce

The developers can be reached through the mailinglist domjudge-devel@domjudge.org. You need to be subscribed before you can post. Information, subscription and archives are available at: https://www.domjudge.org/mailman/listinfo/domjudge-devel

Some developers and users of DOMjudge linger on the IRC channel dedicated to DOMjudge on the Freenode network: server irc.freenode.net, channel #domjudge

You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.
Press h to open a hovercard with more details.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.