diff --git a/src/task_maker/main.rs.html b/src/task_maker/main.rs.html index 5973edb0d..b1902cc1e 100644 --- a/src/task_maker/main.rs.html +++ b/src/task_maker/main.rs.html @@ -201,7 +201,7 @@ //! [![asciicast](https://asciinema.org/a/301849.svg)](https://asciinema.org/a/301849) //! //! # Installation -//! For **Ubuntu** and **Debian** users you can find the `.deb` file in the [Releases](https://github.com/edomora97/task-maker-rust/releases) page. +//! For **Ubuntu** and **Debian** users you can find the `.deb` file in the [Releases](https://github.com/olimpiadi-informatica/task-maker-rust/releases) page. //! Install the package using `sudo dpkg -i the_file.deb` and it's dependencies (if you need to) with `sudo apt install -f`. //! There is a good chance that you have already all the dependencies already installed. //! @@ -222,7 +222,7 @@ //! //! - Install the latest stable rust version (and cargo). For example using [rustup](https://rustup.rs/) //! - Install the system dependencies: `libseccomp` or `libseccomp-dev` on Ubuntu -//! - Clone this repo: `git clone https://github.com/edomora97/task-maker-rust` +//! - Clone this repo: `git clone https://github.com/olimpiadi-informatica/task-maker-rust` //! - Build task-maker: `cargo build --release` //! //! The executable should be located at `target/release/task-maker`. diff --git a/src/task_maker_format/ioi/format/italian_yaml/mod.rs.html b/src/task_maker_format/ioi/format/italian_yaml/mod.rs.html index 56f7721e5..8d8e369fd 100644 --- a/src/task_maker_format/ioi/format/italian_yaml/mod.rs.html +++ b/src/task_maker_format/ioi/format/italian_yaml/mod.rs.html @@ -931,7 +931,7 @@ //! //! The `gen/GEN` file describes how the input files of the testcases should be generated and how //! the subtasks are composed. The formal definition of the format can be found looking at the -//! [parsing grammar](https://github.com/edomora97/task-maker-rust/blob/master/task-maker-format/src/ioi/format/italian_yaml/GEN.pest). +//! [parsing grammar](https://github.com/olimpiadi-informatica/task-maker-rust/blob/master/task-maker-format/src/ioi/format/italian_yaml/GEN.pest). //! The format is described here informally. //! //! Each line of that file can be of one of the following types: @@ -990,7 +990,7 @@ //! yet officially supported by `cms` (but workaround exists!), is here described. //! //! The formal definition of the format can be found in the -//! [parsing grammar](https://github.com/edomora97/task-maker-rust/blob/master/task-maker-format/src/ioi/format/italian_yaml/cases.gen.pest). +//! [parsing grammar](https://github.com/olimpiadi-informatica/task-maker-rust/blob/master/task-maker-format/src/ioi/format/italian_yaml/cases.gen.pest). //! An informal explanation is here provided. //! //! Similarly to `gen/GEN`, each line is independent and can be one of the following: diff --git a/task_maker/index.html b/task_maker/index.html index fb98fc867..e270a22c4 100644 --- a/task_maker/index.html +++ b/task_maker/index.html @@ -1,7 +1,7 @@ task_maker - Rust

Crate task_maker

source ·
Expand description

The new cmsMake!

asciicast

§Installation

-

For Ubuntu and Debian users you can find the .deb file in the Releases page. +

For Ubuntu and Debian users you can find the .deb file in the Releases page. Install the package using sudo dpkg -i the_file.deb and it’s dependencies (if you need to) with sudo apt install -f. There is a good chance that you have already all the dependencies already installed.

For Ubuntu it’s also possible to install task-maker-rust using a PPA:

@@ -16,7 +16,7 @@

§Installat
  • Install the latest stable rust version (and cargo). For example using rustup
  • Install the system dependencies: libseccomp or libseccomp-dev on Ubuntu
  • -
  • Clone this repo: git clone https://github.com/edomora97/task-maker-rust
  • +
  • Clone this repo: git clone https://github.com/olimpiadi-informatica/task-maker-rust
  • Build task-maker: cargo build --release

The executable should be located at target/release/task-maker. diff --git a/task_maker_format/ioi/italian_yaml/index.html b/task_maker_format/ioi/italian_yaml/index.html index 76ce9f540..2ecfef3a0 100644 --- a/task_maker_format/ioi/italian_yaml/index.html +++ b/task_maker_format/ioi/italian_yaml/index.html @@ -6,7 +6,7 @@

§g cmsImportTask.

The gen/GEN file describes how the input files of the testcases should be generated and how the subtasks are composed. The formal definition of the format can be found looking at the -parsing grammar. +parsing grammar. The format is described here informally.

Each line of that file can be of one of the following types: