Skip to content

Commit 6dfd6d7

Browse files
committed
tools.shtml
1 parent 5fddce0 commit 6dfd6d7

File tree

2 files changed

+57
-2
lines changed

2 files changed

+57
-2
lines changed

website/header.shtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
class="nav-link<!--#if expr="v('DOCUMENT_NAME') = 'development.shtml'" --> active<!--#endif-->"
4343
href="development"><i class="fas fa-flask"></i> Development</a></li>
4444
<li class="nav-item"><a
45-
class="nav-link<!--#if expr="v('DOCUMENT_NAME') = 'checktestdata.shtml'" --> active<!--#endif-->"
46-
href="checktestdata"><i class="fas fa-clipboard-check"></i> Checktestdata</a></li>
45+
class="nav-link<!--#if expr="v('DOCUMENT_NAME') = 'tools.shtml'" --> active<!--#endif-->"
46+
href="tools"><i class="fas fa-puzzle-piece"></i> Tools and extensions</a></li>
4747
</ul>
4848
</div>
4949

website/tools.shtml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<!--#set var="dj_page_title" value="Tools and extensions" --><!--#include virtual="/header.shtml" -->
2+
3+
<p>
4+
This page lists tools and facilities that can work with DOMjudge. They are
5+
not in all cases maintained by the DOMjudge team.
6+
</p>
7+
8+
9+
<h2>Creating problemsets</h2>
10+
11+
<h3>Checktestdata</h3>
12+
13+
<p>
14+
<a href="checktestdata">checktestdata</a> is a program to syntactically verify
15+
testdata according to a grammar file. It also supports generating testdata based
16+
on a specification.
17+
</p>
18+
19+
20+
<h2>Contest as a service</h2>
21+
22+
<h3>Cloudcontest</h3>
23+
24+
<p> DOMjudge is free to download and run yourself. Do you prefer a hosted
25+
installation of DOMjudge, take a look at
26+
<a href="https://cloudcontest.org">cloudcontest.org</a>. They offer a fully
27+
online hosted contest that your teams can access over the internet.
28+
It's also possible to run the server in the cloud and your judgehosts
29+
locally.
30+
</p>
31+
32+
33+
<h2>Scoreboard resolvers and other contest tools</h2>
34+
35+
<h3>ICPC Tools</h3>
36+
37+
<p> <a href="https://tools.icpc.global/">ICPC Tools</a> is a set of (free to use)
38+
tools that can work with a CLICS compatible API, like DOMjudge provides. It has a
39+
scoreboard display and resolver, balloons utility and various other presentation tools.</p>
40+
41+
<h3>DOMjura</h3>
42+
43+
<p> <a href="https://github.com/DOMjudge/DOMjura">DOMjura</a> (DOMjudge Results Application)
44+
is a scoreboard resolver, which can read the DOMjudge API after a contest and present
45+
the results.
46+
</p>
47+
48+
<h3>Carnifex</h3>
49+
50+
<p> <a href="https://github.com/TPolzer/Carnifex">Carnifex</a> presents a live scoreboard
51+
and is a scoreboard resolver. It has a server component where various display clients
52+
can connect to.
53+
</p>
54+
55+
<!--#include virtual="/footer.shtml" -->

0 commit comments

Comments
 (0)