Skip to content

Commit e9b59e9

Browse files
committed
Textual & formatting
1 parent 70a9ca0 commit e9b59e9

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

website/tools.shtml

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,26 @@
1010

1111
<h3>Checktestdata</h3>
1212

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.
13+
<p> <a href="checktestdata">checktestdata</a> is a program to syntactically verify
14+
testdata according to a grammar file. It also supports generating testdata based
15+
on a specification.
1716
</p>
18-
<h3>BAPCtools</h3>
19-
<p><a href="https://github.com/RagnarGrootKoerkamp/BAPCtools">BAPCtools</a> is a tool for creating and developing problems following the CLICS (DOMjudge/Kattis) problem format.<br>The aim of this tool is to run all necessary compilation, validation, and testing commands while working on an ICPC-style problem. Ideally one should never have to manually run any compilation or testing command themselves.</p>
20-
<h3>Problemtools</h3>
21-
<p>The <a href="https://github.com/Kattis/problemtools">Kattis Problem Tool</a> is a collection of tools to create Kattis style problems. DOMjudge is able to import this format.</p>
17+
18+
<h3>BAPCtools & Problemtools</h3>
19+
20+
<p> <a href="https://github.com/RagnarGrootKoerkamp/BAPCtools">BAPCtools</a>
21+
helps creating and developing problems following the ICPC problem package
22+
format. The aim of this tool is to run all necessary compilation, validation,
23+
and testing commands while working on an ICPC-style problem. Ideally one should
24+
never have to manually run any compilation or testing command themselves.<br>
25+
The <a href="https://github.com/Kattis/problemtools">Kattis Problem Tool</a> is
26+
another collection of tools to createproblem packages. DOMjudge is able to
27+
import this format.
28+
</p>
29+
2230
<h2>Contest as a service</h2>
2331

24-
<h3>Cloudcontest</h3>
32+
<h2>Cloudcontest</h2>
2533

2634
<p> DOMjudge is free to download and run yourself. Do you prefer a hosted
2735
installation of DOMjudge, take a look at

0 commit comments

Comments
 (0)