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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Welcome to the ICPC Tools!
8
8
The ICPC Tools are a set of tools to support running programming contests. For the latest downloads, please go to the [ICPC Tools website](https://tools.icpc.global).
9
9
10
10
Each of the ICPC tools can be used individually, or together in any combination. They are all designed to support
11
-
the REST-based [Contest API](https://ccs-specs.icpc.io/2021-11/contest_api) as defined by the Competitive Learning Initiative (CLI).
11
+
the REST-based [Contest API](https://ccs-specs.icpc.io/2026-01/contest_api) as defined by the Competitive Learning Initiative (CLI).
12
12
Some features require extensions to the specification, and those are described [here](doc/spec-extensions.md).
13
13
14
14
These tools were built to support the
@@ -30,7 +30,7 @@ Contest Utilities | A variety of useful contest-related utilities: event feed va
30
30
31
31
## Contest Control System Compatibility
32
32
33
-
The ICPC Tools are built to work with any Contest Control System (CCS) that supports the REST-based [Contest API](https://ccs-specs.icpc.io/2021-11/contest_api).
33
+
The ICPC Tools are built to work with any Contest Control System (CCS) that supports the REST-based [Contest API](https://ccs-specs.icpc.io/2026-01/contest_api).
34
34
35
35
To be more specific, the only part of the Contest API that is strictly required is the event feed and any file
36
36
references that the feed refers to. If your CCS correctly supports the event feed, then all of the ICPC Tools will
@@ -87,10 +87,10 @@ A [Docker image](https://ghcr.io/icpctools/cds) is provided to run the CDS witho
Replace `https://www.domjudge.org/demoweb/api/contests/nwerc18` with your CCS contest API URL, `CCS_USER` with a user with admin privileges to the CCS URL, `CCS_PASSWORD` with the password for the given user and `2.2.407` with the version of the CDS you want to run.
93
+
Replace `https://www.domjudge.org/demoweb/api/contests/nwerc18` with your CCS contest API URL, `CCS_USER` with a user with admin privileges to the CCS URL, `CCS_PASSWORD` with the password for the given user and `2.7.1359` with the version of the CDS you want to run.
94
94
95
95
Now you can access the CDS at https://localhost:8443/.
0 commit comments