https://github.com/DOMjudge/domjudge
DOMjudge programming contest jury system
https://github.com/DOMjudge/domjudge
competitive-programming domjudge domjudge-developers domjudge-homepage hacktoberfest html icpc jquery linux pdf-format php prebuilt programming-contest-jury programming-contests subscription
Last synced: 27 days ago
JSON representation
DOMjudge programming contest jury system
- Host: GitHub
- URL: https://github.com/DOMjudge/domjudge
- Owner: DOMjudge
- License: gpl-2.0
- Created: 2013-09-03T19:33:53.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T21:24:24.000Z (6 months ago)
- Last Synced: 2024-11-04T22:26:44.082Z (6 months ago)
- Topics: competitive-programming, domjudge, domjudge-developers, domjudge-homepage, hacktoberfest, html, icpc, jquery, linux, pdf-format, php, prebuilt, programming-contest-jury, programming-contests, subscription
- Language: PHP
- Homepage: https://www.domjudge.org
- Size: 84.8 MB
- Stars: 732
- Watchers: 21
- Forks: 256
- Open Issues: 117
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- Contributing: CONTRIBUTING.md
- License: COPYING
- Security: SECURITY.md
Awesome Lists containing this project
README
DOMjudge
--------
[](https://gitlab.com/DOMjudge/domjudge/commits/main)
[](https://scan.coverity.com/projects/domjudge)
[](https://github.com/DOMjudge/domjudge/actions/workflows/codeql-analysis.yml)This is the Programming Contest Jury System "DOMjudge" version 9.0.0DEV
DOMjudge is a system for running a programming contest, like the
ICPC regional and world championship programming contests.Installation
------------
We provide [stable releases](https://www.domjudge.org/download) and [daily snapshots](https://www.domjudge.org/snapshot/) of the latest code. Bootstrapping from git is an advanced use case and mostly needed for development. Installing DOMjudge is almost never done via a `git clone`, except for development use cases or testing the latest code.Documentation
-------------For more information on installation and requirements see the
documentation under the doc/manual directory. There is an HTML
version of the documentation available, prebuilt from reStructuredText
sources.There's also team documentation available, prebuilt in PDF format from
reStructuredText sources, 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). For more
information, see the 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.There is a wiki which collects other pieces of information about
specific configurations or integrations:
https://github.com/DOMjudge/domjudge/wikiCopyright & Licensing
---------------------DOMjudge is Copyright (c) 2004 - 2025 by the DOMjudge developers and
all respective contributors. The current DOMjudge developers are Jaap
Eldering, Nicky Gerritsen, Keith Johnson, Thijs Kinkhorst, Mart
Pluijmaekers, Michael Vasseur and Tobias Werth; see the 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
DOMjudge manual.The following JavaScript libraries/snippets are included:
- coloris: Momo Bassit, licensed under the MIT license, see COPYING.MIT.
- Monaco editor: licensed under the MIT license, see COPYING.MIT.The default validator from the Kattis problemtools package is
included, licensed under the MIT licence, see COPYING.MIT.The M4 autoconf macros are licensed under all-permissive and GPL3+
licences; see the respective files under m4/ for details.The DOMjudge tarball ships external library dependencies in the
webapp/vendor directory. These are covered by their individual licenses
as specified in the file composer.lock.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/postorius/lists/domjudge-announce.domjudge.org/The developers can be reached through the mailinglist
[email protected]. You need to be subscribed before
you can post. Information, subscription and archives are available at:
https://www.domjudge.org/mailman/postorius/lists/domjudge-devel.domjudge.org/DOMjudge has a Slack workspace where a number of developers and
users of DOMjudge linger. More information can be found at
https://www.domjudge.org/chatSpecial thanks
--------------[Jetbrains](https://www.jetbrains.com) for providing a free license for their
IDEs.[
](https://www.jetbrains.com)
[Blackfire](https://blackfire.io) for providing a free license for their
profiling tool.[
](https://blackfire.io)